diff options
author | friendica <info@friendica.com> | 2013-10-10 02:15:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-10 02:15:44 -0700 |
commit | 3985aa07b4d81474615a3bb8e5a94a0217715267 (patch) | |
tree | 65b55c060d792aa72dea1eb4a013a8a7d6863fe4 /view/tpl/like_noshare.tpl | |
parent | 87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c (diff) | |
download | volse-hubzilla-3985aa07b4d81474615a3bb8e5a94a0217715267.tar.gz volse-hubzilla-3985aa07b4d81474615a3bb8e5a94a0217715267.tar.bz2 volse-hubzilla-3985aa07b4d81474615a3bb8e5a94a0217715267.zip |
more icon tweaks - this could be going on for some time; try to get icon code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
Diffstat (limited to 'view/tpl/like_noshare.tpl')
-rwxr-xr-x | view/tpl/like_noshare.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/like_noshare.tpl b/view/tpl/like_noshare.tpl index d2cf0f742..60ba14d8c 100755 --- a/view/tpl/like_noshare.tpl +++ b/view/tpl/like_noshare.tpl @@ -1,5 +1,5 @@ <div class="wall-item-like-buttons" id="wall-item-like-buttons-{{$id}}"> - <a href="#" class="icon like" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></a> - <a href="#" class="icon dislike" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></a> + <i class="icon-thumbs-up-alt item-tool" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></i> + <i class="icon-thumbs-down-alt item-tool" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></i> <div id="like-rotator-{{$id}}" class="like-rotator"></div> </div> |