[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/htdocs comm/propalapercu.php compta/fa...
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/htdocs comm/propalapercu.php compta/fa... |
Date: |
Fri, 09 Jun 2006 15:51:32 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/09 15:51:32
Modified files:
htdocs/comm/propal: apercu.php
htdocs/compta/facture: apercu.php
Log message:
Affichage de tous les aperçus
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/comm/propal/apercu.php?cvsroot=dolibarr&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/compta/facture/apercu.php?cvsroot=dolibarr&r1=1.38&r2=1.39
Patches:
Index: comm/propal/apercu.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/comm/propal/apercu.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- comm/propal/apercu.php 9 Jun 2006 15:47:20 -0000 1.13
+++ comm/propal/apercu.php 9 Jun 2006 15:51:32 -0000 1.14
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: apercu.php,v 1.13 2006/06/09 15:47:20 hregis Exp $
+ * $Id: apercu.php,v 1.14 2006/06/09 15:51:32 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/comm/propal/apercu.php,v $
*/
@@ -26,7 +26,7 @@
\file htdocs/comm/propal/apercu.php
\ingroup propal
\brief Page de l'onglet aperçu d'une propal
- \version $Revision: 1.13 $
+ \version $Revision: 1.14 $
*/
require("./pre.inc.php");
@@ -273,6 +273,7 @@
print '<img src="'.DOL_URL_ROOT .
'/viewimage.php?modulepart=apercupropal&file='.urlencode($preview).'"><p>';
}
}
+}
print '</div>';
@@ -285,5 +286,5 @@
$db->close();
-llxFooter('$Date: 2006/06/09 15:47:20 $ - $Revision: 1.13 $');
+llxFooter('$Date: 2006/06/09 15:51:32 $ - $Revision: 1.14 $');
?>
Index: compta/facture/apercu.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture/apercu.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- compta/facture/apercu.php 9 Jun 2006 15:47:20 -0000 1.38
+++ compta/facture/apercu.php 9 Jun 2006 15:51:32 -0000 1.39
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: apercu.php,v 1.38 2006/06/09 15:47:20 hregis Exp $
+ * $Id: apercu.php,v 1.39 2006/06/09 15:51:32 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/compta/facture/apercu.php,v $
*/
@@ -25,7 +25,7 @@
\file htdocs/compta/facture/apercu.php
\ingroup facture
\brief Page de l'onglet aperçu d'une facture
- \version $Revision: 1.38 $
+ \version $Revision: 1.39 $
*/
require("./pre.inc.php");
@@ -268,6 +268,7 @@
print '<img src="'.DOL_URL_ROOT .
'/viewimage.php?modulepart=apercufacture&file='.urlencode($preview).'"><p>';
}
}
+}
print '</div>';
@@ -280,5 +281,5 @@
$db->close();
-llxFooter('$Date: 2006/06/09 15:47:20 $ - $Revision: 1.38 $');
+llxFooter('$Date: 2006/06/09 15:51:32 $ - $Revision: 1.39 $');
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dolibarr-cvs] dolibarr/htdocs comm/propalapercu.php compta/fa...,
Regis Houssin <=