From 598b5ffa4d48202f8fa97f49a7d3af22801c1f78 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 17 Aug 2005 04:55:44 +0000 Subject: [PATCH] r342: - now have a miniblock template base - alt width is now 45% - redirect finished --- includes/class_message_reporter.php | 3 --- templates/quicksearch.tpl | 27 ++++++++++++++------------- templates/std_redirect.tpl | 27 +++++++++++++++++++-------- templates/stylevars.txt | 2 +- 4 files changed, 34 insertions(+), 25 deletions(-) diff --git a/includes/class_message_reporter.php b/includes/class_message_reporter.php index 0e4b03f..a58832d 100755 --- a/includes/class_message_reporter.php +++ b/includes/class_message_reporter.php @@ -80,9 +80,6 @@ class Message_Reporter $this->process = (($text) ? $text : $this->process); $this->url = (($url) ? $url : $this->url); - $redirectmessage = $this->process; - $redirecturl = $this->url; - eval('$bugsys->template->flush("' . $bugsys->template->fetch('std_redirect') . '");'); if ($this->useheaders) diff --git a/templates/quicksearch.tpl b/templates/quicksearch.tpl index 03f34ff..c9106fa 100644 --- a/templates/quicksearch.tpl +++ b/templates/quicksearch.tpl @@ -2,20 +2,21 @@ $doctype $headinclude $header -
-
+
+
+
Quick Search
+
+ +
$error
+
- -
$error
-
- -
- - - Go to bug ID - -
- +
+ + + Go to bug ID + +
+
diff --git a/templates/std_redirect.tpl b/templates/std_redirect.tpl index 5356983..5aa6200 100644 --- a/templates/std_redirect.tpl +++ b/templates/std_redirect.tpl @@ -1,14 +1,25 @@ $doctype + + $headinclude -$header - - -$redirectmessage + + {$bugsys->options['trackertitle']} - Redirect... + -
-
+$header -If you are not redirected in a few seconds, click here. -
+
+
+
Redirect...
+ +
+
$footer \ No newline at end of file diff --git a/templates/stylevars.txt b/templates/stylevars.txt index 8726e2e..9f02000 100644 --- a/templates/stylevars.txt +++ b/templates/stylevars.txt @@ -35,7 +35,7 @@ padding: 2; /* page elements */ normal-width: 100%; -alternate-width: 25%; +alternate-width: 45%; /*=====================================================================*\ || ################################################################### -- 2.22.5