From e72eaf24086a6f8c8b6f315ca8f404444b02d210 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Wed, 25 Apr 2012 02:43:50 +0200 Subject: zero-themes: add bbcode-toolbar to commentbox --- view/theme/slackr/comment_item.tpl | 59 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 view/theme/slackr/comment_item.tpl (limited to 'view/theme/slackr/comment_item.tpl') diff --git a/view/theme/slackr/comment_item.tpl b/view/theme/slackr/comment_item.tpl new file mode 100755 index 000000000..375aff8fa --- /dev/null +++ b/view/theme/slackr/comment_item.tpl @@ -0,0 +1,59 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }} + +
+ + +
+
+ +
-- cgit v1.2.3 From 5af80dbb89a2ce649b59439784e5166f63e4979d Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 24 Apr 2012 18:23:48 -0700 Subject: restore qcomment selector --- view/theme/slackr/comment_item.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'view/theme/slackr/comment_item.tpl') diff --git a/view/theme/slackr/comment_item.tpl b/view/theme/slackr/comment_item.tpl index 375aff8fa..84b9597e8 100755 --- a/view/theme/slackr/comment_item.tpl +++ b/view/theme/slackr/comment_item.tpl @@ -40,10 +40,12 @@
{{ if $qcomment }} - {{ for $qcomment as $qc }} - $qc -   + {{ endif }}
-- cgit v1.2.3