source: main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/actionbutton.pt @ 11254

Last change on this file since 11254 was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

File size: 273 bytes
Line 
1<a class="btn btn-default" tal:condition="viewlet/target_url"
2   tal:attributes="href viewlet/target_url; onclick viewlet/onclick">
3  <img src="" alt="edit"
4   tal:attributes="src viewlet/icon_url;
5           alt viewlet/alt"/>
6  <span tal:replace="viewlet/text">TEXT</span>
7</a>
Note: See TracBrowser for help on using the repository browser.