phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r246 - trunk/coprop/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r246 - trunk/coprop/include/template
Date: Wed, 4 Jan 2012 17:21:28 +0100 (CET)

Author: danydb
Date: 2012-01-04 17:21:28 +0100 (Wed, 04 Jan 2012)
New Revision: 246

Modified:
   trunk/coprop/include/template/key_detail.php
Log:
cosmetic difference & total

Modified: trunk/coprop/include/template/key_detail.php
===================================================================
--- trunk/coprop/include/template/key_detail.php        2012-01-04 16:20:36 UTC 
(rev 245)
+++ trunk/coprop/include/template/key_detail.php        2012-01-04 16:21:28 UTC 
(rev 246)
@@ -77,7 +77,10 @@
        endfor;
 ?>
 </table>
+<p>
 Total tantièmes : <span id="span_tantieme"><?=init_tantieme?></span>
+</p>
+<p>
 <?
 if ( bcsub ($init_tantieme,$tantieme->value) != 0):
 ?>
@@ -85,9 +88,10 @@
 <?
 else:
     ?>
+Différence
 <span id="span_diff" style="color:green"><?=bcsub 
($init_tantieme,$tantieme->value)?></span>
 <?
 endif;
-
 ?>
+</p>
 </div>
\ No newline at end of file




reply via email to

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