source: main/waeup.kofa/trunk/src/waeup/sirp/browser/templates/plainactionbutton.pt @ 7807

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

Merge Bootstrap branch into trunk.

File size: 186 bytes
Line 
1<span tal:condition="viewlet/target_url">
2  <span>
3    <a href=""
4       tal:attributes="href viewlet/target_url">
5    <span tal:content="viewlet/text">TEXT</span></a>
6  </span>
7</span>
Note: See TracBrowser for help on using the repository browser.