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

Modified Files:
        preferenceform.jsp preferencesearch.jsp 
Log Message:
CMSC-899, Check and improve all lists according to guideline,Community 
Preferences


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


Index: preferenceform.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferenceform.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- preferenceform.jsp  4 Aug 2008 10:11:58 -0000       1.8
+++ preferenceform.jsp  8 Sep 2008 07:34:06 -0000       1.9
@@ -1,22 +1,22 @@
  <mm:hasrank minvalue="administrator">
    <p><a href="#" onclick="create()" style="background:url(<cmsc:staticurl 
page='/editors/gfx/icons/new.png'/>) left 
no-repeat;padding-left:20px;"><fmt:message key="community.preference.new" 
/></a></p>
  </mm:hasrank>
- <table border="0" style="width:200px">  
+ <table border="0" >  
    <tr>
-      <td style="width:60px"><fmt:message key="community.preference.user" 
/></td>
-      <td style="width:140px;"><html:text size="20" property="userId"/></td>
+      <td style="width:103px"><fmt:message key="community.preference.user" 
/></td>
+      <td><html:text style="width: 200px" property="userId"/></td>
    </tr>
    <tr>
-      <td><fmt:message key="community.preference.module" /></td>
-      <td><html:text size="20" property="module"/></td>
+      <td style="width:103px"><fmt:message key="community.preference.module" 
/></td>
+      <td><html:text style="width: 200px" property="module"/></td>
    </tr>
    <tr>
-      <td><fmt:message key="community.preference.key" /></td>
-      <td><html:text size="20" property="key"/></td>
+      <td style="width:103px"><fmt:message key="community.preference.key" 
/></td>
+      <td><html:text style="width: 200px" property="key"/></td>
    </tr>
    <tr>
-      <td><fmt:message key="community.preference.value" /></td>
-      <td><html:text size="20" property="value"/></td>
+      <td style="width:103px"><fmt:message key="community.preference.value" 
/></td>
+      <td><html:text style="width: 200px" property="value"/></td>
    </tr>
    <tr>
    <td></td>


Index: preferencesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferencesearch.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- preferencesearch.jsp        5 Aug 2008 08:18:46 -0000       1.14
+++ preferencesearch.jsp        8 Sep 2008 07:34:06 -0000       1.15
@@ -47,11 +47,9 @@
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
 
    <mm:import externid="action">search</mm:import><%-- either: search of 
select --%>
-
    <edit:ui-singletab key="community.preference.title" 
action="${actionUrl}?method=list&reload=true"/>
-
-      <div class="editor" style="height:500px">
-         <div style="padding-left:10px;">
+      <div class="editor">
+         <div class="body">
             <html:form action="/editors/community/PreferenceAction" 
method="post">
                <html:hidden property="method" value="list"/>
                <html:hidden property="order"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to