Added the heading counter div (#7124)

This commit is contained in:
Alex
2024-09-06 16:43:42 -06:00
committed by GitHub
parent e2eb190c98
commit b43bcb9a13
62 changed files with 91 additions and 97 deletions
+1 -1
View File
@@ -359,7 +359,7 @@
case "4b821450-926b-175a-af93-a03c441818b1": echo $text['header-time_conditions']; break;
default: echo $text['header-dialplan_manager'];
}
echo " (".$num_rows.")</b>";
echo "</b><div class='count'>".number_format($num_rows)."</div>";
echo "</div>\n";
echo " <div class='actions'>\n";
if ($app_uuid == "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4" && permission_exists('inbound_route_add')) { $button_add_url = PROJECT_PATH."/app/dialplan_inbound/dialplan_inbound_add.php"; }