diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-15 15:12:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-15 15:12:50 +0000 |
commit | 53f538fe1dfb8ed53892f33b4a3252acaa7f9408 (patch) | |
tree | 24559d3f242d43ec0066599b5593d8ba04ab1319 /includes/common.inc | |
parent | 2977a8cd3dba93c0f2d9188a263a23921ac2379c (diff) | |
download | brdo-53f538fe1dfb8ed53892f33b4a3252acaa7f9408.tar.gz brdo-53f538fe1dfb8ed53892f33b4a3252acaa7f9408.tar.bz2 |
- Usability improvement: improved consistency and themability of the search form.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
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 />"; |