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

Last change on this file since 9193 was 9145, checked in by Henrik Bettermann, 12 years ago

Add onclick attribute to action buttons and protect the deactivate and activate buttons by a warning message.

File size: 271 bytes
Line 
1<a class="btn actionbar" 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.