Update of /var/cvs/contributions/natmm/templates/natmm/includes/events
In directory james.mmbase.org:/tmp/cvs-serv31362/templates/natmm/includes/events
Modified Files:
searchform.jsp
Log Message:
NMCMS-635 - Selectiecriteria activiteiten uitbreiden met 2010, 2011, 2012
See also:
http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/natmm/includes/events
See also: http://www.mmbase.org/jira/browse/NMCMS-635
Index: searchform.jsp
===================================================================
RCS file:
/var/cvs/contributions/natmm/templates/natmm/includes/events/searchform.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- searchform.jsp 2 Oct 2008 15:13:57 -0000 1.5
+++ searchform.jsp 17 Mar 2009 12:08:02 -0000 1.6
@@ -29,7 +29,7 @@
%>
</select>
<select name="from_year">
- <% for(int f = 2000; f < 2010; f++) {
+ <% for(int f = 2007; f < 2013; f++) {
%><option value="<%=f%>"<% if(iFromYear == f) { %> selected <% }
%>><%=f%></option><%
}
%>
@@ -50,7 +50,7 @@
%>
</select>
<select name="till_year">
- <% for(int f = 2000; f < 2010; f++) {
+ <% for(int f = 2007; f < 2013; f++) {
%><option value="<%=f%>"<% if(iTillYear == f) { %> selected <% }
%>><%=f%></option><%
}
%>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs