From: <rv...@us...> - 2009-10-20 21:20:14
|
Revision: 205 http://treebase.svn.sourceforge.net/treebase/?rev=205&view=rev Author: rvos Date: 2009-10-20 21:20:03 +0000 (Tue, 20 Oct 2009) Log Message: ----------- Fixed bug 2809158 ("Taxon Label validation too restrictive") 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 2009-10-20 19:30:50 UTC (rev 204) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/readyState.jsp 2009-10-20 21:20:03 UTC (rev 205) @@ -7,15 +7,22 @@ <form method="post"> <c:if test="${AnalysesStatus eq false}"> - <p style="color: red;"><b>You cannot change the Status of the study because Taxon Labels for analyzed data in Analysis Step cannot be validated.</b></p> -</c:if> -<h3><strong>Are you sure that you want to change the status of this particular study to 'Ready State'?<br/> - It means, you are ready for the review process. If yes, then press the Submit button,<br/> - else, choose the Cancel button. </strong></h3> - <p> - Please note, pressing the Submit button will <strong>disallow you</strong> to make any further changes to this study.<br/> -However, it will be available in 'READ ONLY' mode.</p> + <p style="color:red;font-weight:bold"> + We notice that some of your taxon labels have failed to be validated against an external taxonomy. + Unless it is impossible to validate these labels, TreeBASE may refuse or delay the acceptance of your data. + </p> +</c:if> +<p style="font-weight:bold"> + Are you sure that you want to change the status of this study to 'Ready State'? + This means that you are ready for the review process. If yes, press Submit, + else, choose the Cancel button. +</p> +<p style="font-weight:bold"> + Please note, pressing the Submit button will <strong>disallow you</strong> to make any further changes to this study. + The study will be available in 'READ ONLY' mode. +</p> -<c:if test="${AnalysesStatus eq true}"> <input type="submit" name="Submit" value="Submit"></c:if> <input type="submit" name="_cancel" value = "Cancel"> +<input type="submit" name="Submit" value="Submit"/> +<input type="submit" name="_cancel" value = "Cancel"/> </form> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |