Revision: 949
http://treebase.svn.sourceforge.net/treebase/?rev=949&view=rev
Author: hshyket
Date: 2011-08-29 19:34:58 +0000 (Mon, 29 Aug 2011)
Log Message:
-----------
Allow the editing of the citation after a study has been published
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/citationForm.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/citationForm.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/citationForm.jsp 2011-08-25 15:00:11 UTC (rev 948)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/citationForm.jsp 2011-08-29 19:34:58 UTC (rev 949)
@@ -80,7 +80,7 @@
<% request.setAttribute("isEditable","yes");%>
<% } %>
- <c:if test="${publicationState eq 'NotReady'||isEditable eq 'yes'}">
+ <c:if test="${publicationState eq 'NotReady'|| publicationState eq 'Published' || isEditable eq 'yes'}">
<th></th>
<td colspan="5" align="center">
<c:choose>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|