From 45b1481e4d3a8ce5d92fee955468616588bb51f0 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 22 Nov 2015 16:57:16 -0500 Subject: + Added footer view to Master MVC (for placing JS includes at the bottom of pages) --- app/view/master/foot.view.php | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/view/master/foot.view.php (limited to 'app/view/master/foot.view.php') diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php new file mode 100644 index 0000000..5c52563 --- /dev/null +++ b/app/view/master/foot.view.php @@ -0,0 +1,2 @@ + + -- cgit v1.2.3 From dfd10529bb00ed344cb118219abab98cb1769760 Mon Sep 17 00:00:00 2001 From: M Date: Thu, 3 Dec 2015 21:12:02 -0500 Subject: * Fixed the sources in the master head and foot views (wasn't accounting for app-root) --- app/view/master/foot.view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/view/master/foot.view.php') diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php index 5c52563..c295455 100644 --- a/app/view/master/foot.view.php +++ b/app/view/master/foot.view.php @@ -1,2 +1,2 @@ - - + + -- cgit v1.2.3 From 75cb46f665eeec0096dd464fe49444c2c3af5eb1 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 6 Dec 2015 15:02:15 -0500 Subject: + Adding master page modal for displaying page errors/warnings/and notices (shell only, content coming soon) --- app/view/master/foot.view.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/view/master/foot.view.php') diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php index c295455..6220f89 100644 --- a/app/view/master/foot.view.php +++ b/app/view/master/foot.view.php @@ -1,2 +1,10 @@ + +isError() || $mod->isWarning() || $mod->isNotice()) { ?> + + -- cgit v1.2.3