From af17dffcaa605308db043157a3c7e94dfd8342ad Mon Sep 17 00:00:00 2001 From: MikeyGMT Date: Fri, 10 Feb 2017 22:34:17 +0000 Subject: [PATCH] More Duplicate LANS #6 LAN_NONE LAN_SUBMIT More Duplicate LANS #6 LAN_NONE LAN_SUBMIT --- e107_admin/users_extended.php | 26 +++++++++---------- e107_handlers/mailout_admin_class.php | 4 +-- .../English/admin/lan_fileinspector.php | 2 +- e107_languages/English/admin/lan_mailout.php | 12 +++++---- .../English/admin/lan_users_extended.php | 18 ++++++------- e107_languages/English/lan_page.php | 18 ++++++------- .../download/handlers/adminDownload_class.php | 4 +-- e107_plugins/download/includes/admin.php | 4 +-- .../languages/English/English_admin.php | 18 ++++++------- page.php | 10 +++---- 10 files changed, 54 insertions(+), 62 deletions(-) diff --git a/e107_admin/users_extended.php b/e107_admin/users_extended.php index 97a0c211d..6ec501a8f 100755 --- a/e107_admin/users_extended.php +++ b/e107_admin/users_extended.php @@ -2,7 +2,7 @@ /* * e107 website system * - * Copyright (C) 2008-2013 e107 Inc (e107.org) + * Copyright (C) 2008-2017 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * @@ -63,7 +63,7 @@ if(varset($_GET['mode']) == "ajax") $text = "
"; $text .= EXTLAN_62 . "\n"; $text .= "
" . EXTLAN_63 . ""; $text .= ""; $text .= ""; $text .= "
"; $text .= EXTLAN_62 . ""; $text .= "
".EXTLAN_63."
"; // Field Value $text .= EXTLAN_64."
"; $text .= LAN_ORDER." - + - +
"; $text .= EXTLAN_62 . ""; $text .= "
".EXTLAN_63."
"; // Field Value $text .= EXTLAN_64."
"; $text .= LAN_ORDER."".LAN_MAILOUT_90." $mirror_id ".$tp -> toHTML($mirror_name)."".($mirror_image ? "" : DOWLAN_28)."".($mirror_image ? "" : LAN_NONE)." ".ADMIN_EDIT_ICON." diff --git a/e107_plugins/download/includes/admin.php b/e107_plugins/download/includes/admin.php index 093b8491d..67c51f7fa 100644 --- a/e107_plugins/download/includes/admin.php +++ b/e107_plugins/download/includes/admin.php @@ -2,7 +2,7 @@ /* * e107 website system * - * Copyright (C) 2008-2009 e107 Inc (e107.org) + * Copyright (C) 2008-2017 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * @@ -1917,7 +1917,7 @@ $columnInfo = array(
$mirror_id ".$tp -> toHTML($mirror_name)."".($mirror_image ? "" : DOWLAN_28)."".($mirror_image ? "" : LAN_NONE)." ".ADMIN_EDIT_ICON." diff --git a/e107_plugins/download/languages/English/English_admin.php b/e107_plugins/download/languages/English/English_admin.php index 6262b1f4d..4f5f60ec2 100644 --- a/e107_plugins/download/languages/English/English_admin.php +++ b/e107_plugins/download/languages/English/English_admin.php @@ -1,14 +1,12 @@ label = LAN_PASSWORD; $extend->password = $frm->password('page_pw','',50,'size=xlarge&required=1'); $extend->icon = e_IMAGE_ABS.'generic/password.png'; - $extend->submit = $frm->submit('submit_page_pw', LAN_PAGE_10); + $extend->submit = $frm->submit('submit_page_pw', LAN_SUBMIT); // FIXME - add form open/close e_form methods $extend->form_open = '
'; $extend->form_close = '
';