- Timestamp:
- Nov 15, 2010, 11:06:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/templateEditor/elements/_liFieldSelected.gsp
r980 r1136 1 1 <span class="listButtons"> 2 <img onClick="showTemplateFieldForm( 'templateField_' + ${templateField.id}); this.blur(); return false;" src="${createLinkTo( dir: 'images/icons', file: 'application_edit.png', plugin: 'famfamfam' )}" alt="Show template field properties" title="Show template field properties"> 3 2 4 <g:if test="${template.inUse()}"> 3 5 <img class="disabled" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="This field can not be removed from the template, as the template is still in use." title="This field can not be removed from the template, as the template is still in use."> … … 11 13 <b>${templateField.name}</b> 12 14 (<g:if test="${templateField.unit}">${templateField.unit}, </g:if><g:render template="elements/${templateField.type.toString().toLowerCase().replaceAll(/ /,'_')}" model="[templateField: templateField]"/>) 13 14 15 16 <form class="templateField_form" id="templateField_${templateField.id}_form"> 17 <g:render template="elements/disabledFieldForm" model="['templateField': templateField, 'ontologies': ontologies, 'fieldTypes': fieldTypes]"/> 18 <div class="templateFieldButtons"> 19 <input type="button" value="Close" onClick="hideTemplateFieldForm( ${templateField.id} );"> 20 </div> 21 </form>
Note: See TracChangeset
for help on using the changeset viewer.