[Fusionforge-commits] r10484 - trunk/src/www/pm

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Wed Sep 15 17:52:55 CEST 2010


Author: nerville
Date: 2010-09-15 17:52:54 +0200 (Wed, 15 Sep 2010)
New Revision: 10484

Modified:
   trunk/src/www/pm/browse_task.php
Log:
fix html

Modified: trunk/src/www/pm/browse_task.php
===================================================================
--- trunk/src/www/pm/browse_task.php	2010-09-15 15:26:47 UTC (rev 10483)
+++ trunk/src/www/pm/browse_task.php	2010-09-15 15:52:54 UTC (rev 10484)
@@ -168,9 +168,9 @@
 if ($rows < 1) {
 
 	echo '
-		<span class="feedback">'._('No Matching Tasks found').'</span>
+		<div class="feedback">'._('No Matching Tasks found').'</div>
 		<p />
-		<span class="important">'._('Add tasks using the link above').'</span>';
+		<div class="warning">'._('Add tasks using the link above').'</div>';
 	echo db_error();
 } else {
 	if (session_loggedin()) {
@@ -403,7 +403,7 @@
    <a href="javascript:checkAll(0)">'._('Clear &nbsp;all').'</a>
 
 <p>
-<span class="important">'._('<strong>Admin:</strong> If you wish to apply changes to all items selected above, use these controls to change their properties and click once on "Mass Update".').'
+<div class="warning">'._('<strong>Admin:</strong> If you wish to apply changes to all items selected above, use these controls to change their properties and click once on "Mass Update".').'</div></p>
 			</td></tr>
 
 			<tr>




More information about the Fusionforge-commits mailing list