source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/actionbutton.pt @ 7384

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

Show 'Edit clearence' button only if clearance form isn't locked.

File size: 321 bytes
Line 
1<span class="yui-button" tal:condition="viewlet/target_url">
2  <span class="first-child">
3    <a href=""
4       tal:attributes="href viewlet/target_url">
5      <img src="" alt="edit"
6           tal:attributes="src viewlet/icon_url;
7                           alt viewlet/alt"/>
8    <span tal:content="viewlet/text">TEXT</span></a>
9  </span>
10</span>
Note: See TracBrowser for help on using the repository browser.