mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Issue #6 Corrected some LANs
This commit is contained in:
@@ -693,7 +693,7 @@ class frontpage
|
|||||||
*/
|
*/
|
||||||
function add_other($ob_name, $cur_val, $cur_page)
|
function add_other($ob_name, $cur_val, $cur_page)
|
||||||
{
|
{
|
||||||
$label = ($cur_val) ? LAN_CUS_URL_DIS.':' : LAN_CUS_URL.':';
|
$label = ($cur_val) ? LAN_CUSTOM_URL_DISABLED : LAN_CUSTOM_URL;
|
||||||
|
|
||||||
return "
|
return "
|
||||||
<td>".$this->frm->radio($ob_name, 'other', $cur_val, array('label'=> $label))."</td>
|
<td>".$this->frm->radio($ob_name, 'other', $cur_val, array('label'=> $label))."</td>
|
||||||
|
@@ -196,7 +196,8 @@ class adminstyle_infopanel
|
|||||||
|
|
||||||
</div>";
|
</div>";
|
||||||
|
|
||||||
$text = $ns->tablerender(ucwords(USERNAME). LAN_CP, $mainPanel, "core-infopanel_mye107",true);
|
$caption = $tp->lanVars(LAN_CONTROL_PANEL, ucwords(USERNAME));
|
||||||
|
$text = $ns->tablerender($caption, $mainPanel, "core-infopanel_mye107",true);
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------- e107 News --------------------------------
|
// ------------------------------- e107 News --------------------------------
|
||||||
|
@@ -410,9 +410,9 @@ define("LAN_USER_QUICKADD","Quick Add User");
|
|||||||
define("LAN_USER_PRUNE", "Prune Users");
|
define("LAN_USER_PRUNE", "Prune Users");
|
||||||
define("LAN_USER_OPTIONS", "User Options");
|
define("LAN_USER_OPTIONS", "User Options");
|
||||||
define("LAN_USER_RANKS", "User Ranks");
|
define("LAN_USER_RANKS", "User Ranks");
|
||||||
define("LAN_CP", "'s Control Panel");
|
define("LAN_CONTROL_PANEL", "[x]'s Control Panel");
|
||||||
define("LAN_CUS_URL", "Custom URL");
|
define("LAN_CUSTOM_URL", "Custom URL");
|
||||||
define("LAN_CUS_URL_DIS", "Disabled or Enter Custom URL");
|
define("LAN_CUSTOM_URL_DISABLED", "Disabled or Enter Custom URL");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user