[Fusionforge-commits] r11855 - branches/Branch_5_1/src/common/docman/views

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Mon Dec 20 16:14:40 CET 2010


Author: nerville
Date: 2010-12-20 16:14:40 +0100 (Mon, 20 Dec 2010)
New Revision: 11855

Modified:
   branches/Branch_5_1/src/common/docman/views/addfile.php
Log:
port from trunk: fix display

Modified: branches/Branch_5_1/src/common/docman/views/addfile.php
===================================================================
--- branches/Branch_5_1/src/common/docman/views/addfile.php	2010-12-20 15:14:04 UTC (rev 11854)
+++ branches/Branch_5_1/src/common/docman/views/addfile.php	2010-12-20 15:14:40 UTC (rev 11855)
@@ -34,7 +34,7 @@
 
 echo '<div class="docmanDivIncluded">';
 if ( $dgf->getNested() == NULL ) {
-	echo '<div class="warning">'. _('You MUST first create at least one directory to store your document.') .'</p></div>';
+	echo '<div class="warning">'. _('You MUST first create at least one directory to store your document.') .'</div>';
 } else {
 	/* display the add new documentation form */
 	/* @todo - use jquery and javascript controler */




More information about the Fusionforge-commits mailing list