mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Update Admin Notify
Add lang codes.
This commit is contained in:
parent
9e8800cead
commit
5f2ed569e3
@ -144,7 +144,7 @@ class plugin_notify_admin_ui extends e_admin_ui
|
||||
|
||||
$data = e107::callMethod($val."_notify", 'config');
|
||||
|
||||
$config_category = str_replace("_menu","",ucfirst($val))." Events";
|
||||
$config_category = str_replace("_menu","",ucfirst($val))." ".LAN_NOTIFY_01;
|
||||
|
||||
foreach($data as $v)
|
||||
{
|
||||
@ -313,7 +313,7 @@ class plugin_notify_admin_ui extends e_admin_ui
|
||||
$tp = e107::getParser();
|
||||
$frm = e107::getForm();
|
||||
$uc = e107::getUserClass();
|
||||
$uc->fixed_classes['email'] = 'Email Address =>';
|
||||
$uc->fixed_classes['email'] = NM_LAN_3;
|
||||
$uc->text_class_link['email'] = 'email';
|
||||
|
||||
|
||||
@ -593,7 +593,7 @@ class notify_config
|
||||
|
||||
$data = e107::callMethod($val."_notify", 'config');
|
||||
|
||||
$config_category = str_replace("_menu","",ucfirst($val))." Events";
|
||||
$config_category = str_replace("_menu","",ucfirst($val))." ".LAN_NOTIFY_01;
|
||||
|
||||
foreach($data as $v)
|
||||
{
|
||||
@ -893,7 +893,7 @@ class notify_config
|
||||
$tp = e107::getParser();
|
||||
$frm = e107::getForm();
|
||||
$uc = e107::getUserClass();
|
||||
$uc->fixed_classes['email'] = 'Email Address =>';
|
||||
$uc->fixed_classes['email'] = NM_LAN_3;
|
||||
$uc->text_class_link['email'] = 'email';
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user