From e2048fedd3a644e885f0934f526e0995c4a77171 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 3 Jun 2013 18:48:43 +0000 Subject: [PATCH] better info message --- lam/templates/initsuff.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam/templates/initsuff.php b/lam/templates/initsuff.php index 585f2bb7..878b7273 100644 --- a/lam/templates/initsuff.php +++ b/lam/templates/initsuff.php @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2003 - 2012 Roland Gruber + Copyright (C) 2003 - 2013 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -178,6 +178,7 @@ include 'main_header.php'; echo "
\n"; $container = new htmlTable(); $container->addElement(new htmlOutputText(_("The following suffixes are missing in LDAP. LAM can create them for you.")), true); + $container->addElement(new htmlOutputText(_("You can setup the LDAP suffixes for all account types in your LAM server profile on tab \"Account types\".")), true); $container->addElement(new htmlSpacer(null, '10px'), true); // print missing suffixes for ($i = 0; $i < sizeof($new_suff); $i++) {