Add tipTip js tooltips
This commit is contained in:
parent
9ab9c28b01
commit
14125ce67b
5 changed files with 175 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div class="tool">
|
||||
<div class="fn label">$profile.name</div>
|
||||
{{ if $profile.edit }}<a class="icon s16 edit" href="$profile.edit.0" title="$profile.edit.3"><span>$profile.edit.1</span></a>{{ endif }}
|
||||
{{ if $profile.edit }}<a class="icon s16 edit ttright" href="$profile.edit.0" title="$profile.edit.3"><span>$profile.edit.1</span></a>{{ endif }}
|
||||
</div>
|
||||
|
||||
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue