Merge pull request #60 from digital-gnome/storageareas-fixmissing
Storageareas fixmissing
This commit is contained in:
commit
afdff762fc
|
@ -0,0 +1,4 @@
|
|||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue