From 7ec0b6913fbb0d1bf137a0c54190eab42aa97ed4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 16 Nov 2006 01:44:51 +0000 Subject: [PATCH] r1288: We cannot put the float'd span's after main content because it pushes everything down, so move it up so it no longer happens in the edit/delete links for showreport.php attachments --- docs/changes.txt | 1 + templates/showreport_attachment.tpl | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 53cb013..3f9517f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -13,6 +13,7 @@ - Include the Gettext mimic functions into the installer so people without the PHP extension can install Bugdar (http://www.bluestatic.org/bugs/showreport.php?bugid=51) - Fixed a SQL error that would occur when editing or deleting comments (http://www.bluestatic.org/bugs/showreport.php?bugid=52) - Allow administrators to set the default time zone which guests view all times and dates in (http://www.bluestatic.org/bugs/showreport.php?bugid=53) +- The "[Edit]" and "[Delete]" options for attachments were off by one line (http://www.bluestatic.org/bugs/showreport.php?bugid=56) 1.1.3 =============================== diff --git a/templates/showreport_attachment.tpl b/templates/showreport_attachment.tpl index 96e7e52..de4a24c 100644 --- a/templates/showreport_attachment.tpl +++ b/templates/showreport_attachment.tpl @@ -1,8 +1,6 @@
+ [{@"Edit"}] style="text-decoration: line-through" title="{@"Posted by %1$s"}\n($attachment[date])">$attachment[filename] - - [{@"Edit"}] - $attachment[description] - + $attachment[description]
-- 2.22.5