Changeset 864


Ignore:
Timestamp:
Mar 15, 2011, 4:14:28 PM (13 years ago)
Author:
gav
Message:

Add task show tab header and control button update elements on entry save, part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/_showTaskControlButtons.gsp

    r862 r864  
    11
    2     <g:form>
     2    <g:form controller="taskDetailed">
    33        <input type="hidden" name="id" value="${taskInstance?.id}" />
    44
    55        <g:if test="${taskInstance.trash}" >
    6             <span class="button"><g:actionSubmit class="restore" onclick="return confirm('Are you sure?');" value="Restore"/></span>
     6            <span class="button">
     7                <g:actionSubmit class="restore" onclick="return confirm('Are you sure?');" value="Restore"/>
     8            </span>
    79        </g:if>
    810        <g:else>
Note: See TracChangeset for help on using the changeset viewer.