Last change
on this file since 910 was
806,
checked in by gav, 14 years ago
|
Improve html and css formatting of taskProcedure edit and create views.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[793] | 1 | |
---|
| 2 | <tr id="documentReferenceLazyList${i}" class="docRef-div" <g:if test="${docRef?.toBeDeleted}">style="display:none;"</g:if>> |
---|
| 3 | |
---|
[806] | 4 | <td valign="top" class="${hasErrors(bean:docRef,field:'name','errors')}"> |
---|
[793] | 5 | <g:hiddenField name="documentReferenceLazyList[${i}].toBeDeleted" value="${docRef?.toBeDeleted}"/> |
---|
| 6 | <g:hiddenField name='documentReferenceLazyList[${i}].isNew' value="${docRef?.id == null?'true':'false'}"/> |
---|
| 7 | <g:textArea name="documentReferenceLazyList[${i}].name" |
---|
| 8 | value="${docRef?.name}" |
---|
[806] | 9 | style="width:420px;height:auto;"/> |
---|
[793] | 10 | </td> |
---|
| 11 | |
---|
[806] | 12 | <td valign="top" class="${hasErrors(bean:docRef,field:'location','errors')}"> |
---|
[793] | 13 | <g:textArea name="documentReferenceLazyList[${i}].location" |
---|
| 14 | value="${docRef?.location}" |
---|
[806] | 15 | style="width:420px;height:auto;"/> |
---|
[793] | 16 | </td> |
---|
| 17 | |
---|
| 18 | <td> |
---|
| 19 | <span class="del-docRef"> |
---|
| 20 | <img src="${resource(dir:'images/skin', file:'database_delete.png')}" /> |
---|
| 21 | </span> |
---|
| 22 | </td> |
---|
| 23 | </tr> |
---|
Note: See
TracBrowser
for help on using the repository browser.