diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-11 18:49:07 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-11 18:49:07 +0200 |
commit | a1d5026abf129fc520327881a293d17c1ab21eff (patch) | |
tree | 3f5c860299deb4fa82ed22d5e957de5864be9943 /view/theme/diabook-red/comment_item.tpl | |
parent | cdb6510b9f3007d2afd3081313caa7d045af1e7c (diff) | |
download | volse-hubzilla-a1d5026abf129fc520327881a293d17c1ab21eff.tar.gz volse-hubzilla-a1d5026abf129fc520327881a293d17c1ab21eff.tar.bz2 volse-hubzilla-a1d5026abf129fc520327881a293d17c1ab21eff.zip |
diabook-themes: small fix
Diffstat (limited to 'view/theme/diabook-red/comment_item.tpl')
-rw-r--r-- | view/theme/diabook-red/comment_item.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook-red/comment_item.tpl b/view/theme/diabook-red/comment_item.tpl index 64e4fb802..225a5dd5c 100644 --- a/view/theme/diabook-red/comment_item.tpl +++ b/view/theme/diabook-red/comment_item.tpl @@ -13,12 +13,12 @@ <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 italic" onclick="insertFormatting('i',$id);">i</a> <a class="icon bold" onclick="insertFormatting('b',$id);">b</a> + <a class="icon quote" onclick="insertFormatting('quote',$id);">quote</a> {{ if $qcomment }} <select id="qcomment-select-$id" name="qcomment-$id" class="qcomment" onchange="qCommentInsert(this,$id);" > <option value=""></option> |