From 53aa591c90aec1ea0406516e6cd66318ada96f9d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 25 Jul 2005 22:08:31 +0000 Subject: [PATCH] r330: - Added .extrabig{} CSS class [should have gone in with the last check in] - Styled newreport.tpl - Indented headinclude.tpl --- templates/headinclude.tpl | 4 +- templates/newreport.tpl | 78 +++++++++++++++++++++++++++++++++------ templates/style.css | 5 +++ 3 files changed, 73 insertions(+), 14 deletions(-) diff --git a/templates/headinclude.tpl b/templates/headinclude.tpl index f920192..34aae8e 100644 --- a/templates/headinclude.tpl +++ b/templates/headinclude.tpl @@ -1,2 +1,2 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/templates/newreport.tpl b/templates/newreport.tpl index ac9596f..9d3e26a 100644 --- a/templates/newreport.tpl +++ b/templates/newreport.tpl @@ -1,30 +1,84 @@ $doctype + + $headinclude + New Bug Report - {$bugsys->options['trackertitle']} + + $header -
+ -
Summary/Title:
-
Severity:
+ + + + + + + + + + + + -
Priority:
-
Status:
-
Resolution:
+
+ + + + + + + + + + + + + + + + + + + + + + + + -
Assigned to:
+
+ + + + + -
Detailed description:
+ + + + + + -
Product/Component/Version: -
$pcv_select
-
+ + + + + +
SummaryProduct/Version
StatusResolution
SeverityPriority
Assignment
+ Description/Initial Report +
+ + +
-
$footer \ No newline at end of file diff --git a/templates/style.css b/templates/style.css index 73a31d7..a1fb51d 100644 --- a/templates/style.css +++ b/templates/style.css @@ -168,6 +168,11 @@ a background-color: rgb(255, 255, 255); } +.extrabg +{ + background-color: rgb(191, 204, 207); +} + .form { display: inline; -- 2.22.5