1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 13:04:28 +02:00

Merge pull request #4451 from yesszus/patch-2

Update LANs  e107_admin/links.php
This commit is contained in:
Cameron
2021-03-18 11:42:23 -07:00
committed by GitHub
2 changed files with 12 additions and 9 deletions

View File

@@ -118,17 +118,17 @@ class links_admin_ui extends e_admin_ui
function init() function init()
{ {
$this->fields['link_category']['writeParms']['optArray'] = array( $this->fields['link_category']['writeParms']['optArray'] = array(
1 => "1 - Main", 1 => LCLAN_112,
2 => "2 - Sidebar", 2 => LCLAN_113,
3 => "3 - Footer", 3 => LCLAN_114,
4 => "4 - Alt", 4 => "4 -". LCLAN_115,
5 => "5 - Alt", 5 => "5 -". LCLAN_115,
6 => "6 - Alt", // If more than 6 are required, then something is not right with the themeing method. 6 => "6 -". LCLAN_115, // If more than 6 are required, then something is not right with the themeing method.
// 7 => "7 - Alt", // 7 => "7 - Alt",
// 8 => "8 - Alt", // 8 => "8 - Alt",
// 9 => "9 - Alt", // 9 => "9 - Alt",
// 10 => "10 - Alt" // 10 => "10 - Alt"
255 => "(Unassigned)", 255 => LCLAN_116
); );

View File

@@ -69,6 +69,11 @@ define("LCLAN_108", "Some selections omitted - you can't set Link as a Sublink o
define("LCLAN_109", "Please choose a parent"); define("LCLAN_109", "Please choose a parent");
define("LCLAN_110", "Please choose a generator module"); define("LCLAN_110", "Please choose a generator module");
define("LCLAN_111", "Not valid generator module data"); define("LCLAN_111", "Not valid generator module data");
define("LCLAN_112", "1 - Main");
define("LCLAN_113", "2 - Sidebar");
define("LCLAN_114", "3 - Footer");
define("LCLAN_115", "Alt");
define("LCLAN_116", "(Unassigned)");
define("LINKLAN_1", "Opens in 800x600 window"); define("LINKLAN_1", "Opens in 800x600 window");
// define("LINKLAN_2", "Parent"); // define("LINKLAN_2", "Parent");
@@ -84,5 +89,3 @@ define("LINKLAN_10", "Theme Shortcodes");
// define("LINKLAN_10", "Create Sublink"); // define("LINKLAN_10", "Create Sublink");
// define('LINKLAN_11', 'Nothing changed - not updated'); // define('LINKLAN_11', 'Nothing changed - not updated');