Hide button in readonly
This commit is contained in:
parent
8094f140aa
commit
dd4386d0ab
1 changed files with 3 additions and 1 deletions
|
|
@ -350,8 +350,10 @@ function toggleShowDetail() {
|
|||
<br>Total TVAC
|
||||
</div>
|
||||
<div>
|
||||
<?php if ( ! $readonly ) : ?>
|
||||
<input name="act" id="act_bt" class="button" value="<?php echo _('Actualiser')?>" onclick="compute_all_ledger();" type="button">
|
||||
<input type="button" class="button" onclick="gestion_add_row()" value="Ajouter une ligne">
|
||||
<input type="button" class="button" onclick="gestion_add_row()" value="Ajouter une ligne">
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue