Changeset 570 for trunk/grails-app/views/taskDetailed
- Timestamp:
- Jun 5, 2010, 10:05:44 PM (15 years ago)
- Location:
- trunk/grails-app/views/taskDetailed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/search.gsp
r552 r570 45 45 46 46 <div id="options" style="display:none;"> 47 <g:form method="post" >47 <g:form method="post" action="setSearchParamsMax" > 48 48 <g:hiddenField name="params" value="${filterParams}" /> 49 49 <div class="dialog"> -
trunk/grails-app/views/taskDetailed/searchCalendar.gsp
r476 r570 43 43 44 44 <div id="options" style="display:none;"> 45 <g:form method="post" >45 <g:form method="post" action="setSearchCalendarParamsMax" > 46 46 <g:hiddenField name="params" value="${filterParams}" /> 47 47 <div class="dialog">
Note: See TracChangeset
for help on using the changeset viewer.