Bridges: Action Bar shadow on scroll.

This commit is contained in:
Nate
2019-10-17 14:24:34 -06:00
parent 86a6f21b4c
commit 27eb994250
4 changed files with 118 additions and 23 deletions

View File

@@ -166,7 +166,7 @@
echo "</script>\n";
//show the content
echo "<div class='action_bar'>\n";
echo "<div class='action_bar' id='action_bar'>\n";
echo " <b style='float: left;'>".$text['title-bridges']." (".$num_rows.")</b>\n";
if (permission_exists('bridge_add')) {
echo button::create(['type'=>'button','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add'],'link'=>'bridge_edit.php']);