mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 10:20:45 +02:00
Bugtracker #4467 - hard-coded LAN
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $
|
||||||
| $Revision: 1.19 $
|
| $Revision: 1.20 $
|
||||||
| $Date: 2008-07-20 17:12:04 $
|
| $Date: 2008-07-25 21:03:19 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -960,7 +960,7 @@ class contentform{
|
|||||||
$CONTENT_ADMIN_LETTERINDEX .= "<input class='button' style='width:25px' type='submit' name='letter' value='".strtoupper($arrletters[$i])."' />";
|
$CONTENT_ADMIN_LETTERINDEX .= "<input class='button' style='width:25px' type='submit' name='letter' value='".strtoupper($arrletters[$i])."' />";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$CONTENT_ADMIN_LETTERINDEX .= "<input class='button' style='width:25px' type='submit' name='letter' value='all' />";
|
$CONTENT_ADMIN_LETTERINDEX .= "<input class='button' style='width:25px' type='submit' name='letter' value='".CONTENT_LAN_ALL."' />";
|
||||||
$CONTENT_ADMIN_FORM_TARGET = $formtarget;
|
$CONTENT_ADMIN_FORM_TARGET = $formtarget;
|
||||||
|
|
||||||
$text .= $tp -> parseTemplate($CONTENT_ADMIN_CONTENT_LIST_LETTER, FALSE, $content_shortcodes);
|
$text .= $tp -> parseTemplate($CONTENT_ADMIN_CONTENT_LIST_LETTER, FALSE, $content_shortcodes);
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/languages/English/lan_content.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/languages/English/lan_content.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-03-27 13:48:30 $
|
| $Date: 2008-07-25 21:03:37 $
|
||||||
| $Author: lisa_ $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -196,6 +196,8 @@ define("CONTENT_LAN_90", "previous page");
|
|||||||
define("CONTENT_LAN_91", "next page");
|
define("CONTENT_LAN_91", "next page");
|
||||||
define("CONTENT_LAN_92", " - current");
|
define("CONTENT_LAN_92", " - current");
|
||||||
|
|
||||||
|
define('CONTENT_LAN_ALL', 'all');
|
||||||
|
|
||||||
define("CONTENT_MENU_LAN_0", "content Menu :");
|
define("CONTENT_MENU_LAN_0", "content Menu :");
|
||||||
define("CONTENT_MENU_LAN_1", "no content items yet");
|
define("CONTENT_MENU_LAN_1", "no content items yet");
|
||||||
define("CONTENT_MENU_LAN_2", "recent items");
|
define("CONTENT_MENU_LAN_2", "recent items");
|
||||||
|
Reference in New Issue
Block a user