|
@@ -104,7 +104,7 @@
|
|
|
|
|
|
//show the content
|
|
|
echo "<div class='action_bar' id='action_bar'>\n";
|
|
|
- echo " <div class='heading'><b>".$text['header-databases']."</b></div>\n";
|
|
|
+ echo " <div class='heading'><b>".$text['header-databases']." (".$num_rows.")</b></div>\n";
|
|
|
echo " <div class='actions'>\n";
|
|
|
if (permission_exists('database_add')) {
|
|
|
echo button::create(['type'=>'button','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add'],'link'=>'database_edit.php']);
|