source: trunk/grails-app/views/templateEditor/elements/_templateForm.gsp @ 556

Last change on this file since 556 was 556, checked in by roberth, 13 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: 207 bytes
Line 
1        <label for="name">Name:</label> <g:textField name="name" value="${template?.name}" /><br />
2        <label for="description">Description:</label> <g:textArea name="description" value="${template?.description}" />
Note: See TracBrowser for help on using the repository browser.