Task #0001861: Check Box range for checkbox

This commit is contained in:
sparkyx 2020-11-05 23:44:50 +01:00
parent 2a81143afc
commit e0514bca69
5 changed files with 17 additions and 5 deletions

View file

@ -70,9 +70,18 @@ de fin d'exercice: amortissements, régulations de compte... Avec une 13ième p
</td>
</tr>
</table>
<?php
echo HtmlInput::submit("add_exercicebt", _("Ajout d'un exercice comptable"));
?>
<ul class="aligned-block">
<li>
<?php
echo HtmlInput::submit("add_exercicebt", _("Ajout d'un exercice comptable"));
?>
</li>
<li>
<?php
echo HtmlInput::button_hide('exercice_add');
?>
</li>
</ul>
</form>
<script charset="UTF8" lang="javascript">
function validate()