src/templates/tooltip.html
author hamidouk
Tue, 14 Feb 2012 17:13:44 +0100
branchpopcorn-port
changeset 808 f7de8a24fc74
parent 335 54c0686efd85
permissions -rw-r--r--
forgot to remove an image reference. It's in css now.

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