Fix client

This commit is contained in:
Romain Neutron
2012-02-16 12:48:48 +01:00
parent d2a083d80f
commit 9bf29a4474
2 changed files with 9 additions and 2 deletions

View File

@@ -92,7 +92,6 @@ else
$mod_col = (int) ($mod[1]);
}
$mod_xy = $mod_col * $mod_row;
$tbases = array();
@@ -130,7 +129,7 @@ else
$form = serialize($options);
$perPage = (int) $user->getPrefs('images_per_page');
$perPage = $mod_xy;
$search_engine = new searchEngine_adapter($registry);
$search_engine->set_options($options);

View File

@@ -101,6 +101,14 @@ if ($cssfile)
<?php
}
?>
<style>
#PREVIEWCURRENTCONT{
top:0;
left:0;
right:0;
bottom:0;
}
</style>
</head>
<body class="PNB" style="overflow:hidden;">
<div id="container" style="position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;">