src/templates/tooltip.html
author hamidouk
Thu, 02 Feb 2012 15:30:39 +0100
branchpopcorn-port
changeset 764 628ae65defa7
parent 335 54c0686efd85
permissions -rw-r--r--
fixed the option to specify an user.

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