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

Last change on this file since 349 was 344, checked in by tjcschipper, 13 years ago
  • mSessions.html is more or less done
  • mMenu.html is nearly done, still needs non-hover overlays on the menu boxes/buttons
  • Fixed theme dependency, style overrides now work on a stock copy of Dojo claro theme!
  • Improved iconset alignment somewhat, still needs pixel tweaks to rftIcons24.png and rftIcons16.png (Icons are sometimes 1px too wide!)
  • Fixed MainMenu? template and applied styling classes. Replaced markup version with rft.ui.MainMenu? version in all mockups.
  • Fixed colour settings/context on LineWithButtons?
File size: 282 bytes
Line 
1<div class="${baseClass}">
2    <div class="rftIcon typeIcon rftIcon${objectType}" 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.