Ignore:
Timestamp:
Feb 24, 2010, 12:39:26 PM (14 years ago)
Author:
gav
Message:

Add a plus(+) sign to all detailed views with an Add link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryStoreDetailed/edit.gsp

    r377 r410  
    7575</g:each>
    7676</ul>
    77 <g:link controller="inventoryLocationDetailed" params="['inventoryStore.id':inventoryStoreInstance?.id]" action="create">Add InventoryLocation</g:link>
     77<g:link controller="inventoryLocationDetailed" params="['inventoryStore.id':inventoryStoreInstance?.id]" action="create">+Add Inventory Location</g:link>
    7878
    7979                                </td>
Note: See TracChangeset for help on using the changeset viewer.