phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5455 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5455 - phpcompta/trunk/include/template
Date: Tue, 1 Oct 2013 19:06:17 +0200 (CEST)

Author: danydb
Date: 2013-10-01 19:06:16 +0200 (Tue, 01 Oct 2013)
New Revision: 5455

Modified:
   phpcompta/trunk/include/template/detail-action.php
Log:
Hide button in readonly

Modified: phpcompta/trunk/include/template/detail-action.php
===================================================================
--- phpcompta/trunk/include/template/detail-action.php  2013-10-01 17:02:54 UTC 
(rev 5454)
+++ phpcompta/trunk/include/template/detail-action.php  2013-10-01 17:06:16 UTC 
(rev 5455)
@@ -350,8 +350,10 @@
     <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>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]