Last change
on this file since 556 was
556,
checked in by roberth, 12 years ago
|
Improved the TemplateEditor? again: templates can be created and removed and some checks were built in to ensure that the same fields in different templates point to the same TemplateField? object.
|
File size:
294 bytes
|
Line | |
---|
1 | <g:if test="${templateField.inUse()}"> |
---|
2 | <g:render template="elements/liFieldInUse" model="['templateField': templateField, 'fieldTypes': fieldTypes]"/> |
---|
3 | </g:if> |
---|
4 | <g:else> |
---|
5 | <g:render template="elements/liFieldNotInUse" model="['templateField': templateField, 'fieldTypes': fieldTypes]"/> |
---|
6 | </g:else> |
---|
Note: See
TracBrowser
for help on using the repository browser.