phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4659 - phpcompta/tags/rel560_syndic/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4659 - phpcompta/tags/rel560_syndic/include/template
Date: Mon, 2 Jan 2012 00:16:45 +0100 (CET)

Author: danydb
Date: 2012-01-02 00:16:43 +0100 (Mon, 02 Jan 2012)
New Revision: 4659

Modified:
   phpcompta/tags/rel560_syndic/include/template/ledger_detail_bottom.php
Log:
cosmetic : rapprochement detail journaux

Modified: phpcompta/tags/rel560_syndic/include/template/ledger_detail_bottom.php
===================================================================
--- phpcompta/tags/rel560_syndic/include/template/ledger_detail_bottom.php      
2011-12-29 00:45:00 UTC (rev 4658)
+++ phpcompta/tags/rel560_syndic/include/template/ledger_detail_bottom.php      
2012-01-01 23:16:43 UTC (rev 4659)
@@ -1,7 +1,8 @@
 <fieldset>
 <legend>
+<?echo _('Rapprochement');?>
+</legend>
 <?
-echo _('Rapprochement');
 $oRap=new Acc_Reconciliation($cn);
 $oRap->jr_id=$jr_id;
 $aRap=$oRap->get();
@@ -34,7 +35,7 @@
   echo '</table>';
 }
 ?>
-</legend>
+
 <?
 if ( $access=='W') {
   $search='<INPUT TYPE="BUTTON" class="button" VALUE="Cherche" 
OnClick="SearchJrn('.$gDossier.",'rapt".$div."','".$obj->det->jr_montant."')\">";




reply via email to

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