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

Modified Files:
        search_user_form_table.jspf userlist_addusertogroup.jsp 
Log Message:
CMSC-899 change list style of newsletter &&workflow


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: search_user_form_table.jspf
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/search_user_form_table.jspf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- search_user_form_table.jspf 1 Aug 2008 07:13:53 -0000       1.2
+++ search_user_form_table.jspf 5 Sep 2008 06:24:50 -0000       1.3
@@ -1,23 +1,23 @@
 <table border="0">
    <tbody>
       <tr>
-         <td style="width:150px"><fmt:message 
key="community.search.fullname"/></td>
-         <td><html:text style="width: 250px" property="fullName"/></td>
+         <td style="width:110px"><fmt:message 
key="community.search.fullname"/></td>
+         <td><html:text style="width: 150px" property="fullName"/></td>
       </tr>
       <tr>
-         <td style="width:150px"><fmt:message 
key="community.search.username"/></td>
-         <td><html:text style="width: 250px" property="userName"/></td>
+         <td><fmt:message key="community.search.username"/></td>
+         <td><html:text style="width: 150px" property="userName"/></td>
       </tr>
       <tr>
-         <td style="width:150px"><fmt:message 
key="community.search.emailAddress"/></td>
-         <td><html:text style="width: 250px" property="emailAddr"/></td>
+         <td><fmt:message key="community.search.emailAddress"/></td>
+         <td><html:text style="width: 150px" property="emailAddr"/></td>
       </tr>
       <tr>
-         <td style="width:150px"><fmt:message 
key="community.search.groups"/></td>
-         <td><html:text style="width: 250px" property="groups"/></td>
+         <td><fmt:message key="community.search.groups"/></td>
+         <td><html:text style="width: 150px" property="groups"/></td>
       </tr>
       <tr>
-         <td style="width:150px"></td>
+         <td></td>
          <td><input type="submit" value="<fmt:message 
key="community.search.submit"/>" name="submitButton"/></td>
       </tr>
    </tbody>


Index: userlist_addusertogroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- userlist_addusertogroup.jsp 4 Aug 2008 09:35:32 -0000       1.7
+++ userlist_addusertogroup.jsp 5 Sep 2008 06:24:50 -0000       1.8
@@ -69,10 +69,7 @@
 
                        <div class="editor">
 
-                               <div style="padding-left:10px;">
-                                       <p>
-                                               &nbsp;
-                                       <p>
+                               <div class="body">
                                                <html:form
                                                        
action="/editors/community/SearchConditionalUser.do?method=listGroupMembers&&groupName=${groupName}"
 method="post">
                                                <c:if test="${not empty 
option}">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to