Cosmetic : button close
This commit is contained in:
parent
dba0f1e6fc
commit
c09cffa948
1 changed files with 14 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue