source: main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/importxmlaction.pt @ 7908

Last change on this file since 7908 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: 362 bytes
Line 
1<span tal:condition="viewlet/can_import"
2      class="yui-button" noclass="actionbarlink">
3  <span class="first-child">
4    <a href="" id="linkbutton1"
5       tal:attributes="href python: view.url(context) + '/importxml'">
6      <img alt="import from XML"
7           tal:attributes="src static/actionicon_submit.png"/>
8  <span>Import from XML</span></a></span>
9</span>
Note: See TracBrowser for help on using the repository browser.