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/departmentDetailed/edit.gsp

    r333 r410  
    7676</g:each>
    7777</ul>
    78 <g:link controller="departmentExtendedAttributeDetailed" params="['department.id':departmentInstance?.id]" action="create">Add DepartmentExtendedAttribute</g:link>
     78<g:link controller="departmentExtendedAttributeDetailed" params="['department.id':departmentInstance?.id]" action="create">+Add Extended Attribute</g:link>
    7979
    8080                                </td>
     
    9292</g:each>
    9393</ul>
    94 <g:link controller="person" params="['department.id':departmentInstance?.id]" action="create">Add Person</g:link>
     94<g:link controller="person" params="['department.id':departmentInstance?.id]" action="create">+Add Person</g:link>
    9595
    9696                                </td>
     
    108108</g:each>
    109109</ul>
    110 <g:link controller="sectionDetailed" params="['department.id':departmentInstance?.id]" action="create">Add Section</g:link>
     110<g:link controller="sectionDetailed" params="['department.id':departmentInstance?.id]" action="create">+Add Section</g:link>
    111111
    112112                                </td>
Note: See TracChangeset for help on using the changeset viewer.