mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 20:17:37 -04:00
MOve montage specific gridstack css out of functions.php to montage.php
This commit is contained in:
@@ -94,9 +94,6 @@ echo output_cache_busted_stylesheet_links(array(
|
||||
'css/bootstrap.min.css',
|
||||
));
|
||||
|
||||
if ( $basename == 'montage' ) {
|
||||
echo output_link_if_exists(array('/assets/gridstack/dist/gridstack.css', '/assets/gridstack/dist/gridstack-extra.css'));
|
||||
}
|
||||
?>
|
||||
<link rel="stylesheet" href="skins/classic/js/jquery-ui-1.13.2/jquery-ui.theme.min.css" type="text/css"/>
|
||||
<?php #Chosen can't be cache-busted because it loads sprites by relative path ?>
|
||||
|
||||
@@ -241,7 +241,9 @@ if ($monitorCount <= 3) {
|
||||
|
||||
$AutoLayoutName = $default_layout;
|
||||
|
||||
xhtmlHeaders(__FILE__, translate('Montage'));
|
||||
xhtmlHeadersStart(__FILE__, translate('Montage'));
|
||||
echo output_link_if_exists(array('/assets/gridstack/dist/gridstack.css', '/assets/gridstack/dist/gridstack-extra.css'));
|
||||
xhtmlHeadersEnd(__FILE__, translate('Montage'));
|
||||
getBodyTopHTML();
|
||||
echo getNavBarHTML();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user