src/templates/tooltip.html
author hamidouk
Fri, 02 Dec 2011 12:01:43 +0100
branchno-popcorn
changeset 389 2f855c3efd48
parent 335 54c0686efd85
permissions -rw-r--r--
changed init to accomodate the popcorn replacement.

{{! template used by the jquery ui tooltip }}
<div class='Ldt-tooltip'>
  <div class='title'>{{title}}</div>
  <div class='time'>{{begin}} : {{end}} </div>
  <div class='description'>{{description}}</div>
</div>