diff --git a/lam/graphics/delete.gif b/lam/graphics/delete.gif new file mode 100644 index 00000000..5b9ca925 Binary files /dev/null and b/lam/graphics/delete.gif differ diff --git a/lam/graphics/down.gif b/lam/graphics/down.gif new file mode 100644 index 00000000..db961de7 Binary files /dev/null and b/lam/graphics/down.gif differ diff --git a/lam/graphics/up.gif b/lam/graphics/up.gif new file mode 100644 index 00000000..a82f8819 Binary files /dev/null and b/lam/graphics/up.gif differ diff --git a/lam/templates/pdfedit/pdfpage.php b/lam/templates/pdfedit/pdfpage.php index 7bc343fa..e3038c09 100644 --- a/lam/templates/pdfedit/pdfpage.php +++ b/lam/templates/pdfedit/pdfpage.php @@ -578,7 +578,7 @@ $sections = '\n"; // Print every entry in the current structure foreach($_SESSION['currentPDFStructure'] as $key => $entry) { // Create the up/down/remove links - $links = "\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t" . _('Up') . "\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t" . _('Down') . "\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t" . _('Remove') . "\n\t\t\t\t\t\t\t\t\t\n"; + $links = "\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\""\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\""\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\""\n\t\t\t\t\t\t\t\t\t\n"; // We have a new section to start if($entry['tag'] == "SECTION" && $entry['type'] == "open") { $name = $entry['attributes']['NAME'];