\n";
@@ -380,7 +367,7 @@ $ns -> tablerender(LWLAN_32, $text);
-function admin_config_adminmenu()
+function admin_config_adminmenu() // TODO FIX v2 style
{
if (e_QUERY)
{
diff --git a/e107_plugins/linkwords/languages/English_admin_linkwords.php b/e107_plugins/linkwords/languages/English_admin_linkwords.php
index cc632e51c..2b104baf7 100644
--- a/e107_plugins/linkwords/languages/English_admin_linkwords.php
+++ b/e107_plugins/linkwords/languages/English_admin_linkwords.php
@@ -26,8 +26,8 @@ define("LWLAN_12", "Yes");
define("LWLAN_13", "No");
define("LWLAN_14", "Submit LinkWord");
define("LWLAN_15", "Update LinkWord");
-define("LWLAN_16", "Edit");
-define("LWLAN_17", "Delete");
+//define("LWLAN_16", "Edit");
+//define("LWLAN_17", "Delete");
define("LWLAN_18", "Are you sure you want to delete this linkword?");
define("LWLAN_19", "Linkword deleted.");
define("LWLAN_20", "Unable to find that linkword entry.");
@@ -40,16 +40,16 @@ define("LWLAN_26", "Areas in which to enable linkwords");
define("LWLAN_27", "This is the 'context' of the displayed text");
define("LWLAN_28", "Pages on which to disable linkwords");
define("LWLAN_29", "Same format as menu visibility control. One match per line. Specify a partial or complete URL. End with '!' for exact match of the end part of the link");
-define("LWLAN_30", "Save options");
+//define("LWLAN_30", "Save options");
define("LWLAN_31", "Add/edit linkword");
define("LWLAN_32", "Linkword Options");
define("LWLAN_33", 'Title areas');
define("LWLAN_34", 'Item summaries');
define("LWLAN_35", 'Body text');
define("LWLAN_36", 'Descriptions (links etc)');
-define("LWLAN_37", 'Legacy areas');
-define("LWLAN_38", 'Clickable links');
-define("LWLAN_39", 'Unprocessed text');
+//define("LWLAN_37", 'Legacy areas');
+//define("LWLAN_38", 'Clickable links');
+//define("LWLAN_39", 'Unprocessed text');
define("LWLAN_40", 'User-entered titles (e.g. forum)');
define("LWLAN_41", 'User-entered body text (e.g. forum)');
// Reserve numbers for further context strings
@@ -76,7 +76,7 @@ define('LWLAN_59', 'Enable Ajax functionality');
define('LWLAN_60', 'LW ID');
define('LWLAN_61', 'ID');
define('LWLAN_62', 'Tooltip ID (LW ID)');
-define('LWLAN_63', '(Positive integers only)');
+define('LWLAN_63', 'Positive integers only');
define('LWLAN_64', 'Suppress link on current page');
define('LWLAN_65', 'When checked, suppresses clickable link if points to current page');