From 61c81cd9b242e5336a52f04d712115f356f1d2c0 Mon Sep 17 00:00:00 2001 From: dechutes Date: Wed, 9 Apr 2003 17:09:38 +0000 Subject: [PATCH] -added stylesheet support -set frameset borders to 0 -removed scrollbars --- lam/templates/main.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lam/templates/main.php b/lam/templates/main.php index 320719da..54cbe98a 100644 --- a/lam/templates/main.php +++ b/lam/templates/main.php @@ -19,17 +19,18 @@ $Id$ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - This is the main window. The user and group lists will be shown in this frame. + This is the main window. The user and group lists will be shown in this frame. */ echo ("\n"); -echo (" \n"); +echo ("\n"); echo ("LDAP Account Manager\n"); +echo (""); echo ("\n"); echo ("\n"); -echo ("\n"); -echo ("\n"); +echo ("\n"); +echo ("\n"); echo ("\n"); echo ("This page requires a browser that can show frames!\n"); echo ("\n");