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 = '
';