From 802f010cc5e1e3e007a11388d7b2d452b8f32b8c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 27 Jul 2006 04:50:47 +0000 Subject: [PATCH] r980: Removed the plus sign in "class1 + class2" for HTML CSS class attributes --- docs/changes.txt | 1 + docs/todo.txt | 1 - templates/editattach.tpl | 2 +- templates/editcomment.tpl | 2 +- templates/help_window.tpl | 2 +- templates/login.tpl | 2 +- templates/newattach.tpl | 4 ++-- templates/quicksearch.tpl | 2 +- templates/register.tpl | 2 +- templates/std_error.tpl | 2 +- templates/std_message.tpl | 2 +- templates/std_redirect.tpl | 2 +- templates/userctrl.tpl | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 545cecc..39b3cf7 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -32,6 +32,7 @@ - Specific statuses can be hidden by the administrator and users individually (http://bugs.iris-studios.com/showreport.php?bugid=9) - Column sorting of bug lists (http://bugs.iris-studios.com/showreport.php?bugid=14) - Added a version checker in the admin section +- Removed the plus sign in "class1 + class2" for HTML CSS class attributes 1.0.1 ================== diff --git a/docs/todo.txt b/docs/todo.txt index 66ef7b5..09326c2 100755 --- a/docs/todo.txt +++ b/docs/todo.txt @@ -7,7 +7,6 @@ BUGDAR 1.1 - Make user email options editable in the ACP - Allow users and admins to specify columns and their order -- Remove the plus sign in "class1 + class2" for attributes - Regenerate strings file - Create template changeset diff --git a/templates/editattach.tpl b/templates/editattach.tpl index e0685c7..2777107 100644 --- a/templates/editattach.tpl +++ b/templates/editattach.tpl @@ -20,7 +20,7 @@ $header {@"Attachment #%1$s for Bug #%2$s %3$s"} -
+
{@"Attachment"}: {@"View"} [$attachment[filename]]
diff --git a/templates/editcomment.tpl b/templates/editcomment.tpl index b0e1f5a..8ce31c2 100644 --- a/templates/editcomment.tpl +++ b/templates/editcomment.tpl @@ -26,7 +26,7 @@ $header {@"Comment #%1$s in bug #%2$s %3$s"}
-
{@"Posted on %1$s by %2$s"}
+
{@"Posted on %1$s by %2$s"}
style="color: red">{@"Hidden"}: checked="checked" />
diff --git a/templates/help_window.tpl b/templates/help_window.tpl index ec51e05..24b575c 100644 --- a/templates/help_window.tpl +++ b/templates/help_window.tpl @@ -12,7 +12,7 @@ $headinclude
{@"Help"} : $topic[title]
-
+
$topic[body]
diff --git a/templates/login.tpl b/templates/login.tpl index e46145d..fdadb07 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -26,7 +26,7 @@ $header {@"Click here if you do not have an account..."}
-
+
diff --git a/templates/newattach.tpl b/templates/newattach.tpl index 5d0f4a0..aa2015c 100644 --- a/templates/newattach.tpl +++ b/templates/newattach.tpl @@ -26,13 +26,13 @@ $header
{@"New Attachment for Bug #%1$s %2$s"}
-
+
{@"Description"}:
-
+
{@"Mark the Following Attachments Obsolete"}: $obsoletes
diff --git a/templates/quicksearch.tpl b/templates/quicksearch.tpl index ef027a8..a4bbf94 100644 --- a/templates/quicksearch.tpl +++ b/templates/quicksearch.tpl @@ -14,7 +14,7 @@ $header
{@"Quick Search"}
-
+
$error
diff --git a/templates/register.tpl b/templates/register.tpl index 22234d2..846612f 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -34,7 +34,7 @@ $header
{@"Language"}:
-
+
diff --git a/templates/std_error.tpl b/templates/std_error.tpl index 25324ff..810843c 100644 --- a/templates/std_error.tpl +++ b/templates/std_error.tpl @@ -14,7 +14,7 @@ $header
{@"Error"}
-
+
{$this->process}
diff --git a/templates/std_message.tpl b/templates/std_message.tpl index 7223228..36e38ef 100644 --- a/templates/std_message.tpl +++ b/templates/std_message.tpl @@ -20,7 +20,7 @@ $extra
{@"Confirm"}{@"Notice"}
-
+
{$this->process} diff --git a/templates/std_redirect.tpl b/templates/std_redirect.tpl index 243ce7a..0083da8 100644 --- a/templates/std_redirect.tpl +++ b/templates/std_redirect.tpl @@ -15,7 +15,7 @@ $header
{@"Redirect..."}
-
+
{$this->process}
diff --git a/templates/userctrl.tpl b/templates/userctrl.tpl index cc9c5ee..3a9f456 100644 --- a/templates/userctrl.tpl +++ b/templates/userctrl.tpl @@ -78,7 +78,7 @@ $header
-
+
{@"Password"} @@ -90,7 +90,7 @@ $header
-
+
{@"Email"} -- 2.22.5