Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory james.mmbase.org:/tmp/cvs-serv20948
Modified Files:
addUserToGroup.jsp listGroups.jsp listUsers.jsp
search_user_form_table.jspf userlist_addusertogroup.jsp
Log Message:
CMSC-899(community module)
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: addUserToGroup.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- addUserToGroup.jsp 8 Sep 2008 08:31:25 -0000 1.7
+++ addUserToGroup.jsp 11 Sep 2008 11:17:29 -0000 1.8
@@ -37,7 +37,7 @@
</edit:ui-tabs>
<div class="editor">
- <div class="body" style="padding-left:10px;">
+ <div class="body" >
<html:form action="editors/community/AddUserToGroupInit.do"
method="post">
<table border="0">
<tbody>
Index: listGroups.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- listGroups.jsp 8 Sep 2008 08:31:25 -0000 1.8
+++ listGroups.jsp 11 Sep 2008 11:17:29 -0000 1.9
@@ -19,22 +19,22 @@
<div class="editor">
- <div class="body" style="padding-left:10px;">
+ <div class="body">
<p><a href="${pageContext.request.contextPath
}/editors/community/groupInitAction.do" style=" padding-left:20px; background:
url(<cmsc:staticurl page='/editors/gfx/icons/new.png'/>) left center
no-repeat"><fmt:message key="community.search.newGroup"/></a><p>
<html:form action="/editors/community/searchConditionalGroupAction.do"
method="post">
<table border="0">
<tbody>
<tr>
- <td style="width:105px"><fmt:message
key="community.search.groupname"/></td>
- <td><html:text style="width: 250px"
property="groupname"/></td>
+ <td style="width:116px"><fmt:message
key="community.search.groupname"/></td>
+ <td><html:text style="width: 200px"
property="groupname"/></td>
</tr>
<tr>
- <td style="width:105px"><fmt:message
key="community.search.member"/></td>
- <td><input type="text" style="width:250px"
value="" name="member"></td>
+ <td style="width:116px"><fmt:message
key="community.search.member"/></td>
+ <td><input type="text" style="width:200px"
value="" name="member"></td>
</tr>
<tr>
- <td style="width:105px"> </td>
+ <td style="width:116px"> </td>
<td><input type="submit" name="submit"
value="<fmt:message key="community.search.searchbatton"/>"> </td>
</tr>
</tbody>
Index: listUsers.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- listUsers.jsp 8 Sep 2008 08:31:25 -0000 1.14
+++ listUsers.jsp 11 Sep 2008 11:17:29 -0000 1.15
@@ -28,7 +28,7 @@
</edit:ui-tabs>
<div class="editor">
- <div class="body" style="padding-left:10px;">
+ <div class="body">
<p>
<a href="userAddInitAction.do"
style=" padding-left:20px; background: url(<cmsc:staticurl
page='/editors/gfx/icons/new.png'/>) left center no-repeat"><fmt:message
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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- search_user_form_table.jspf 8 Sep 2008 08:31:25 -0000 1.4
+++ search_user_form_table.jspf 11 Sep 2008 11:17:29 -0000 1.5
@@ -1,23 +1,23 @@
<table border="0">
<tbody>
<tr>
- <td style="width:105px"><fmt:message
key="community.search.fullname"/></td>
- <td><html:text style="width: 250px" property="fullName"/></td>
+ <td style="width:116px"><fmt:message
key="community.search.fullname"/></td>
+ <td><html:text style="width: 200px" property="fullName"/></td>
</tr>
<tr>
- <td style="width:105px"><fmt:message
key="community.search.username"/></td>
- <td><html:text style="width: 250px" property="userName"/></td>
+ <td style="width:116px"><fmt:message
key="community.search.username"/></td>
+ <td><html:text style="width: 200px" property="userName"/></td>
</tr>
<tr>
- <td style="width:105px"><fmt:message
key="community.search.emailAddress"/></td>
- <td><html:text style="width: 250px" property="emailAddr"/></td>
+ <td style="width:116px"><fmt:message
key="community.search.emailAddress"/></td>
+ <td><html:text style="width: 200px" property="emailAddr"/></td>
</tr>
<tr>
- <td style="width:105px"><fmt:message
key="community.search.groups"/></td>
- <td><html:text style="width: 250px" property="groups"/></td>
+ <td style="width:116px"><fmt:message
key="community.search.groups"/></td>
+ <td><html:text style="width: 200px" property="groups"/></td>
</tr>
<tr>
- <td style="width:105px"></td>
+ <td style="width:116px"></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.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- userlist_addusertogroup.jsp 8 Sep 2008 08:31:25 -0000 1.9
+++ userlist_addusertogroup.jsp 11 Sep 2008 11:17:29 -0000 1.10
@@ -70,7 +70,7 @@
</edit:ui-tabs>
<div class="editor">
- <div class="body" style="padding-left:10px;">
+ <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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs