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."')\">";


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to