Changeset 153
- Timestamp:
- 02/10/06 16:22:03
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl
r152 r153 387 387 <xsl:template name="eventList"> 388 388 <h2>Edit Events</h2> 389 <p>Select the event that you would like to update 390 (or <a href="{$event-initAddEvent}">add a new event</a>):</p> 389 <p> 390 Select the event that you would like to update: 391 <input type="button" name="return" value="Add new event" onclick="javascript:location.replace('{$event-initAddEvent}')"/> 392 </p> 391 393 392 394 <form name="peForm" method="post" action="{$event-showUpdateList}"> … … 1045 1047 <p> 1046 1048 Select the contact you would like to update: 1049 <input type="button" name="return" value="Add new contact" onclick="javascript:location.replace('{$sponsor-initAdd}')"/> 1047 1050 </p> 1048 1051
