Button class updates, logic updates to other files.

This commit is contained in:
Nate
2019-10-23 21:19:37 -06:00
parent df8d0d3ebb
commit ea536d2f6e
8 changed files with 161 additions and 46 deletions

View File

@@ -478,9 +478,9 @@
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
if (permission_exists('xml_cdr_delete') && $result_count > 0) {
if (permission_exists('xml_cdr_delete')) {
echo " <th class='checkbox'>\n";
echo " <input type='checkbox' id='checkbox_all' name='checkbox_all' value='' onclick='list_all_toggle();'>\n";
echo " <input type='checkbox' id='checkbox_all' name='checkbox_all' onclick='list_all_toggle();' ".($result ?: "style='visibility: hidden;'").">\n";
echo " </th>\n";
$col_count++;
}