[evolvis-commits] r15746: fix html

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:27:27 CET 2011


Author: mirabilos
Date: 2011-03-01 00:27:27 +0100 (Tue, 01 Mar 2011)
New Revision: 15746

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/pm/browse_task.php
Log:
fix html

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/pm/browse_task.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/pm/browse_task.php	2011-02-28 23:27:24 UTC (rev 15745)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/pm/browse_task.php	2011-02-28 23:27:27 UTC (rev 15746)
@@ -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  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 evolvis-commits mailing list