Debug v17

This commit is contained in:
Laurent Destailleur 2023-02-19 18:25:02 +01:00
parent 230c3d2752
commit 303dc71df8

View File

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