From 258854d8b393538631f9154dde8a802a50e75a0d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 22 Aug 2005 02:52:04 +0000 Subject: [PATCH] r366: Change "padding: 2px" to use a stylevar instead --- templates/editcomment.tpl | 8 ++++---- templates/login.tpl | 4 ++-- templates/newattach.tpl | 10 +++++----- templates/quicksearch.tpl | 2 +- templates/register.tpl | 4 ++-- templates/std_error.tpl | 2 +- templates/std_message.tpl | 2 +- templates/std_redirect.tpl | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/templates/editcomment.tpl b/templates/editcomment.tpl index 3c41d37..e5985e2 100644 --- a/templates/editcomment.tpl +++ b/templates/editcomment.tpl @@ -12,13 +12,13 @@ $header
-
Comment #$comment[commentid] in bug #$bug[bugid] $bug[summary]
-
Posted on $comment[posttime] by $comment[postby]
-
+
Comment #$comment[commentid] in bug #$bug[bugid] $bug[summary]
+
Posted on $comment[posttime] by $comment[postby]
+
style="color: red">Hidden: checked="checked" />
-
+
diff --git a/templates/login.tpl b/templates/login.tpl index 03f7c58..7117dad 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -13,7 +13,7 @@ $header
-
Login
+
Login
Email:
Password:
@@ -21,7 +21,7 @@ $header
Click here if you do not have an account...
-
+
diff --git a/templates/newattach.tpl b/templates/newattach.tpl index 77f6058..6933480 100644 --- a/templates/newattach.tpl +++ b/templates/newattach.tpl @@ -14,20 +14,20 @@ $header
-
New Attachment for Bug #$bug[bugid] $bug[summary]
-
+
New Attachment for Bug #$bug[bugid] $bug[summary]
+
Description:
-
+
Mark the Following Attachments Obsolete: $obsoletes
-
+
Add Comment:
@@ -35,7 +35,7 @@ $header
-
+
diff --git a/templates/quicksearch.tpl b/templates/quicksearch.tpl index e074bf5..727770f 100644 --- a/templates/quicksearch.tpl +++ b/templates/quicksearch.tpl @@ -9,7 +9,7 @@ $header
-
Quick Search
+
Quick Search
$error
diff --git a/templates/register.tpl b/templates/register.tpl index f29ec34..3de198b 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -12,7 +12,7 @@ $header
-
Register
+
Register
Email:
Confirm Email:
@@ -22,7 +22,7 @@ $header
Show My Email Publicly: Yes
Language:
-
+
diff --git a/templates/std_error.tpl b/templates/std_error.tpl index 91ff050..7dfcd58 100644 --- a/templates/std_error.tpl +++ b/templates/std_error.tpl @@ -9,7 +9,7 @@ $header
-
Error
+
Error
{$this->process}
diff --git a/templates/std_message.tpl b/templates/std_message.tpl index 09530ce..5db5ed5 100644 --- a/templates/std_message.tpl +++ b/templates/std_message.tpl @@ -9,7 +9,7 @@ $header
-
Notice
+
Notice
{$this->process}
diff --git a/templates/std_redirect.tpl b/templates/std_redirect.tpl index 5aa6200..6e2c52e 100644 --- a/templates/std_redirect.tpl +++ b/templates/std_redirect.tpl @@ -10,7 +10,7 @@ $header
-
Redirect...
+
Redirect...
{$this->process} -- 2.22.5