Cosmetic : button close

This commit is contained in:
sparkyx 2021-11-08 00:26:39 +01:00
parent dba0f1e6fc
commit c09cffa948

View file

@ -55,10 +55,21 @@ echo HtmlInput::request_to_hidden(array("closed_action","remind_date_end","remin
<?php echo _("Effacer les documents choisis");?>
</li>
</ul>
<ul class="aligned-block">
<li>
<?php
echo HtmlInput::submit("other_action_bt", _("Valider"));
?>
</li>
<li>
<?php
echo HtmlInput::button_Hide("other_div");
?>
</li>
<?php
echo HtmlInput::submit("other_action_bt", _("Valider"));
?>
</ul>
</div>
<script>
var obj=document.getElementById('other_div');