From 13efd6690283cf08982e06bb0b71ccbce0dfbfaf Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 16 Mar 2013 02:33:55 -0700 Subject: [PATCH] Admin Notify GUI cleanup --- e107_admin/notify.php | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/e107_admin/notify.php b/e107_admin/notify.php index 4e72e648d..848958dee 100644 --- a/e107_admin/notify.php +++ b/e107_admin/notify.php @@ -113,10 +113,26 @@ class notify_config $frm = e107::getForm(); $mes = e107::getMessage(); +//
".NT_LAN_2.":
$text = " -
".NT_LAN_2.":
+
+ +
+
".NU_LAN_1." @@ -144,6 +160,10 @@ class notify_config $text .= "
+
+ + +
".NN_LAN_1." @@ -158,6 +178,10 @@ class notify_config $text .= $this -> render_event('newsdel', NN_LAN_5); $text .= "
+
+ + +
".NM_LAN_1." @@ -170,6 +194,10 @@ class notify_config $text .= "
+
+ + +
".NF_LAN_1." @@ -180,14 +208,19 @@ class notify_config $text .= $this -> render_event('fileupload', NF_LAN_2); - $text .= "
"; + $text .= " +
+
"; + + foreach ($this -> notify_prefs['plugins'] as $plugin_id => $plugin_settings) { if(is_readable(e_PLUGIN.$plugin_id.'/e_notify.php')) { require(e_PLUGIN.$plugin_id.'/e_notify.php'); - $text .= " + //$text .= " + $text .= "
".$config_category." @@ -199,11 +232,13 @@ class notify_config { $text .= $this -> render_event($event_id, $event_text); } - $text .= "
"; + $text .= " +
"; } } $text .= " +
"; $text .= $frm->admin_button('update', LAN_UPDATE,'update'); $text .= "