Browse Source

SIP Status: List view updates.

Nate 5 years ago
parent
commit
be0feb25fa
2 changed files with 7 additions and 0 deletions
  1. 3 0
      resources/classes/cache.php
  2. 4 0
      themes/default/css.php

+ 3 - 0
resources/classes/cache.php

@@ -197,6 +197,9 @@ class cache {
 
 				//remove the cache
 					recursive_delete($_SESSION['cache']['location']['text']);
+
+				//set message
+					$result = '+OK cache flushed';
 			}
 
 		//return result

+ 4 - 0
themes/default/css.php

@@ -2340,6 +2340,10 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 		box-shadow: <?php echo ($_SESSION['theme']['action_bar_shadow_scroll']['text'] != '') ? $_SESSION['theme']['action_bar_shadow_scroll']['text'] : '0 3px 3px 0 rgba(0,0,0,0.2)'; ?>;
 		}
 
+	div.action_bar.sub {
+		position: static;
+		}
+
 	div.action_bar > div.heading {
 		float: left;
 		}