diff --git a/lam/templates/pdfedit/pdfdelete.php b/lam/templates/pdfedit/pdfdelete.php
index 6340a234..1a909da9 100644
--- a/lam/templates/pdfedit/pdfdelete.php
+++ b/lam/templates/pdfedit/pdfdelete.php
@@ -3,7 +3,8 @@
$Id$
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
- Copyright (C) 2004 - 2006 Michael Dürgner
+ Copyright (C) 2004 - 2006 Michael Duergner
+ Copyright (C) 2007 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
@@ -25,7 +26,7 @@ $Id$
* Manages deletion of pdf structures.
*
* @package PDF
-* @author Michael Dürgner
+* @author Michael Duergner
*/
/** security functions */
@@ -48,6 +49,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) {
echo $_SESSION['header'];
echo ("
\n");
// check if admin has submited delete operation
diff --git a/lam/templates/pdfedit/pdfpage.php b/lam/templates/pdfedit/pdfpage.php
index 1a7e1da8..4102a398 100644
--- a/lam/templates/pdfedit/pdfpage.php
+++ b/lam/templates/pdfedit/pdfpage.php
@@ -3,7 +3,8 @@
$Id$
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
- Copyright (C) 2003 - 2006 Michael D�rgner
+ Copyright (C) 2003 - 2006 Michael Duergner
+ Copyright (C) 2007 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
@@ -97,7 +98,8 @@ if(isset($_POST['defaults'])) {
if(isset($_GET['submit'])) {
echo $_SESSION['header'];
echo "LDAP Account Manager";
- echo "";
+ echo "\n";
+ echo "\n";
echo "";
echo "";
if(!isset($_GET['pdfname']) || !preg_match('/[a-zA-Z0-9\-\_]+/',$_GET['pdfname'])) {
@@ -112,6 +114,7 @@ if(isset($_GET['submit'])) {
StatusMessage('ERROR', _("Could not save PDF profile, access denied."), $_GET['pdfname']);
}
}
+ echo (" " . _("Back to PDF Editor") . "");
echo "