From 3b9f67d4cec082ce3c7ca3c4951f0aba634a064e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 27 Jul 2005 17:43:57 +0000 Subject: [PATCH] moved PDF templates to config/pdf (code from Lukas) --- lam/templates/pdfedit/pdfmain.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/lam/templates/pdfedit/pdfmain.php b/lam/templates/pdfedit/pdfmain.php index f3b9378a..86d9244f 100644 --- a/lam/templates/pdfedit/pdfmain.php +++ b/lam/templates/pdfedit/pdfmain.php @@ -19,13 +19,22 @@ $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 of the pdf structure editor. - */ +/** +* This is the main window of the pdf structure editor. +* +* @author Michael Dürgner +* @package PDF +*/ + +/** access to PDF configuration files */ include_once("../../lib/pdfstruct.inc"); +/** LDAP object */ include_once("../../lib/ldap.inc"); +/** for language settings */ include_once("../../lib/config.inc"); +/** module functions */ include_once("../../lib/modules.inc"); // start session @@ -83,7 +92,7 @@ foreach($scopes as $scope) { $availableScopes .= '\n"; foreach($pdfStructDefs as $pdfStructureDefinition) { - $availableStructureDefinitions .= '\n"; + $availableStructureDefinitions .= '\n"; } }