Changeset 825 for trunk/grails-app


Ignore:
Timestamp:
Feb 24, 2011, 5:09:48 PM (13 years ago)
Author:
gav
Message:

Add jQuery AJAX util js and css, part 2.

Location:
trunk/grails-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r818 r825  
    321321default.create.failure={0} could not be created.
    322322default.create.revision.failure=Could not create revision.
     323default.could.not.perform.operation=Could not perform operation.
    323324default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
    324325default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
  • trunk/grails-app/views/layouts/main.gsp

    r810 r825  
    2828                    <img src="${resource(dir:'images',file:'loading_bar.gif')}" alt="Spinner" />
    2929                </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>'
    3036                <g:if env="production">
    3137                    <div id="Header">
Note: See TracChangeset for help on using the changeset viewer.