src/templates/tooltip.html
author hamidouk
Mon, 24 Oct 2011 12:42:15 +0200
branchpopcorn-port
changeset 124 2758dfb208b2
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
changed widget.js to add some properties to the widget. Widgets now only get the gui options as a parameter instead of the whole configuration.

 <div class='Ldt-tooltip'>
<div class='title'>{{title}}</div>
<div class='time'>{{begin}} : {{end}} </div>
<div class='description'>{{description}}</div>
</div>