From 383a34c895554702aab8687ec5e3d2ec3000fb7d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 22 Dec 2005 05:33:37 +0000 Subject: [PATCH] r651: Adding help tokens to newreport.tpl, search.tpl, and showreport.tpl --- templates/newreport.tpl | 14 +++++++------- templates/search.tpl | 14 +++++++------- templates/showreport.tpl | 24 ++++++++++++------------ 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/templates/newreport.tpl b/templates/newreport.tpl index 2e7c19e..0ff0266 100644 --- a/templates/newreport.tpl +++ b/templates/newreport.tpl @@ -20,7 +20,7 @@ $header
- {@"Summary"} + {@"Summary"} $help[summary]
@@ -28,7 +28,7 @@ $header
- {@"Status"} + {@"Status"} $help[status]
@@ -37,7 +37,7 @@ $header
- {@"Priority"} + {@"Priority"} $help[priority]
@@ -51,7 +51,7 @@ $header
- {@"Product/Version"} + {@"Product/Version"} $help[product]
@@ -59,7 +59,7 @@ $header
- {@"Resolution"} + {@"Resolution"} $help[resolution]
@@ -67,7 +67,7 @@ $header
- {@"Severity"} + {@"Severity"} $help[severity]
@@ -75,7 +75,7 @@ $header
- {@"Assignment"} + {@"Assignment"} $help[assignedto]
diff --git a/templates/search.tpl b/templates/search.tpl index 0639de4..2a75a71 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -29,21 +29,21 @@ $header
- {@"Reporter"} + {@"Reporter"} $help[reporter]
- {@"Status"} + {@"Status"} $help[status]
- {@"Priority"} + {@"Priority"} $help[priority]
@@ -122,28 +122,28 @@ $header
- {@"Resolution"} + {@"Resolution"} $help[resolution]
- {@"Severity"} + {@"Severity"} $help[severity]
- {@"Assignment"} + {@"Assignment"} $help[assignedto]
- {@"Product / Version"} + {@"Product / Version"} $help[product]
diff --git a/templates/showreport.tpl b/templates/showreport.tpl index d64646a..b29418f 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -22,7 +22,7 @@ $header
- {@"Bug Id"} + {@"Bug Id"} $help[bugid]
$bug[bugid] @@ -42,14 +42,14 @@ $header
- {@"Reporter"} + {@"Reporter"} $help[reporter]
$bug[userinfo]
- {@"Product/Version"} + {@"Product/Version"} $help[product]
$bug[product] / $bug[component] / @@ -62,7 +62,7 @@ $header
- {@"Status"} + {@"Status"} $help[status]
@@ -75,7 +75,7 @@ $header
- {@"Severity"} + {@"Severity"} $help[severity]
@@ -88,7 +88,7 @@ $header
- {@"Duplicate Of"} + {@"Duplicate Of"} $help[duplicateof]
$bug[duplicateof]" /> @@ -110,7 +110,7 @@ $header
- {@"Summary"} + {@"Summary"} $help[summary]
@@ -123,14 +123,14 @@ $header
- {@"Report Time"} + {@"Report Time"} $help[dateline]
$bug[datetime]
- {@"Assignment"} + {@"Assignment"} $help[assignedto]
@@ -143,7 +143,7 @@ $header
- {@"Resolution"} + {@"Resolution"} $help[resolution]
@@ -156,7 +156,7 @@ $header
- {@"Priority"} + {@"Priority"} $help[priority]
@@ -169,7 +169,7 @@ $header
- {@"Dependencies"} + {@"Dependencies"} $help[dependency]
$dependencies -- 2.22.5