source: Dev/branches/rest-dojo-ui/client/rft/ui/templates/ObjectBox.html @ 391

Last change on this file since 391 was 359, checked in by hendrikvanantwerpen, 13 years ago

Application header is link to menu now.
Links in menu page are clickable now.
Added some logic to session page. Simple props can now be edited and saved.
Different actions for session templates and instances in sessions page.
Cleaner code in ObjectBox?. No special cases anymore, scope error fixed.
Fixed scope error in store.js.

File size: 236 bytes
Line 
1<div class="${baseClass}">
2    <div data-dojo-attach-point="iconNode"></div>
3    <div data-dojo-attach-point="line1Node"></div>
4    <div data-dojo-attach-point="line2Node"></div>
5    <div data-dojo-attach-point="line3Node"></div>
6</div>
Note: See TracBrowser for help on using the repository browser.