Changeset 147 for trunk/grails-app/views/appCore/start.gsp
- Timestamp:
- Oct 8, 2009, 7:58:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r144 r147 89 89 <br /> 90 90 <br /> 91 Static reports 91 <div class="dialog"> 92 <table> 93 <tbody> 94 95 <tr class="prop"> 96 <td valign="top" class="name"> 97 <label>Static reports:</label> 98 </td> 99 <!-- <td valign="top" class="value"> 100 <a href="${createLink(action:'changePassword')}"> Password</a> 101 <br /> 102 <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a> 103 </td>--> 104 </tr> 105 106 </tbody> 107 </table> 108 </div> <!--End dialog--> 92 109 </richui:tabContent> 93 110 <!-- End Reports tab --> … … 97 114 <br /> 98 115 <br /> 99 <a href="${createLink(action:'changePassword')}">Change Password</a> 100 <br /> 101 <br /> 102 <a href="${createLink(action:'changeSessionTimeout')}">Change Session Timeout</a> 116 <div class="dialog"> 117 <table> 118 <tbody> 119 120 <tr class="prop"> 121 <td valign="top" class="name"> 122 <label>Change:</label> 123 </td> 124 <td valign="top" class="value"> 125 <a href="${createLink(action:'changePassword')}"> Password</a> 126 <br /> 127 <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a> 128 </td> 129 </tr> 130 131 </tbody> 132 </table> 133 </div> <!--End dialog--> 103 134 </richui:tabContent> 104 135 <!-- End Options tab -->
Note: See TracChangeset
for help on using the changeset viewer.