Task #0001861: Check Box range for checkbox
This commit is contained in:
parent
2a81143afc
commit
e0514bca69
5 changed files with 17 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue