From c97f4670dae6a71aed29b126e27b120ca5a9695c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 21 Aug 2005 18:37:33 +0000 Subject: [PATCH] r348: Fix display for guests --- showreport.php | 1 + templates/showreport.tpl | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/showreport.php b/showreport.php index 24b596b..9cf9f14 100644 --- a/showreport.php +++ b/showreport.php @@ -195,6 +195,7 @@ else // custom field output $fields = construct_custom_fields($bug); +$show['customfields'] = ($fields ? true : false); $bugsys->debug(count($fields) % 2); $i = 1; diff --git a/templates/showreport.tpl b/templates/showreport.tpl index 1893c23..b6c28e9 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -144,13 +144,15 @@ $header - - - - - - -$customfields + + + + + + + + $customfields + @@ -160,7 +162,7 @@ $customfields - 2" style="vertical-align: top"4"> + 24" style="vertical-align: top"> New Reply style="margin-top: 15px">Automatic Action: -- 2.22.5