Author: danydb
Date: 2011-11-15 14:46:49 +0100 (Tue, 15 Nov 2011)
New Revision: 4360

Modified:
   phpcompta/trunk/include/payment_middle.inc.php
Log:
Mode de paiement

Modified: phpcompta/trunk/include/payment_middle.inc.php
===================================================================
--- phpcompta/trunk/include/payment_middle.inc.php      2011-11-15 13:39:20 UTC 
(rev 4359)
+++ phpcompta/trunk/include/payment_middle.inc.php      2011-11-15 13:46:49 UTC 
(rev 4360)
@@ -95,7 +95,7 @@
     echo HtmlInput::submit('insert',_('Enregistre'));
     echo '</form>';
     echo HtmlInput::button_anchor(_('Retour sans sauvez'),
-                                  '?p_action=divers&sa=mp&'.dossier::get()
+                                  
'?p_action=divers&sa=mp&'.dossier::get()."&ac=".$_REQUEST['ac']
                                      );
 
     exit();
@@ -121,7 +121,7 @@
 /* if there are data show them in a table */
 if ( ! empty ($array))
 {
-    echo '<table style="border: 2px outset blue; width: 100%;" >';
+    echo '<table >';
     echo $tr.$th._('Libellé').$eth.$th._('Type de fiche')
     .$eth.$th._('enregistré dans le journal').$eth.
     $th._(' Avec la fiche').$eth.$th.'Action'.$eth.$etr;


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

Reply via email to