From 81870ad1630e578b61ddcb4c06e9e7687fdd3673 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 22 Oct 2018 23:00:01 -0400 Subject: datamods: Add new issue modal This datamods modal is accessable from pad views to open a new issue on the pad in question. This is a simplistic version of this interface, subject to improvements once I start on the v0.2-v0.3 development iteration. Suffice it to say, any frills we will want to use in the initial draft will be accessible from the issue view modal, as options to modify the open issue. Signed-off-by: Malf Furious --- app/view/datamods.php | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'app') diff --git a/app/view/datamods.php b/app/view/datamods.php index e700043..921002c 100644 --- a/app/view/datamods.php +++ b/app/view/datamods.php @@ -119,3 +119,50 @@ require_once "class/user.class.php"; + + + + + + + -- cgit v1.2.3