diff --git a/lam/templates/pdfedit/pdfpage.php b/lam/templates/pdfedit/pdfpage.php index 0afb2f53..92bc09bd 100644 --- a/lam/templates/pdfedit/pdfpage.php +++ b/lam/templates/pdfedit/pdfpage.php @@ -81,20 +81,6 @@ if ((isset($_GET['headline'])) && ($_GET['logoFile'] != $_SESSION['currentPageDe if ((isset($_GET['headline'])) && ($_GET['headline'] != $_SESSION['currentPageDefinitions']['headline'])) { $_SESSION['currentPageDefinitions']['headline'] = str_replace('<','',str_replace('>','',$_GET['headline'])); } -if(isset($_POST['defaults'])) { - foreach($_POST['defaults'] as $default) { - switch($default) { - case 'logoFile': - unset($_SESSION['currentPageDefinitions']['filename']); - break; - case 'headline': - unset($_SESSION['currentPageDefinitions']['headline']); - break; - default: - break; - } - } -} // Check if pdfname is valid, then save current structure to file and go to // main pdf structure page @@ -409,39 +395,21 @@ echo $_SESSION['header'];
- +
- + - - - - - - - - - - - -
- : - - - - -
- : - - - - -
+
+ : + +      + : +