mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Added the heading counter div (#7124)
This commit is contained in:
@@ -176,11 +176,11 @@
|
||||
//set the file name
|
||||
$file_name = 'greeting_'.$i.'.'.$file_ext;
|
||||
|
||||
//set the greeting id
|
||||
//set the greeting id
|
||||
if (!file_exists($greeting_dir.'/'.$file_name)) {
|
||||
//set the greeting id
|
||||
$greeting_id = $i;
|
||||
|
||||
|
||||
//end the loop
|
||||
break;
|
||||
}
|
||||
@@ -349,7 +349,7 @@
|
||||
|
||||
//show the content
|
||||
echo "<div class='action_bar' id='action_bar'>\n";
|
||||
echo " <div class='heading'><b>".$text['title']." (".$num_rows.")</b></div>\n";
|
||||
echo " <div class='heading'><b>".$text['title']."</b><div class='count'>".number_format($num_rows)."</div></div>\n";
|
||||
echo " <div class='actions'>\n";
|
||||
echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'id'=>'btn_back','link'=>$_SESSION['back'][$_SERVER['PHP_SELF']]]);
|
||||
$margin_left = false;
|
||||
@@ -601,4 +601,4 @@
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user