From 83be80e89dbbf22a18023fa8443fcab975358c3f Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 25 Sep 2018 17:58:58 -0400 Subject: group: Add group page view --- app/view/group.php | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 app/view/group.php (limited to 'app/view/group.php') diff --git a/app/view/group.php b/app/view/group.php new file mode 100644 index 0000000..eba9e0a --- /dev/null +++ b/app/view/group.php @@ -0,0 +1,57 @@ + + + + + + + + + + + + + +
+
+
+
+

+ + name?> +

+
+
+
+ + +
+

No pads in name?>

+
+ + + + + +
+ + + + -- cgit v1.2.3 From cb29c30f07b40bbd2031e0b3893e44a87213331e Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 17:31:23 -0400 Subject: Replace pad and group view heads Since there is currently no way to set heads for these objects, I am replacing them with the appropriate glyphicon. Signed-off-by: Malf Furious --- app/view/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/group.php') diff --git a/app/view/group.php b/app/view/group.php index eba9e0a..014a560 100644 --- a/app/view/group.php +++ b/app/view/group.php @@ -34,7 +34,7 @@ require_once "view/datalsts.php";

- + name?>

-- cgit v1.2.3