From 6a33b7ea7d503d3181cce1e08e4956d8897e915b Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 24 Oct 2018 03:22:25 -0400 Subject: issue: Add message log to issue view modal Listing all message (and log messages) beneath the OP in chrono order. There is a form at the bottom to submit new messages. Signed-off-by: Malf Furious --- app/view/issue.php | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'app') diff --git a/app/view/issue.php b/app/view/issue.php index 9447e62..6f9f95a 100644 --- a/app/view/issue.php +++ b/app/view/issue.php @@ -70,6 +70,68 @@ require_once "class/issue.class.php";

renderMesg()?>

+ +
+ + getMesgs_ordByDatetime() as $rm) { ?> +
+
+ objtype == "mesg") { ?> +
+
+ getAuthor(), 40)?> +
+ +
+ + getAuthor()->getDisplayName()?> + + + + created?> +
+ renderMesg()?> + + getAttachment()) { ?> +
+
+ + + + attachment?> + + +
+
+ + getAuthor(), 25)?> + renderMesg()?> + created?> + +
+
+ + +
+ + guid )?> + + +
+ + + +
+ + +
-- cgit v1.2.3