src/templates/tooltip.html
author hamidouk
Tue, 29 Nov 2011 12:31:17 +0100
branchpopcorn-port
changeset 348 c9833b9c86b9
parent 335 54c0686efd85
permissions -rw-r--r--
changed the cursors for the interface buttons.

{{! 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>