Ignore:
Timestamp:
Feb 13, 2011, 9:14:23 PM (13 years ago)
Author:
gav
Message:

Improve html and css formatting of taskProcedure edit and create views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskProcedureDetailed/_documentReference.gsp

    r798 r806  
    22    <tr id="documentReferenceLazyList${i}" class="docRef-div" <g:if test="${docRef?.toBeDeleted}">style="display:none;"</g:if>>
    33
    4         <td valign="top" class="value ${hasErrors(bean:docRef,field:'name','errors')}">
     4        <td valign="top" class="${hasErrors(bean:docRef,field:'name','errors')}">
    55            <g:hiddenField name="documentReferenceLazyList[${i}].toBeDeleted" value="${docRef?.toBeDeleted}"/>
    66            <g:hiddenField name='documentReferenceLazyList[${i}].isNew' value="${docRef?.id == null?'true':'false'}"/>
    77            <g:textArea name="documentReferenceLazyList[${i}].name"
    88                                    value="${docRef?.name}"
    9                                     style="width:100%;height:auto;"
    10                                     rows="2"
    11                                     cols="25"/>
     9                                    style="width:420px;height:auto;"/>
    1210        </td>
    1311
    14         <td valign="top" class="value ${hasErrors(bean:docRef,field:'location','errors')}">
     12        <td valign="top" class="${hasErrors(bean:docRef,field:'location','errors')}">
    1513            <g:textArea name="documentReferenceLazyList[${i}].location"
    1614                                    value="${docRef?.location}"
    17                                     style="width:100%;height:auto;"
    18                                     rows="2"
    19                                     cols="25"/>
     15                                    style="width:420px;height:auto;"/>
    2016        </td>
    2117
Note: See TracChangeset for help on using the changeset viewer.