src/templates/tooltip.html
author hamidouk
Fri, 23 Dec 2011 10:45:47 +0100
branchcalage-segmentsWidget
changeset 516 fe8c9f4791cb
parent 335 54c0686efd85
permissions -rw-r--r--
added a pixel to the last segment. Made search play nice with the borders.

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