Changeset 1141

Show
Ignore:
Timestamp:
12/11/06 16:43:19
Author:
johnsa
Message:

personal client: adding event submit buttons to top of page (as well as bottom)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1140 r1141  
    17461746  <!-- The name "eventForm" is referenced by several javascript functions. Do not 
    17471747    change it without modifying includes.js --> 
    1748     <h2>Add Event</h2> 
    17491748    <form name="eventForm" method="post" action="{$addEvent}" id="standardForm"> 
     1749      <h2> 
     1750        Add Event 
     1751        <input name="submit" type="submit" value="Submit Event"/>&#160; 
     1752        <input name="cancelled" type="submit" value="Cancel"/> 
     1753      </h2> 
    17501754      <xsl:apply-templates select="." mode="eventForm"/> 
    17511755    </form> 
     
    17611765    <!-- The name "eventForm" is referenced by several javascript functions. Do not 
    17621766    change it without modifying includes.js --> 
    1763     <h2>Edit Event</h2> 
    17641767    <form name="eventForm" method="post" action="{$updateEvent}" id="standardForm"> 
     1768      <h2> 
     1769        Edit Event 
     1770        <input name="submit" type="submit" value="Submit Event"/>&#160; 
     1771        <input name="cancelled" type="submit" value="Cancel"/> 
     1772        <input type="button" value="return to view" onclick="location.replace('{$eventView}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}')"/> 
     1773      </h2> 
     1774 
    17651775      <xsl:apply-templates select="." mode="eventForm"/> 
    17661776    </form>