diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-05 11:32:40 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-05 11:32:40 +0200 |
commit | 14125ce67bb27b024d082738c8065e1bc7f2d377 (patch) | |
tree | ebf8adfcd4dcffdae8bbb78ec69dd99e512946d7 /view | |
parent | 9ab9c28b0175ddcfd1997290702a02a9aa896fa3 (diff) | |
download | volse-hubzilla-14125ce67bb27b024d082738c8065e1bc7f2d377.tar.gz volse-hubzilla-14125ce67bb27b024d082738c8065e1bc7f2d377.tar.bz2 volse-hubzilla-14125ce67bb27b024d082738c8065e1bc7f2d377.zip |
Add tipTip js tooltips
Diffstat (limited to 'view')
-rw-r--r-- | view/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index 08e2e2e3a..ecdb5280f 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -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 }} |