From c48a53794a6d33c47befaaf3d245505c32051164 Mon Sep 17 00:00:00 2001 From: duergner Date: Thu, 6 Jan 2005 11:05:13 +0000 Subject: [PATCH] Images for PDF editor added. --- lam/graphics/delete.gif | Bin 0 -> 141 bytes lam/graphics/down.gif | Bin 0 -> 380 bytes lam/graphics/up.gif | Bin 0 -> 379 bytes lam/templates/pdfedit/pdfpage.php | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lam/graphics/delete.gif create mode 100644 lam/graphics/down.gif create mode 100644 lam/graphics/up.gif diff --git a/lam/graphics/delete.gif b/lam/graphics/delete.gif new file mode 100644 index 0000000000000000000000000000000000000000..5b9ca925a6ff155614bfde32518ceb6c84566e46 GIT binary patch literal 141 zcmZ?wbhEHb;J*|V85XEruA9zA;W|Ns9xckW!je*Kvv i8nWy^*vIsNvC%n7;N)!yfkur-7w)WCCFRA!U=097rZlGj literal 0 HcmV?d00001 diff --git a/lam/graphics/down.gif b/lam/graphics/down.gif new file mode 100644 index 0000000000000000000000000000000000000000..db961de74b8c0e21d0e947dfda02680cd3ecdf7f GIT binary patch literal 380 zcmZ?wbhEHbxE+LM=23Avq9X8iyEf61n8=k7jA z&#P@{o4WVxrI5JdiPM(ceerhgs&$thK3lb8Z(@3BWkY{NZ1(YMcXk{<+dgU9`TI}T z?AkwV@$$lo_P!|#W0MQpdS;)xd4K=8E7?VjAyH{F=dGSHYuWmJhj*Pkzvb|Wp6PRr zT)tUR-!muF*BVYtWP$Y2csUzUo0 literal 0 HcmV?d00001 diff --git a/lam/graphics/up.gif b/lam/graphics/up.gif new file mode 100644 index 0000000000000000000000000000000000000000..a82f881933334ff10a806203340435ece5a0caac GIT binary patch literal 379 zcmZ?wbhEHbxE+LM=23Avq9X8iyEf61n8=k7jA z&#P@{o4WVxrI5JdiPM(ceerhgs&$thK3lb8Z(@3BWkY{NZ1(YMcXk{<+dgU9`TI}T z?AkwV@$$lo_P!|#W0MQpdS;)xd4K=8E7?VjAyH{F=dGSHYuWmJhj*Pkzvb|Wp6PRr zT)tUR-KP`S__pl z)kT_ETWZ=gScK&j;@S#ZC8Rmo3^IxfH8};vc%&8-OAE@V=y648Ybz;9XbKCeX))*| qW=lv+TCB#-&cK{i)+xMLMoUtXfkReSnOj$1o{dd~;Vy?GgEasXEQ<#K literal 0 HcmV?d00001 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'];