Changeset 6

Show
Ignore:
Timestamp:
01/21/06 02:46:14
Author:
johnsa
Message:

add buttons to modify view page to "return to view listing" and "delete view"

Files:

Legend:

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

    r5 r6  
    18111811      </tr> 
    18121812    </table> 
    1813  
    1814     <p><a href="{$view-fetch}">return to views listing</a></p> 
     1813    <table border="0" width="100%" id="submitTable"> 
     1814      <tr> 
     1815        <td> 
     1816          <input type="button" name="return" value="Return to Views Listing" class="padRight" onclick="javascript:location.replace('{$view-fetch}')"/> 
     1817        </td> 
     1818        <td align="right"> 
     1819          <input type="button" name="delete" value="Delete View" onclick="{$view-fetch}"/> 
     1820        </td> 
     1821      </tr> 
     1822    </table> 
    18151823  </xsl:template> 
    18161824