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

Modified Files:
        preferenceform.jsp preferencesearch.jsp 
Log Message:
CMSC-944,Create overview screen for 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-944


Index: preferenceform.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferenceform.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- preferenceform.jsp  11 Jun 2008 10:07:36 -0000      1.4
+++ preferenceform.jsp  18 Jul 2008 04:56:01 -0000      1.5
@@ -1,29 +1,22 @@
-<table border="0">
  <mm:hasrank minvalue="administrator">
-   <tr>
-      <td  style="width: 80px">
-      <ul class="shortcuts">
-         <li class="new"><a href="#" onclick="create()"><fmt:message 
key="community.preference.new" /></a></li>
-      </ul>
-      </td>
-      <td></td>
-   </tr>
+   <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">  
    <tr>
-      <td style="width: 80px"><fmt:message key="community.preference.user" 
/></td>
-      <td><html:text style="width: 250px" property="userId"/></td>
+      <td style="width:60px"><fmt:message key="community.preference.user" 
/></td>
+      <td style="width:140px;"><html:text size="20" property="userId"/></td>
    </tr>
    <tr>
       <td><fmt:message key="community.preference.module" /></td>
-      <td><html:text style="width: 250px" property="module"/></td>
+      <td><html:text size="20" property="module"/></td>
    </tr>
    <tr>
       <td><fmt:message key="community.preference.key" /></td>
-      <td><html:text style="width: 250px" property="key"/></td>
+      <td><html:text size="20" property="key"/></td>
    </tr>
    <tr>
       <td><fmt:message key="community.preference.value" /></td>
-      <td><html:text style="width: 250px" property="value"/></td>
+      <td><html:text size="20" 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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- preferencesearch.jsp        15 Jul 2008 09:24:31 -0000      1.5
+++ preferencesearch.jsp        18 Jul 2008 04:56:01 -0000      1.6
@@ -67,8 +67,7 @@
    <edit:ui-singletab key="community.preference.title"/>
 
    <div class="editor" style="height:500px">
-      <div class="body">
-         <mm:import id="searchinit"><c:url 
value='/editors/community/PreferenceAction.do'/></mm:import>
+         <div style="padding-left:10px;">
          <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