Changeset 570
- Timestamp:
- Jun 5, 2010, 10:05:44 PM (14 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assetDetailed/search.gsp
r498 r570 39 39 40 40 <div id="options" style="display:none;"> 41 <g:form method="post" >41 <g:form method="post" action="setSearchParamsMax" > 42 42 <g:hiddenField name="params" value="${filterParams}" /> 43 43 <div class="dialog"> -
trunk/grails-app/views/assetSubItemDetailed/search.gsp
r498 r570 39 39 40 40 <div id="options" style="display:none;"> 41 <g:form method="post" >41 <g:form method="post" action="setSearchParamsMax" > 42 42 <g:hiddenField name="params" value="${filterParams}" /> 43 43 <div class="dialog"> -
trunk/grails-app/views/inventoryItemDetailed/search.gsp
r569 r570 104 104 105 105 <div id="options" style="display:none; clear:both;"> 106 <g:form method="post" >106 <g:form method="post" action="setSearchParamsMax" > 107 107 <g:hiddenField name="params" value="${filterParams}" /> 108 108 <div class="dialog"> -
trunk/grails-app/views/inventoryItemDetailed/show.gsp
r500 r570 59 59 </g:remoteLink> 60 60 </div> 61 <g:form controller="inventoryItemDetailed" method="post" >61 <g:form controller="inventoryItemDetailed" action="useInventoryItem" method="post" > 62 62 <div class="dialog"> 63 63 <table> -
trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp
r498 r570 40 40 41 41 <div id="options" style="display:none;"> 42 <g:form method="post" >42 <g:form method="post" action="setSearchParamsMax" > 43 43 <g:hiddenField name="params" value="${filterParams}" /> 44 44 <div class="dialog"> -
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.