Ignore:
Timestamp:
Mar 5, 2010, 12:45:43 PM (14 years ago)
Author:
gav
Message:

Add ProductionReference.
Add ProductionManager and ProductionUser roles.
Update immediate callout help definitions, roll errors into one ul.
Add help definitions for resolved and unresolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/entryDetailed/show.gsp

    r147 r431  
    4949                           
    5050                        </tr>
     51
     52                        <g:if test="${entryInstance.productionReference}">
     53                            <tr class="prop">
     54                                <td valign="top" class="name">Production:</td>
     55
     56                                <td valign="top" class="value">
     57                                    ${fieldValue(bean:entryInstance, field:'productionReference')}
     58                                </td>
     59
     60                            </tr>
     61                        </g:if>
    5162                   
    5263                        <tr class="prop">
Note: See TracChangeset for help on using the changeset viewer.