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/topp.view.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/view/master/topp.view.php (limited to 'app/view/master/topp.view.php') diff --git a/app/view/master/topp.view.php b/app/view/master/topp.view.php new file mode 100644 index 0000000..eef344e --- /dev/null +++ b/app/view/master/topp.view.php @@ -0,0 +1,17 @@ +isError() || $mod->isWarning() || $mod->isNotice()) { ?> + + -- cgit v1.2.3 From f83a90323bb359f995e7359a917eb9470a5e40e0 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 6 Dec 2015 20:51:30 -0500 Subject: + Implemented the "noticeModal" -- an object in the master MVC topp view for displaying error / warning / and notice messages + Added two helper functions to Master MVC model for retruning values to the noticeModal --- app/view/master/topp.view.php | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) (limited to 'app/view/master/topp.view.php') diff --git a/app/view/master/topp.view.php b/app/view/master/topp.view.php index eef344e..fe430ff 100644 --- a/app/view/master/topp.view.php +++ b/app/view/master/topp.view.php @@ -1,16 +1,43 @@ isError() || $mod->isWarning() || $mod->isNotice()) { ?>