summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-15 15:12:50 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-15 15:12:50 +0000
commit53f538fe1dfb8ed53892f33b4a3252acaa7f9408 (patch)
tree24559d3f242d43ec0066599b5593d8ba04ab1319 /includes
parent2977a8cd3dba93c0f2d9188a263a23921ac2379c (diff)
downloadbrdo-53f538fe1dfb8ed53892f33b4a3252acaa7f9408.tar.gz
brdo-53f538fe1dfb8ed53892f33b4a3252acaa7f9408.tar.bz2
- Usability improvement: improved consistency and themability of the search form.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 90f847b0b..8587741b7 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -392,8 +392,8 @@ function search_form($action = NULL, $keys = NULL, $options = NULL) {
$action = url("search");
}
- $output .= " <br /><input type=\"text\" size=\"50\" value=\"". check_form($keys) ."\" name=\"keys\" />";
- $output .= " <input type=\"submit\" value=\"". t("Search") ."\" />\n";
+ $output .= " <br /><input type=\"text\" class=\"form-text\" size=\"50\" value=\"". check_form($keys) ."\" name=\"keys\" />";
+ $output .= " <input type=\"submit\" class=\"form-submit\" value=\"". t("Search") ."\" />\n";
if ($options != 0) {
$output .= "<br />";