Changeset 570


Ignore:
Timestamp:
Jun 5, 2010, 10:05:44 PM (14 years ago)
Author:
gav
Message:

Add action to single submit forms so that hitting enter submits the form in IE.

Location:
trunk/grails-app/views
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assetDetailed/search.gsp

    r498 r570  
    3939
    4040            <div id="options" style="display:none;">
    41                 <g:form method="post" >
     41                <g:form method="post" action="setSearchParamsMax" >
    4242                    <g:hiddenField name="params" value="${filterParams}" />
    4343                    <div class="dialog">
  • trunk/grails-app/views/assetSubItemDetailed/search.gsp

    r498 r570  
    3939
    4040            <div id="options" style="display:none;">
    41                 <g:form method="post">
     41                <g:form method="post" action="setSearchParamsMax" >
    4242                    <g:hiddenField name="params" value="${filterParams}" />
    4343                    <div class="dialog">
  • trunk/grails-app/views/inventoryItemDetailed/search.gsp

    r569 r570  
    104104
    105105            <div id="options" style="display:none; clear:both;">
    106                 <g:form method="post">
     106                <g:form method="post" action="setSearchParamsMax" >
    107107                    <g:hiddenField name="params" value="${filterParams}" />
    108108                    <div class="dialog">
  • trunk/grails-app/views/inventoryItemDetailed/show.gsp

    r500 r570  
    5959                                    </g:remoteLink>
    6060                                </div>
    61                                 <g:form controller="inventoryItemDetailed" method="post" >
     61                                <g:form controller="inventoryItemDetailed" action="useInventoryItem" method="post" >
    6262                                    <div class="dialog">
    6363                                        <table>
  • trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp

    r498 r570  
    4040
    4141            <div id="options" style="display:none;">
    42                 <g:form method="post" >
     42                <g:form method="post" action="setSearchParamsMax" >
    4343                    <g:hiddenField name="params" value="${filterParams}" />
    4444                    <div class="dialog">
  • trunk/grails-app/views/taskDetailed/search.gsp

    r552 r570  
    4545
    4646            <div id="options" style="display:none;">
    47                 <g:form method="post" >
     47                <g:form method="post" action="setSearchParamsMax" >
    4848                    <g:hiddenField name="params" value="${filterParams}" />
    4949                    <div class="dialog">
  • trunk/grails-app/views/taskDetailed/searchCalendar.gsp

    r476 r570  
    4343
    4444            <div id="options" style="display:none;">
    45                 <g:form method="post" >
     45                <g:form method="post" action="setSearchCalendarParamsMax" >
    4646                    <g:hiddenField name="params" value="${filterParams}" />
    4747                    <div class="dialog">
Note: See TracChangeset for help on using the changeset viewer.