Changeset 384


Ignore:
Timestamp:
Feb 18, 2010, 4:52:50 AM (14 years ago)
Author:
gav
Message:

Minor adjustments to MaintenancePolicyDetailed views.

Location:
trunk/grails-app/views/maintenancePolicyDetailed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/maintenancePolicyDetailed/edit.gsp

    r363 r384  
    6060                <div class="buttons">
    6161                    <span class="button"><g:actionSubmit class="save" value="Update" /></span>
     62                    <span class="button"><g:actionSubmit class="cancel" value="Cancel" action="Show"/></span>
    6263                    <span class="button"><g:actionSubmit class="delete" onclick="return confirm('Are you sure?');" value="Delete" /></span>
    6364                </div>
  • trunk/grails-app/views/maintenancePolicyDetailed/list.gsp

    r363 r384  
    2121                        <tr>
    2222                       
    23                                 <g:sortableColumn property="id" title="Id" />
    24                        
    25                                 <g:sortableColumn property="name" title="Name" />
    26                        
    27                                 <g:sortableColumn property="description" title="Description" />
    28                        
    29                                 <g:sortableColumn property="isActive" title="Is Active" />
    30                        
     23                            <g:sortableColumn property="id" title="Id" />
     24
     25                            <g:sortableColumn property="name" title="Name" />
     26
     27                            <g:sortableColumn property="description" title="Description" />
     28
     29                            <g:sortableColumn property="isActive" title="Is Active" />
     30
    3131                            <th></th>
    3232                        </tr>
Note: See TracChangeset for help on using the changeset viewer.