From 344f585a325a77e86874d0deebe7cd927569bdb4 Mon Sep 17 00:00:00 2001
From: Frederic Guillot
Date: Sat, 19 Mar 2016 11:56:28 -0400
Subject: Improve comments design
---
app/Controller/BoardTooltip.php | 1 +
app/Template/board/tooltip_comments.php | 21 +++++----------
app/Template/comment/remove.php | 6 ++++-
app/Template/comment/show.php | 48 ++++++++++++++++++---------------
4 files changed, 40 insertions(+), 36 deletions(-)
(limited to 'app')
diff --git a/app/Controller/BoardTooltip.php b/app/Controller/BoardTooltip.php
index bc07ce09..c7819bc1 100644
--- a/app/Controller/BoardTooltip.php
+++ b/app/Controller/BoardTooltip.php
@@ -77,6 +77,7 @@ class BoardTooltip extends Base
$task = $this->getTask();
$this->response->html($this->template->render('board/tooltip_comments', array(
+ 'task' => $task,
'comments' => $this->comment->getAll($task['id'], $this->userSession->getCommentSorting())
)));
}
diff --git a/app/Template/board/tooltip_comments.php b/app/Template/board/tooltip_comments.php
index 6665bc7d..1db07356 100644
--- a/app/Template/board/tooltip_comments.php
+++ b/app/Template/board/tooltip_comments.php
@@ -1,16 +1,9 @@
-
+
diff --git a/app/Template/comment/remove.php b/app/Template/comment/remove.php
index 1b5004f4..3174df02 100644
--- a/app/Template/comment/remove.php
+++ b/app/Template/comment/remove.php
@@ -7,7 +7,11 @@
= t('Do you really want to remove this comment?') ?>
- = $this->render('comment/show', array('comment' => $comment, 'task' => $task, 'preview' => true)) ?>
+ = $this->render('comment/show', array(
+ 'comment' => $comment,
+ 'task' => $task,
+ 'hide_actions' => true
+ )) ?>
= $this->url->link(t('Yes'), 'comment', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'comment_id' => $comment['id']), true, 'btn btn-red') ?>
diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php
index c5963666..ebf4142b 100644
--- a/app/Template/comment/show.php
+++ b/app/Template/comment/show.php
@@ -1,30 +1,16 @@
--
cgit v1.2.3
- - = $this->text->e($comment['name'] ?: $comment['username']) ?> @ - - = $this->dt->datetime($comment['date_creation']) ?> -
- -