aboutsummaryrefslogtreecommitdiffstats
path: root/view/like.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-08 18:53:52 -0800
committerFriendika <info@friendika.com>2011-03-08 18:53:52 -0800
commit0de88eb6b0e5ceab470240a54414317884a49101 (patch)
tree1771d6e52ecf64a96aecf2ccf5ce1b06259abfde /view/like.tpl
parentea59e199d5609f4d196ecced569a8e267c2e27d5 (diff)
downloadvolse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.gz
volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.bz2
volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.zip
yet another template converted to language neutral format
Diffstat (limited to 'view/like.tpl')
-rw-r--r--view/like.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/like.tpl b/view/like.tpl
new file mode 100644
index 000000000..e36a624a4
--- /dev/null
+++ b/view/like.tpl
@@ -0,0 +1,5 @@
+<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
+ <img src="images/like.gif" alt="$likethis" title="$likethis" onclick="dolike($id,'like');" />
+ <img src="images/dislike.gif" alt="$nolike" title="$nolike" onclick="dolike($id,'dislike');" />
+ <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
+ </div>