|
From: <rv...@us...> - 2009-10-20 21:26:04
|
Revision: 206
http://treebase.svn.sourceforge.net/treebase/?rev=206&view=rev
Author: rvos
Date: 2009-10-20 21:25:56 +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 21:20:03 UTC (rev 205)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/readyState.jsp 2009-10-20 21:25:56 UTC (rev 206)
@@ -14,15 +14,15 @@
</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.
+ 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.
+<p>
+ Please note: after you press the Submit button you will no longer be able to make any further changes to this study.
The study will be available in 'READ ONLY' mode.
</p>
-<input type="submit" name="Submit" value="Submit"/>
+<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.
|