From 5a5a0ec5c582c397ea9763fdd8caaa0097d919b9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 11 Jul 2005 00:09:43 +0000 Subject: [PATCH] r308: Changing index row display. --- index.php | 2 +- templates/trackerhome.tpl | 7 +++---- templates/trackerhome_bits.tpl | 21 ++++++++++++++++----- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/index.php b/index.php index 5a797ba..2779cd8 100644 --- a/index.php +++ b/index.php @@ -56,7 +56,7 @@ while ($bug = $db->fetch_array($bugs_fetch)) $bug['lastposttime'] = (($bug['hiddendisplay']) ? $bug['hiddenlastposttime'] : $bug['lastposttime']); $bug['lastpost'] = (($bug['hiddendisplay']) ? $bug['hiddenlastpost'] : $bug['lastpost']); - $bug['lastpostinfo'] = $datef->format($bugsys->options['dateformat'], $bug['lastposttime']) . ' by ' . $bug['lastpost']; + $bug['lastposttime'] = $datef->format($bugsys->options['dateformat'], $bug['lastposttime']); eval('$bugs .= "' . $template->fetch('trackerhome_bits') . '";'); } diff --git a/templates/trackerhome.tpl b/templates/trackerhome.tpl index f6836da..232bec7 100644 --- a/templates/trackerhome.tpl +++ b/templates/trackerhome.tpl @@ -4,11 +4,10 @@ $header - - - - + + + $bugs diff --git a/templates/trackerhome_bits.tpl b/templates/trackerhome_bits.tpl index 712c1e9..abd3270 100644 --- a/templates/trackerhome_bits.tpl +++ b/templates/trackerhome_bits.tpl @@ -1,8 +1,19 @@ - - - - - + + + + \ No newline at end of file -- 2.22.5
Bug IDTitleReporterProduct/VersionIDSummary/Reporter Status/ResolutionProduct/Version Last Post
$bug[bugid]$bug[summary]$bug[firstreport]$bug[product] / $bug[version]$bug[status]/$bug[resolution]$bug[lastpostinfo] + +
$bug[firstreport]
+
+
$bug[status]
+
$bug[resolution]
+
+
$bug[product]
+
$bug[version]
+
+
$bug[lastposttime]
+
by $bug[lastpost]
+