From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- themes/CleanFS/templates/editcomment.tpl | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 themes/CleanFS/templates/editcomment.tpl (limited to 'themes/CleanFS/templates/editcomment.tpl') diff --git a/themes/CleanFS/templates/editcomment.tpl b/themes/CleanFS/templates/editcomment.tpl new file mode 100644 index 0000000..e27c6eb --- /dev/null +++ b/themes/CleanFS/templates/editcomment.tpl @@ -0,0 +1,83 @@ +
+
+
id, $fs->prefs['max_avatar_size'], 'av_comment'); ?>
+
+
+
+ isAnon()) { + if ($theuser->perms('is_admin')) { + $rank = 'Admin'; + } + else if ($theuser->perms('manage_project')) { + $rank = 'Project Manager'; + } + else { + $rank = ''; + } + + if (!empty($rank)) { + echo ''.Filters::noXSS($rank).''; + } + } + ?> +
+
+
+
+ + + + + + +
+ + + 'comment_text'), $comment['comment_text']); ?> + +
+ listAttachments($comment['comment_id'], $comment['task_id']); + $this->display('common.editattachments.tpl', 'attachments', $attachments); ?> + perms('create_attachments')): ?> + + + + +
+
+ + +
+ + + +
+
+
+
-- cgit v1.2.3-54-g00ecf