Update extensions.php

This commit is contained in:
FusionPBX
2017-12-09 13:12:27 -07:00
committed by GitHub
parent 391714c60a
commit 9f2ac51a30

View File

@@ -160,7 +160,7 @@
echo " <input type='button' class='btn' value='".$text['button-show_all']."' onclick=\"window.location='extensions.php?show=all';\">\n";
}
}
if (if_group("superadmin")) {
if (permission_exists('extension_export')) {
echo " <input type='button' class='btn' style='margin-right: 15px;' value='".$text['button-export']."' onclick=\"window.location.href='extension_download.php'\">\n";
}
echo " <input type='text' class='txt' style='width: 150px' name='search' id='search' value='".$search."'>";