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/darkzero-NS/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/darkzero-NS/editicons.png | Bin 0 -> 6300 bytes view/theme/darkzero-NS/theme.php | 35 +++++++++++++++ view/theme/darkzero/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/darkzero/editicons.png | Bin 0 -> 6300 bytes view/theme/darkzero/theme.php | 36 +++++++++++++++ view/theme/duepuntozero/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/duepuntozero/editicons.png | Bin 0 -> 6300 bytes view/theme/duepuntozero/style.css | 73 +++++++++++++++++++++++++++++++ view/theme/duepuntozero/theme.php | 35 +++++++++++++++ view/theme/greenzero/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/greenzero/editicons.png | Bin 0 -> 6300 bytes view/theme/greenzero/theme.php | 35 +++++++++++++++ view/theme/purplezero/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/purplezero/editicons.png | Bin 0 -> 6300 bytes view/theme/purplezero/theme.php | 35 +++++++++++++++ view/theme/slack-NS/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/slack-NS/editicons.png | Bin 0 -> 6300 bytes view/theme/slack-NS/theme.php | 35 +++++++++++++++ view/theme/slackr/comment_item.tpl | 59 +++++++++++++++++++++++++ view/theme/slackr/editicons.png | Bin 0 -> 6300 bytes view/theme/slackr/theme.php | 35 +++++++++++++++ 22 files changed, 732 insertions(+) create mode 100755 view/theme/darkzero-NS/comment_item.tpl create mode 100644 view/theme/darkzero-NS/editicons.png create mode 100755 view/theme/darkzero/comment_item.tpl create mode 100644 view/theme/darkzero/editicons.png create mode 100755 view/theme/duepuntozero/comment_item.tpl create mode 100644 view/theme/duepuntozero/editicons.png create mode 100755 view/theme/greenzero/comment_item.tpl create mode 100644 view/theme/greenzero/editicons.png create mode 100755 view/theme/purplezero/comment_item.tpl create mode 100644 view/theme/purplezero/editicons.png create mode 100755 view/theme/slack-NS/comment_item.tpl create mode 100644 view/theme/slack-NS/editicons.png create mode 100755 view/theme/slackr/comment_item.tpl create mode 100644 view/theme/slackr/editicons.png diff --git a/view/theme/darkzero-NS/comment_item.tpl b/view/theme/darkzero-NS/comment_item.tpl new file mode 100755 index 000000000..375aff8fa --- /dev/null +++ b/view/theme/darkzero-NS/comment_item.tpl @@ -0,0 +1,59 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }} + +
+ + +
+
+ +
diff --git a/view/theme/darkzero-NS/editicons.png b/view/theme/darkzero-NS/editicons.png new file mode 100644 index 000000000..171a40876 Binary files /dev/null and b/view/theme/darkzero-NS/editicons.png differ diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php index 6c1aa7f12..bdf4b8cef 100644 --- a/view/theme/darkzero-NS/theme.php +++ b/view/theme/darkzero-NS/theme.php @@ -14,6 +14,41 @@ $a->theme_info = array( function darkzero_NS_init(&$a) { $a->page['htmlhead'] .= <<< EOT