Changeset 825 for trunk/grails-app/views/layouts/main.gsp
- Timestamp:
- Feb 24, 2011, 5:09:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/layouts/main.gsp
r810 r825 28 28 <img src="${resource(dir:'images',file:'loading_bar.gif')}" alt="Spinner" /> 29 29 </div> 30 <div id="jQueryAjaxLoading" class="jQueryAjaxLoading" style="display:none;"> 31 <img src="${resource(dir:'images',file:'loading.gif')}" alt="Loading" title="Loading" /> 32 </div> 33 <div id="jQueryAjaxDefaultError" class="message_error" style="display:none;"> 34 <g:message code="default.could.not.perform.operation" /> 35 </div>' 30 36 <g:if env="production"> 31 37 <div id="Header">
Note: See TracChangeset
for help on using the changeset viewer.