From faf75ced09e469fcb17701bf110c90991164c677 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 9 May 2003 17:43:38 +0000 Subject: [PATCH] autoselect current value for maxlistentries and language --- lam/templates/config/confmain.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index ca845a6a..6fb33df3 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -24,6 +24,8 @@ $Id$ */ +include_once ("../../lib/config.inc"); + // start session session_save_path("../../sess"); session_start(); @@ -211,15 +213,14 @@ echo ("

". // maximum list entries echo ("

". _("Maximum displayed entries") . ":

". - "\n"); + "\n"); // maximum list entries description echo ("

". _("This is the maximum count of entries which are displayed on one page of the user/host/group lists."). @@ -252,7 +253,8 @@ if(is_file($languagefile)) echo (""); }