Changeset 1141
- Timestamp:
- 12/11/06 16:43:19
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1140 r1141 1746 1746 <!-- The name "eventForm" is referenced by several javascript functions. Do not 1747 1747 change it without modifying includes.js --> 1748 <h2>Add Event</h2>1749 1748 <form name="eventForm" method="post" action="{$addEvent}" id="standardForm"> 1749 <h2> 1750 Add Event 1751 <input name="submit" type="submit" value="Submit Event"/>  1752 <input name="cancelled" type="submit" value="Cancel"/> 1753 </h2> 1750 1754 <xsl:apply-templates select="." mode="eventForm"/> 1751 1755 </form> … … 1761 1765 <!-- The name "eventForm" is referenced by several javascript functions. Do not 1762 1766 change it without modifying includes.js --> 1763 <h2>Edit Event</h2>1764 1767 <form name="eventForm" method="post" action="{$updateEvent}" id="standardForm"> 1768 <h2> 1769 Edit Event 1770 <input name="submit" type="submit" value="Submit Event"/>  1771 <input name="cancelled" type="submit" value="Cancel"/> 1772 <input type="button" value="return to view" onclick="location.replace('{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}')"/> 1773 </h2> 1774 1765 1775 <xsl:apply-templates select="." mode="eventForm"/> 1766 1776 </form>
