mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix client
This commit is contained in:
@@ -92,7 +92,6 @@ else
|
|||||||
$mod_col = (int) ($mod[1]);
|
$mod_col = (int) ($mod[1]);
|
||||||
}
|
}
|
||||||
$mod_xy = $mod_col * $mod_row;
|
$mod_xy = $mod_col * $mod_row;
|
||||||
|
|
||||||
$tbases = array();
|
$tbases = array();
|
||||||
|
|
||||||
|
|
||||||
@@ -130,7 +129,7 @@ else
|
|||||||
|
|
||||||
$form = serialize($options);
|
$form = serialize($options);
|
||||||
|
|
||||||
$perPage = (int) $user->getPrefs('images_per_page');
|
$perPage = $mod_xy;
|
||||||
|
|
||||||
$search_engine = new searchEngine_adapter($registry);
|
$search_engine = new searchEngine_adapter($registry);
|
||||||
$search_engine->set_options($options);
|
$search_engine->set_options($options);
|
||||||
|
@@ -101,6 +101,14 @@ if ($cssfile)
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<style>
|
||||||
|
#PREVIEWCURRENTCONT{
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
right:0;
|
||||||
|
bottom:0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="PNB" style="overflow:hidden;">
|
<body class="PNB" style="overflow:hidden;">
|
||||||
<div id="container" style="position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;">
|
<div id="container" style="position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;">
|
||||||
|
Reference in New Issue
Block a user