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

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

Make action buttons smaller on studentpage.

Add StudentAccommodation? container class which contains the accommodation objects.

Add StudentPayments? container class which contains the payments objects.

File size: 286 bytes
Line 
1<span class="yui-button">
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.