From 4725e4f4cd0ecfddfd817bac9edbd094615f87c1 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Fri, 19 Sep 2008 10:13:47 +0000 Subject: [PATCH] KTC-212 "The pdf-Adobe icon does not appear in IE (6 & 7)" Fixed. Changed to using gif icon instead of png icon. --- plugins/ktstandard/PDFGeneratorAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktstandard/PDFGeneratorAction.php b/plugins/ktstandard/PDFGeneratorAction.php index 25b7bb6..f74ba6d 100644 --- a/plugins/ktstandard/PDFGeneratorAction.php +++ b/plugins/ktstandard/PDFGeneratorAction.php @@ -76,7 +76,7 @@ class PDFGeneratorAction extends KTDocumentAction { global $default; $sHostPath = "http" . ($default->sslEnabled ? "s" : "") . "://".$_SERVER['HTTP_HOST']."/".$GLOBALS['KTRootUrl']."/"; // create image - $icon = "PDF"; + $icon = "PDF"; return _kt('Generate PDF') . "  $this->oDocument->getId(), "action" => "pdfdownload") ) . "\" $icon"; } } -- libgit2 0.21.4