src/templates/tooltip.html
author hamidouk
Fri, 02 Dec 2011 10:43:01 +0100
branchpopcorn-port
changeset 384 3f7e7e9ffd1e
parent 335 54c0686efd85
permissions -rw-r--r--
update the arrow asset to cover the double border.

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