mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
@@ -279,7 +279,7 @@ class record_preview extends record_adapter
|
||||
switch ($this->env) {
|
||||
|
||||
case "RESULT":
|
||||
$this->title .= $this->app->trans('preview:: resultat numero %number%', ['%number%' => '<span id="current_result_n">' . ($this->number + 1) . '</span> : ']);
|
||||
$this->title .= $this->app->trans('resultat numero %number%', ['%number%' => '<span id="current_result_n">' . ($this->number + 1) . '</span> : ']);
|
||||
$this->title .= parent::get_title($highlight, $searchEngine);
|
||||
break;
|
||||
case "BASK":
|
||||
|
@@ -2177,8 +2177,10 @@ H4 {
|
||||
|
||||
#proposals UL.fancytree-container UL {
|
||||
padding: 20px 0;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
width: 101%;
|
||||
max-height: 400px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#proposals UL.fancytree-container UL li {
|
||||
@@ -3307,6 +3309,10 @@ DIV.thesaurus U.w {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#PREVIEWBOX #PREVIEWTITLE_COLLNAME {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.PREVIEW_PIC,.PREVIEW_HD {
|
||||
position: absolute;
|
||||
}
|
||||
|
Reference in New Issue
Block a user