src/templates/tooltip.html
author hamidouk
Tue, 25 Oct 2011 14:33:18 +0200
branchpopcorn-port
changeset 141 becd5f52fa24
parent 42 b35c32744ae9
child 221 2a83d308dba6
permissions -rw-r--r--
this commit fixes an elusive integration bug where the object would get called without a correct this.

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