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/details.tabs.comment.tpl | 118 ++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 themes/CleanFS/templates/details.tabs.comment.tpl (limited to 'themes/CleanFS/templates/details.tabs.comment.tpl') diff --git a/themes/CleanFS/templates/details.tabs.comment.tpl b/themes/CleanFS/templates/details.tabs.comment.tpl new file mode 100644 index 0000000..a2ded4f --- /dev/null +++ b/themes/CleanFS/templates/details.tabs.comment.tpl @@ -0,0 +1,118 @@ + +
+ +
+
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).''; + } + } + ?> + perms('edit_comments') || ($user->perms('edit_own_comments') && $comment['user_id'] == $user->id)): ?> + + + perms('delete_comments')): ?> + + + + + + +
+
+
+
+ + display('common.links.tpl', 'links', $comment_links[$comment['comment_id']]); + }?> + display('common.attachments.tpl', 'attachments', $comment_attachments[$comment['comment_id']]); + }?> +
+
+
+ + perms('add_comments') && (!$task_details['is_closed'] || $proj->prefs['comment_closed'])): ?> +
+
id, $fs->prefs['max_avatar_size'], 'av_comment'); ?>
+
+
+ +
+
+ + +
+ + + + + + + + + + 'r', 'tabindex' => 8, 'id' => 'comment_text')); ?> + + perms('create_attachments')): ?> +
+ + + + +
+
+ +
+ + + +
+
+
+ +
-- cgit v1.2.3-54-g00ecf