Changeset 726 for trunk/grails-app/views/templateEditor/template.gsp
- Timestamp:
- Jul 27, 2010, 1:06:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/templateEditor/template.gsp
r567 r726 80 80 <g:if test="${template}"> 81 81 <div class="templateEditorStep" id="step2_selectedFields"> 82 <h3 class="templateName">${template.name} (<a class="switch" href="${createLink(action:'index')}?entity=${encryptedEntity }">switch</a>)</h3>82 <h3 class="templateName">${template.name} (<a class="switch" href="${createLink(action:'index')}?entity=${encryptedEntity.encodeAsURL()}">switch</a>)</h3> 83 83 84 84 <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.