Changeset 985 for trunk/grails-app/views/user/search.gsp
- Timestamp:
- Oct 25, 2010, 3:28:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/user/search.gsp
r976 r985 1 1 <head> 2 <meta name='layout' content=' springSecurityUI'/>2 <meta name='layout' content='main'/> 3 3 <title><g:message code='spring.security.ui.user.search'/></title> 4 4 </head> … … 7 7 8 8 <div> 9 10 <s2ui:form width='100%' height='375' elementId='formContainer'11 titleCode='spring.security.ui.user.search'>12 9 13 10 <g:form action='userSearch' name='userSearchForm'> … … 55 52 <tr><td colspan='4'> </td></tr> 56 53 <tr> 57 <td colspan='4'>< s2ui:submitButton elementId='search' form='userSearchForm' messageCode='spring.security.ui.search'/></td>54 <td colspan='4'><input type="submit" value="Search" /></td> 58 55 </tr> 59 56 </tbody> 60 57 </table> 61 58 </g:form> 62 63 </s2ui:form>64 59 65 60 <g:if test='${searched}'> … … 99 94 </div> 100 95 101 <div style="text-align:center">102 <s2ui:paginationSummary total="${totalCount}"/>103 </div>104 105 96 </g:if> 106 97 … … 116 107 }); 117 108 118 <s2ui:initCheckboxes/>119 120 109 </script> 121 110
Note: See TracChangeset
for help on using the changeset viewer.