diff options
author | friendica <info@friendica.com> | 2013-07-14 01:19:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 01:19:24 -0700 |
commit | 873c1f381e039f631a2634de1747ec85a6bad5d6 (patch) | |
tree | 74bfa72aea4cd090c1550f36437666cdd272350e /view/tpl/conv_item.tpl | |
parent | 5b73755af7befa171223c6cdb6cc7ec917cedd6f (diff) | |
parent | 6abaa37fe37ee52a01e686ab3b722bcf8c2693f3 (diff) | |
download | volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.gz volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.bz2 volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.zip |
Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index e4178eb39..d678bfbee 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -90,7 +90,7 @@ {{if $item.filer}} <a href="#" id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item filer-icon item-tool" title="{{$item.filer}}"></a> {{/if}} - <img id="like-rotator-{{$item.id}}" class="like-rotator" src="images/rotator.gif" alt="{{$item.wait}}" title="{{$item.wait}}" style="display: none;" /> + <div id="like-rotator-{{$item.id}}" class="like-rotator"></div> <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" > {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{/if}} |