source: Dev/trunk/client/qed/widgets/templates/LineWithActionsWidget.html @ 433

Last change on this file since 433 was 417, checked in by hendrikvanantwerpen, 12 years ago

Put all model dependent code in one place. More separation of general and domain code.

File size: 206 bytes
Line 
1<div class="${baseClass}">
2    <span class="${baseClass}Title" data-dojo-attach-point="titleNode"></span>
3    <span class="${baseClass}Buttons dijitReset" data-dojo-attach-point="buttonsNode"></span>
4</div>
Note: See TracBrowser for help on using the repository browser.