Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory 
james.mmbase.org:/tmp/cvs-serv7884/community/src/webapp/editors/community

Modified Files:
        preferenceform.jsp 
Log Message:
CMSC-944 - Little layout improvements.


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


Index: preferenceform.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferenceform.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- preferenceform.jsp  11 Jun 2008 03:11:41 -0000      1.2
+++ preferenceform.jsp  11 Jun 2008 08:42:17 -0000      1.3
@@ -1,32 +1,32 @@
-   <table border="0">
+<table border="0">
     <mm:hasrank minvalue="administrator">
       <tr>
-         <td style="width: 150px"></td>
+      <td style="width: 80px"></td>
          <td><img src="../gfx/icons/new.png" title="<fmt:message 
key="community.preference.add" />"/><fmt:message key="community.preference.new" 
/>
          <input type="submit" name="createButton" onclick="create()" 
                value="<fmt:message key="community.preference.create" />"/></td>
       </tr>
    </mm:hasrank>  
       <tr>
-         <td style="width: 150px"><fmt:message key="community.preference.user" 
/></td>
+      <td style="width: 80px"><fmt:message key="community.preference.user" 
/></td>
          <td><html:text style="width: 250px" property="userId"/></td>
       </tr>
       <tr>
-         <td style="width: 150px"><fmt:message 
key="community.preference.module" /></td>
+      <td><fmt:message key="community.preference.module" /></td>
          <td><html:text style="width: 250px" property="module"/></td>
       </tr>
       <tr>
-         <td style="width: 150px"><fmt:message key="community.preference.key" 
/></td>
+      <td><fmt:message key="community.preference.key" /></td>
          <td><html:text style="width: 250px" property="key"/></td>
       </tr>
       <tr>
-         <td style="width: 150px"><fmt:message 
key="community.preference.value" /></td>
+      <td><fmt:message key="community.preference.value" /></td>
          <td><html:text style="width: 250px" property="value"/></td>
       </tr>
       <tr>
-      <td style="width: 150px"></td>
+   <td></td>
       <td><input type="submit" name="submitButton" onclick="setOffset(0);" 
                value="<fmt:message key="community.preference.submit" />"/>   
      </td>
-   </tr>
-   </table>
+</tr>
+</table>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to