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) {
|
switch ($this->env) {
|
||||||
|
|
||||||
case "RESULT":
|
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);
|
$this->title .= parent::get_title($highlight, $searchEngine);
|
||||||
break;
|
break;
|
||||||
case "BASK":
|
case "BASK":
|
||||||
|
@@ -2176,9 +2176,11 @@ H4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#proposals UL.fancytree-container UL {
|
#proposals UL.fancytree-container UL {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
width: 101%;
|
width: 101%;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#proposals UL.fancytree-container UL li {
|
#proposals UL.fancytree-container UL li {
|
||||||
@@ -3307,6 +3309,10 @@ DIV.thesaurus U.w {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#PREVIEWBOX #PREVIEWTITLE_COLLNAME {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
.PREVIEW_PIC,.PREVIEW_HD {
|
.PREVIEW_PIC,.PREVIEW_HD {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user