src/templates/tooltip.html
author hamidouk
Fri, 03 Feb 2012 14:19:41 +0100
branchpopcorn-port
changeset 770 14d56cb5d75d
parent 335 54c0686efd85
permissions -rw-r--r--
fixed the sliceWidget to allow selecting the whole range.

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