src/templates/tooltip.html
author hamidouk
Mon, 05 Dec 2011 15:53:49 +0100
branchcap-demo
changeset 410 de8fdd68930f
parent 335 54c0686efd85
permissions -rw-r--r--
display the text as well as the description in the tooltip.

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