From: <sfr...@us...> - 2011-04-28 20:49:05
|
Revision: 811 http://treebase.svn.sourceforge.net/treebase/?rev=811&view=rev Author: sfrgpiel Date: 2011-04-28 20:48:59 +0000 (Thu, 28 Apr 2011) Log Message: ----------- Changing warning message to red Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/readyState.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/readyState.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/readyState.jsp 2011-04-28 20:35:29 UTC (rev 810) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/readyState.jsp 2011-04-28 20:48:59 UTC (rev 811) @@ -14,7 +14,7 @@ </p> </c:if> --%> -<p class="readyStateError" style="font-weight:bold"> +<p class="readyStateError" style="color:red; font-weight:bold; display:none;"> Sorry! Errors in your submission prevent you from changing the status to 'Ready State' at this time. </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |