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 -2
View File
@@ -136,7 +136,7 @@
echo "<input type='hidden' name='device_vendor_uuid' value='".escape($device_vendor_uuid)."'>\n";
echo "<div class='action_bar' id='action_bar_sub'>\n";
echo " <div class='heading'><b id='heading_sub'>".$text['title-device_vendor_functions']." (".$num_rows.")</b></div>\n";
echo " <div class='heading'><b id='heading_sub'>".$text['title-device_vendor_functions']."</b><div class='count'>".number_format($num_rows)."</div></div>\n";
echo " <div class='actions'>\n";
echo button::create(['type'=>'button','id'=>'action_bar_sub_button_back','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'collapse'=>'hide-xs','style'=>'margin-right: 15px; display: none;','link'=>'device_vendors.php']);
if (permission_exists('device_vendor_function_add')) {
@@ -289,4 +289,3 @@
echo "</script>\n";
?>