Update of 
/var/cvs/contributions/CMSContainer_Modules/directreaction/src/webapp/editors/resources
In directory james.mmbase.org:/tmp/cvs-serv23945

Modified Files:
        reactionform.jsp 
Log Message:
CMSC-899, Check and improve all lists according to guideline,Reactions


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/directreaction/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-899


Index: reactionform.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/directreaction/src/webapp/editors/resources/reactionform.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- reactionform.jsp    12 Dec 2006 09:42:34 -0000      1.1
+++ reactionform.jsp    5 Sep 2008 05:30:31 -0000       1.2
@@ -1,20 +1,20 @@
 <html:hidden property="contenttypes" value="reaction" />
 <table border="0">
    <tr>
-      <td style="width: 150px"><fmt:message key="reactionform.name" /></td>
-      <td><html:text style="width: 250px" property="name"/></td>
+      <td style="width: 105px"><fmt:message key="reactionform.name" /></td>
+      <td><html:text style="width: 200px" property="name"/></td>
    </tr>
    <tr>
-      <td style="width: 150px"><fmt:message key="reactionform.email" /></td>
-      <td><html:text style="width: 250px" property="email"/></td>
+      <td style="width: 105px"><fmt:message key="reactionform.email" /></td>
+      <td><html:text style="width: 200px" property="email"/></td>
    </tr>
    <tr>
-      <td style="width: 150px"><fmt:message key="reactionform.title" /></td>
-      <td><html:text style="width: 250px" property="title"/></td>
+      <td style="width: 105px"><fmt:message key="reactionform.title" /></td>
+      <td><html:text style="width: 200px" property="title"/></td>
    </tr>
    <tr>
-      <td style="width: 150px"><fmt:message key="reactionform.body" /></td>
-      <td><html:text style="width: 250px" property="body"/></td>
+      <td style="width: 105px"><fmt:message key="reactionform.body" /></td>
+      <td><html:text style="width: 200px" property="body"/></td>
    </tr>
    <tr>
       <td></td>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to