fix preview title

fix #71
This commit is contained in:
Olivier Mayer
2015-04-21 21:39:52 +09:00
parent b5a8a53fd7
commit b4bebbe77a
2 changed files with 10 additions and 4 deletions

View File

@@ -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":

View File

@@ -2176,9 +2176,11 @@ H4 {
}
#proposals UL.fancytree-container UL {
padding: 20px 0;
overflow: hidden;
width: 101%;
padding: 20px 0;
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;
}