Cosmetic add button to close to navigator and bookmark

This commit is contained in:
sparkyx 2026-02-23 16:54:13 +01:00
parent eab8de84d8
commit da51035840
2 changed files with 14 additions and 3 deletions

View file

@ -124,8 +124,15 @@ echo _("Menu actuel")." : ".hb($_GET['ac']);
echo HtmlInput::array_to_hidden(array("gDossier","ac"), $_REQUEST);
?>
<p>
<?php echo HtmlInput::submit("bookmark_add", _("Ajoutez le menu actuel à vos favoris"),"","smallbutton"); ?>
</form>
<ul class="aligned-block ">
<li>
<?=\HtmlInput::button_hide("bookmark_div")?>
</li>
<li>
<?php echo HtmlInput::submit("bookmark_add", _("Ajoutez le menu actuel à vos favoris"),"","smallbutton"); ?>
</li>
</ul>
</div>

View file

@ -113,7 +113,11 @@ for ($i=0;$i<$nMax;$i++):
<?php endfor; ?>
</table>
<ul class="aligned-block ">
<li>
<?=\HtmlInput::button_hide("navi_div")?>
</li>
</ul>
</div>
<script charset="UTF8" lang="javascript">
$('lk_navi_tb').focus();