From 850d9a8bb415b7b902946fabe18eb614b182ad27 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 3 Sep 2007 11:58:57 +0000 Subject: [PATCH] KTS-2302 "Download column missing border in IE" Fixed. Added   as per patch. Thanks Kenny! --- plugins/ktcore/KTColumns.inc.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/ktcore/KTColumns.inc.php b/plugins/ktcore/KTColumns.inc.php index 14bbb40..bdd8aef 100644 --- a/plugins/ktcore/KTColumns.inc.php +++ b/plugins/ktcore/KTColumns.inc.php @@ -420,6 +420,10 @@ class AdvancedDownloadColumn extends AdvancedColumn { $this->label = null; } + function renderHeader($sReturnURL) { + return ' '; + } + function renderData($aDataRow) { // only _ever_ show this for documents. if ($aDataRow["type"] === "folder") { -- libgit2 0.21.4