aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-30 05:03:47 +0000
committerjwangen <jwangen>2002-10-30 05:03:47 +0000
commit0bc96facfc2c2e021dde81984e6a67dbb836367f (patch)
tree1d67aee27b3c0ff4943807825c32f9db5ecb5863 /sidebar.php
parent3488e5254e016de0d491ad6ed9b842641692c08b (diff)
downloadphpicalendar-0bc96facfc2c2e021dde81984e6a67dbb836367f.tar.gz
phpicalendar-0bc96facfc2c2e021dde81984e6a67dbb836367f.tar.bz2
phpicalendar-0bc96facfc2c2e021dde81984e6a67dbb836367f.zip
updated search to support localization, added localization vars to
english and japanese, updated rss files to find their own $default_path
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sidebar.php b/sidebar.php
index 0c4cf5b..cd3774a 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -6,7 +6,7 @@
$cal_displayname2 = $cal_displayname2 . "...";
}
- $search_box .= '<form action="search.php" method="GET"><input type="hidden" name="cal" value="'.$cal.'"><input type="hidden" name="getdate" value="'.$getdate.'"><input type="text" size="15" class="search_style" name="query" value="'.$search_lang.'" onfocus="javascript:if(this.value==\'Search\') {this.value=\'\';}" onblur="javascript:if(this.value==\'\') {this.value=\'Search\'}"><INPUT type="image" src="styles/'.$style_sheet.'/search.gif" border=0 height="19" width="18" name="submit" value="Search"></form>';
+ $search_box .= '<form action="search.php" method="GET"><input type="hidden" name="cal" value="'.$cal.'"><input type="hidden" name="getdate" value="'.$getdate.'"><input type="text" size="15" class="search_style" name="query" value="'.$search_lang.'" onfocus="javascript:if(this.value==\''.$search_lang.'\') {this.value=\'\';}" onblur="javascript:if(this.value==\'\') {this.value=\''.$search_lang.'\'}"><INPUT type="image" src="styles/'.$style_sheet.'/search.gif" border=0 height="19" width="18" name="submit" value="Search"></form>';
?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy