From 39a0cb1051e840e48e45e665a332fb6f989de29e Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 25 Jul 2008 21:03:37 +0000 Subject: [PATCH] Bugtracker #4467 - hard-coded LAN --- e107_plugins/content/handlers/content_form_class.php | 6 +++--- e107_plugins/content/languages/English/lan_content.php | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/e107_plugins/content/handlers/content_form_class.php b/e107_plugins/content/handlers/content_form_class.php index e279ab826..117875851 100644 --- a/e107_plugins/content/handlers/content_form_class.php +++ b/e107_plugins/content/handlers/content_form_class.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $ -| $Revision: 1.19 $ -| $Date: 2008-07-20 17:12:04 $ +| $Revision: 1.20 $ +| $Date: 2008-07-25 21:03:19 $ | $Author: e107steved $ +---------------------------------------------------------------+ */ @@ -960,7 +960,7 @@ class contentform{ $CONTENT_ADMIN_LETTERINDEX .= ""; } } - $CONTENT_ADMIN_LETTERINDEX .= ""; + $CONTENT_ADMIN_LETTERINDEX .= ""; $CONTENT_ADMIN_FORM_TARGET = $formtarget; $text .= $tp -> parseTemplate($CONTENT_ADMIN_CONTENT_LIST_LETTER, FALSE, $content_shortcodes); diff --git a/e107_plugins/content/languages/English/lan_content.php b/e107_plugins/content/languages/English/lan_content.php index 50cb70df2..9a094b4e3 100644 --- a/e107_plugins/content/languages/English/lan_content.php +++ b/e107_plugins/content/languages/English/lan_content.php @@ -4,9 +4,9 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_plugins/content/languages/English/lan_content.php,v $ -| $Revision: 1.4 $ -| $Date: 2007-03-27 13:48:30 $ -| $Author: lisa_ $ +| $Revision: 1.5 $ +| $Date: 2008-07-25 21:03:37 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -196,6 +196,8 @@ define("CONTENT_LAN_90", "previous page"); define("CONTENT_LAN_91", "next page"); define("CONTENT_LAN_92", " - current"); +define('CONTENT_LAN_ALL', 'all'); + define("CONTENT_MENU_LAN_0", "content Menu :"); define("CONTENT_MENU_LAN_1", "no content items yet"); define("CONTENT_MENU_LAN_2", "recent items");