1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-04 09:54:56 +02:00

Bugtracker #4467 - hard-coded LAN

This commit is contained in:
e107steved 2008-07-25 21:03:37 +00:00
parent aaa0284fc2
commit 39a0cb1051
2 changed files with 8 additions and 6 deletions

View File

@ -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 .= "<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;
$text .= $tp -> parseTemplate($CONTENT_ADMIN_CONTENT_LIST_LETTER, FALSE, $content_shortcodes);

View File

@ -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");