Changeset 1029 for trunk/grails-app/views/templateEditor/template.gsp
- Timestamp:
- Nov 1, 2010, 1:17:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/templateEditor/template.gsp
r1027 r1029 84 84 <g:if test="${template}"> 85 85 <div class="templateEditorStep" id="step2_selectedFields"> 86 <h3 class="templateName">${template.name} (<a class="switch" href="${createLink(action:'index',params: extraparams + [ 'entity': encryptedEntity ])}">switch</a>)</h3>86 <h3 class="templateName">${template.name} (<a class="switch" href="${createLink(action:'index',params: [ 'entity': encryptedEntity ] + extraparams )}">switch</a>)</h3> 87 87 88 88 <p>Currently, this template contains the following fields. Drag fields to reorder. Drag fields to the list of available fields to remove the field from the template.</p>
Note: See TracChangeset
for help on using the changeset viewer.