Changeset 548 for trunk/grails-app/views


Ignore:
Timestamp:
May 27, 2010, 8:47:06 PM (14 years ago)
Author:
gav
Message:

Add InventoryItemService savePicture().
Add bulk tests for inventory items.

Location:
trunk/grails-app/views/appCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/appAdmin.gsp

    r358 r548  
    1111        </div>
    1212        <div class="body">
    13             <g:if test="${flash.message}">
    14                 <div class="message">${flash.message}</div>
    15             </g:if>
     13            <g:render template="/shared/messages" />
    1614            <div class="dialog">
    1715                <table>
     
    6664                            <tr class="prop">
    6765                                <td valign="top" class="name">
    68                                     <label>Test:</label>
     66                                    <label>Bulk Test:</label>
    6967                                </td>
    7068                                <td valign="top" class="value">
    71                                     <g:link action="createBulkTestData">Bulk</g:link> - Create a large volume of test data.
     69                                    <g:link action="createBulkTestData">All Types</g:link> - Create a large volume of test data.
     70                                    <br />
     71                                    <g:link action="createBulkInventoryTestData">Inventory</g:link> - Create a large volume of inventory test data.
    7272                                </td>
    7373                            </tr>
  • trunk/grails-app/views/appCore/start.gsp

    r546 r548  
    1313        </div>
    1414        <div class="body">
    15             <g:if test="${flash.message}">
    16                 <div class="message">${flash.message}</div>
    17             </g:if>
     15            <g:render template="/shared/messages" />
    1816            <g:hasErrors bean="${appCore}">
    1917                <div class="errors">
Note: See TracChangeset for help on using the changeset viewer.