aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/comment_item.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-10 14:38:59 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-10 14:38:59 +0200
commitb3f18945ba3c9596295deccd00789813d7702410 (patch)
tree8c1290b55a31b3c9b665884cbf7a8bc7e49af35f /view/theme/diabook/comment_item.tpl
parent9fafe64f82525b37d9fdd40f475e674566224516 (diff)
downloadvolse-hubzilla-b3f18945ba3c9596295deccd00789813d7702410.tar.gz
volse-hubzilla-b3f18945ba3c9596295deccd00789813d7702410.tar.bz2
volse-hubzilla-b3f18945ba3c9596295deccd00789813d7702410.zip
diabook-themes: added url and quote to bbcode toolbar under comment box
Diffstat (limited to 'view/theme/diabook/comment_item.tpl')
-rw-r--r--view/theme/diabook/comment_item.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/diabook/comment_item.tpl b/view/theme/diabook/comment_item.tpl
index 4668b9ce3..535134256 100644
--- a/view/theme/diabook/comment_item.tpl
+++ b/view/theme/diabook/comment_item.tpl
@@ -13,7 +13,9 @@
<div class="comment-edit-photo-end"></div>
<textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >$comment</textarea>
<a class="icon bb-video" onclick="insertFormatting('video',$id);">video</a>
- <a class="icon bb-image" onclick="insertFormatting('img',$id);">img</a>
+ <a class="icon bb-image" onclick="insertFormatting('img',$id);">img</a>
+ <a class="icon bb-url" onclick="insertFormatting('url',$id);">url</a>
+ <a class="icon quote" onclick="insertFormatting('quote',$id);">quote</a>
<a class="icon italic" onclick="insertFormatting('i',$id);">i</a>
<a class="icon underline" onclick="insertFormatting('u',$id);">u</a>
<a class="icon bold" onclick="insertFormatting('b',$id);">b</a>