| author | veltr |
| Fri, 20 Apr 2012 19:13:11 +0200 | |
| branch | new-model |
| changeset 874 | 38b65761a7d5 |
| parent 335 | 54c0686efd85 |
| permissions | -rw-r--r-- |
|
221
2a83d308dba6
added short descriptions to all the template files.
hamidouk
parents:
42
diff
changeset
|
1 |
{{! template used by the jquery ui tooltip }} |
|
2a83d308dba6
added short descriptions to all the template files.
hamidouk
parents:
42
diff
changeset
|
2 |
<div class='Ldt-tooltip'> |
| 335 | 3 |
<div class='title'>{{title}}</div> |
4 |
<div class='time'>{{begin}} : {{end}} </div> |
|
5 |
<div class='description'>{{description}}</div> |
|
6 |
</div> |