You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/05/14 01:23:46 UTC

svn commit: r656056 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp

Author: olamy
Date: Tue May 13 16:23:45 2008
New Revision: 656056

URL: http://svn.apache.org/viewvc?rev=656056&view=rev
Log:
[CONTINUUM-1760] TextArea inside the Working Copy Section for a Project is editable
change to readonly mode


Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp?rev=656056&r1=656055&r2=656056&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/workingCopy.jsp Tue May 13 16:23:45 2008
@@ -53,7 +53,7 @@
         </p>
         
         <form>
-          <textarea rows="50" cols="100"><ww:property value="fileContent"/></textarea>
+          <textarea rows="50" cols="100" readonly="true"><ww:property value="fileContent"/></textarea>
         </form>
         <%
             }