From 70bcac2648a51989e1184d9eeead766def999f8b Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 21 Jul 2018 21:43:20 -0400 Subject: Add new group modal view/model code --- app/view/datamods.php | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 app/view/datamods.php (limited to 'app/view/datamods.php') diff --git a/app/view/datamods.php b/app/view/datamods.php new file mode 100644 index 0000000..62707c9 --- /dev/null +++ b/app/view/datamods.php @@ -0,0 +1,52 @@ + + + + + + -- cgit v1.2.3 From 5aa9a93c6e399d2a1d91c408502b9b5a191f61c5 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 8 Sep 2018 07:55:03 -0400 Subject: Add owner dropdown to 'New Group' modal --- app/view/datamods.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'app/view/datamods.php') diff --git a/app/view/datamods.php b/app/view/datamods.php index 62707c9..e27404c 100644 --- a/app/view/datamods.php +++ b/app/view/datamods.php @@ -16,6 +16,7 @@ namespace datamods; require_once "model/datamods.php"; require_once "view/formctrl.php"; +require_once "class/user.class.php"; ?> @@ -36,6 +37,19 @@ require_once "view/formctrl.php"; + + + + + -- cgit v1.2.3 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/view/datamods.php') 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