mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update streams.php (#7127)
* Update streams.php * Update call_center_queue.php * Update menu.php * Update vars.php * Update dashboard.php * Update dashboard_edit.php
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
|
||||
//show the content
|
||||
echo "<div class='action_bar' id='action_bar'>\n";
|
||||
echo " <div class='heading'><b>".$text['header-variables']." (".$num_rows.")</b></div>\n";
|
||||
echo " <div class='heading'><b>".$text['header-variables']."</b><div class='count'>".number_format($num_rows)."</div></div>\n";
|
||||
echo " <div class='actions'>\n";
|
||||
if (permission_exists('var_add')) {
|
||||
echo button::create(['type'=>'button','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add'],'id'=>'btn_add','link'=>'var_edit.php']);
|
||||
|
||||
Reference in New Issue
Block a user