source: main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/exportxmlaction.pt @ 11559

Last change on this file since 11559 was 6028, checked in by Henrik Bettermann, 13 years ago

Remove hurry.yui dependencies completely and use local copies of the relevant YUI css files.

Replace logo_waeup.gif by your-logo.gif.

File size: 321 bytes
Line 
1<span class="yui-button" noclass="actionbarlink">
2  <span class="first-child">
3    <a href="" id="linkbutton1"
4       tal:attributes="href python: view.url(context) + '/export.xml'">
5      <img alt="export as XML"
6           tal:attributes="src static/actionicon_unpublish.png"/>
7  <span>Export as XML</span></a></span>
8</span>
Note: See TracBrowser for help on using the repository browser.