Update of
/var/cvs/contributions/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail
In directory james.mmbase.org:/tmp/cvs-serv24203
Modified Files:
search.jsp
Log Message:
CMSC-899, Check and improve all lists according to guideline,EGEMmail export
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail
See also: http://www.mmbase.org/jira/browse/CMSC-899
Index: search.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/egemmail/src/webapp/editors/egemmail/search.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- search.jsp 10 Mar 2008 09:08:52 -0000 1.7
+++ search.jsp 5 Sep 2008 05:37:36 -0000 1.8
@@ -40,25 +40,45 @@
<div class="editor">
<div class="body">
<html:form action="/editors/egemmail/EgemSearchAction">
- <label><fmt:message key="egemmail.field.title" />:</label>
- <html:text property="title"/><br/>
- <label><fmt:message
key="egemmail.field.keywords" />:</label>
- <html:text property="keywords"/><br/>
- <label><fmt:message key="egemmail.field.author"
/>:</label>
+
+ <html:checkbox
property="limitToLastWeek"><fmt:message key="egemmail.field.lastWeek"
/></html:checkbox><br/>
+ <html:checkbox
property="selectResults"><fmt:message key="egemmail.field.selectResults"
/></html:checkbox><br/>
+ <br/>
+ <table border="0">
+ <tr>
+ <td style="width: 105px"><fmt:message key="egemmail.field.title" />:</td>
+ <td><html:text style="width: 200px" property="title"/></td>
+ </tr>
+ <tr>
+ <td style="width: 105px"><fmt:message key="egemmail.field.keywords"
/>:</td>
+ <td><html:text style="width: 200px" property="keywords"/></td>
+ </tr>
+ <tr>
+ <td style="width: 105px"><fmt:message key="egemmail.field.author"
/>:</td>
+ <td>
<html:select property="author">
<html:option value=""><fmt:message
key="egemmail.all_users" /></html:option>
+
<mm:listnodes type="user"
orderby="username">
<c:set var="username"><mm:field
name="username"/></c:set>
<c:if test="${username !=
'anonymous'}">
- <mm:field name="username" id="useraccount" write="false"/>
- <html:option value="${useraccount}"> <mm:field
name="firstname" /> <mm:field name="prefix" /> <mm:field name="surname" />
</html:option>
+ <mm:field name="username" id="userFullname"
write="false"/>
+ <html:option value="${userFullname}">
+ <mm:field name="firstname" /> <mm:field name="prefix" />
<mm:field name="surname" />
+ </html:option>
</c:if>
</mm:listnodes>
- </html:select><br/>
- <html:checkbox
property="limitToLastWeek"><fmt:message key="egemmail.field.lastWeek"
/></html:checkbox><br/>
- <html:checkbox
property="selectResults"><fmt:message key="egemmail.field.selectResults"
/></html:checkbox><br/>
- <br/>
- <html:submit><fmt:message
key="egemmail.button.search" /></html:submit>
+ </html:select>
+ </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><html:submit><fmt:message key="egemmail.button.search"
/></html:submit></td>
+ </tr>
+</table>
+
+
+
</html:form>
<mm:present referid="results">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs