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

Last change on this file since 6907 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: 190 bytes
Line 
1<span class="yui-button">
2  <span class="first-child">
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.