mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 14:36:09 -04:00
Merge pull request #60 from digital-gnome/storageareas-fixmissing
Storageareas fixmissing
This commit is contained in:
4
web/skins/classic/css/classic/views/download.css
Normal file
4
web/skins/classic/css/classic/views/download.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
4
web/skins/classic/css/dark/views/download.css
Normal file
4
web/skins/classic/css/dark/views/download.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
4
web/skins/classic/css/flat/views/download.css
Normal file
4
web/skins/classic/css/flat/views/download.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -224,7 +224,7 @@ if ( ZM_OPT_X10 && canView( 'Devices' ) ) { ?>
|
||||
<li><a href="?view=montage"<?php echo $view=='montage'?' class="selected"':''?>><?php echo translate('Montage') ?></a></li>
|
||||
<?php
|
||||
}
|
||||
if (isset($_REQUEST['filter']['Query']['terms'])) {
|
||||
if (isset($_REQUEST['filter']['Query']['terms']['attr'])) {
|
||||
$terms = $_REQUEST['filter']['Query']['terms'];
|
||||
$count = 0;
|
||||
foreach ($terms as $term) {
|
||||
|
||||
@@ -33,6 +33,7 @@ var popupSizes = {
|
||||
'device': { 'width': 260, 'height': 150 },
|
||||
'devices': { 'width': 400, 'height': 240 },
|
||||
'donate': { 'width': 500, 'height': 280 },
|
||||
'download': { 'width': 350, 'height': 215 },
|
||||
'event': { 'addWidth': 108, 'minWidth': 496, 'addHeight': 230, 'minHeight': 540 },
|
||||
'eventdetail': { 'width': 600, 'height': 420 },
|
||||
'events': { 'width': 1020, 'height': 780 },
|
||||
|
||||
@@ -33,6 +33,7 @@ var popupSizes = {
|
||||
'device': { 'width': 260, 'height': 150 },
|
||||
'devices': { 'width': 400, 'height': 240 },
|
||||
'donate': { 'width': 500, 'height': 280 },
|
||||
'download': { 'width': 350, 'height': 215 },
|
||||
'event': { 'addWidth': 108, 'minWidth': 496, 'addHeight': 230, 'minHeight': 540 },
|
||||
'eventdetail': { 'width': 600, 'height': 420 },
|
||||
'events': { 'width': 960, 'height': 780 },
|
||||
|
||||
Reference in New Issue
Block a user