aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/like.tpl
blob: 2f778851affa1142b1f51a813e93a70855f8f288 (plain) (blame)
1
2
3
4
5
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
				<img src="images/like.gif" alt="Ich mag das" title="Ich mag das [toggle]" onclick="dolike($id,'like');" />
				<img src="images/dislike.gif" alt="Ich mag das nicht" title="Ich mag das nicht [toggle]" onclick="dolike($id,'dislike');" />
				<img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="Bitte warten" title="Bitte warten" style="display: none;" />
			</div>