Changeset 153

Show
Ignore:
Timestamp:
02/10/06 16:22:03
Author:
johnsa
Message:

added more consistent buttons to edit listings for "add new" item in admin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl

    r152 r153  
    387387  <xsl:template name="eventList"> 
    388388    <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> 
    391393 
    392394    <form name="peForm" method="post" action="{$event-showUpdateList}"> 
     
    10451047    <p> 
    10461048      Select the contact you would like to update: 
     1049      <input type="button" name="return" value="Add new contact" onclick="javascript:location.replace('{$sponsor-initAdd}')"/> 
    10471050    </p> 
    10481051