Debug v17
This commit is contained in:
parent
230c3d2752
commit
303dc71df8
@ -203,15 +203,12 @@ function printDropdownBookmarksList()
|
|||||||
</div>
|
</div>
|
||||||
';
|
';
|
||||||
|
|
||||||
if ($bookmarkNb) {
|
$html .= '
|
||||||
$html .= '
|
|
||||||
<!-- Menu Body -->
|
<!-- Menu Body -->
|
||||||
<div class="bookmark-body dropdown-body">
|
<div class="bookmark-body dropdown-body">'.$bookmarkList.'
|
||||||
'.$bookmarkList.'
|
<span id="top-bookmark-search-nothing-found" class="'.($bookmarkNb ? 'hidden-search-result ' : '').'opacitymedium">'.dol_escape_htmltag($langs->trans("NoBookmarkFound")).'</span>
|
||||||
<span id="top-bookmark-search-nothing-found" class="hidden-search-result opacitymedium">'.dol_escape_htmltag($langs->trans("NoBookmarkFound")).'</span>
|
|
||||||
</div>
|
</div>
|
||||||
';
|
';
|
||||||
}
|
|
||||||
|
|
||||||
$html .= '<!-- script to open/close the popup -->
|
$html .= '<!-- script to open/close the popup -->
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user