From 3aaa0b3689e035c343ea219997c485152a7c7408 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 18:19:41 +0000 Subject: [PATCH] r468: Converting to
instead of wrapper
; given up on tabular data --- templates/report.css | 19 ++++------- templates/showreport.tpl | 74 ++++++++++++++++++++-------------------- 2 files changed, 44 insertions(+), 49 deletions(-) diff --git a/templates/report.css b/templates/report.css index ee30418..647a6f3 100644 --- a/templates/report.css +++ b/templates/report.css @@ -13,8 +13,6 @@ { width: 100%; padding: 2px; - border: 1px solid yellow; - position: relative; } #leftcol @@ -29,21 +27,18 @@ margin-left: 50%; } -label +legend { - /*float: left;*/ - /*display: inline-block;*/ - width: 30%; font-weight: bold; -/* vertical-align: text-top;*/ - background-color: red; + font-size: 11px; } -.field +fieldset { - /*display: inline;*/ - /*width: 68%;*/ - background-color: blue; + border-width: 1px 0px 0px 1px; + border-color: rgb(51, 51, 51); + border-style: solid; + padding: 5px; } /*=====================================================================*\ diff --git a/templates/showreport.tpl b/templates/showreport.tpl index 9a867dd..6b43ac4 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -17,8 +17,8 @@ $header
-
- +
+ {@"Bug Id"}
$bug[bugid] @@ -30,26 +30,26 @@ $header / {@"Hidden Bug"}
-
+
-
- +
+ {@"Reporter"}
$bug[userinfo]
-
+ -
- +
+ {@"Report Time"}
$bug[datetime]
-
+ -
- +
+ {@"Status"}
@@ -57,12 +57,12 @@ $header $bug[status]
-
+ -
- +
+ {@"Severity"}
@@ -70,12 +70,12 @@ $header $bug[severity]
-
+ -
- +
+ {@"Duplicate Of"}
$bug[duplicateof]" /> @@ -84,7 +84,7 @@ $header $duplicateof[summary] 
-
+ @@ -94,21 +94,21 @@ $header
-
- +
+ {@"Summary"}
- + $bug[summary]
-
+ -
- +
+ {@"Product/Version"}
$bug[product] / $bug[component] / @@ -116,12 +116,12 @@ $header $bug[product] / $bug[component] / $bug[version]
-
+ -
- +
+ {@"Assignment"}
@@ -129,12 +129,12 @@ $header $bug[assigninfo] 
-
+ -
- +
+ {@"Resolution"}
@@ -142,12 +142,12 @@ $header $bug[resolution]
-
+ -
- +
+ {@"Priority"}
@@ -155,12 +155,12 @@ $header $bug[priority]
-
+ -
- +
+ {@"Dependencies"}
$dependencies @@ -168,7 +168,7 @@ $header $dependencies 
-
+
-- 2.22.5