diff options
author | zottel <github@zottel.net> | 2012-05-25 21:05:42 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-25 21:05:42 +0200 |
commit | 36d6018c110fca190b720c5ff27883c2d4ed70c3 (patch) | |
tree | 93416482d64d3ad9f275986ce0d39c2024520d00 /include/text.php | |
parent | 3aa516ccabc9bb09ae30ffa2d3657fba36699ea9 (diff) | |
parent | d1345e505406b1a1cdc3fc26a1734916c8abc89d (diff) | |
download | volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.gz volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.bz2 volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index e93c24ef4..d6a9ef5d3 100644 --- a/include/text.php +++ b/include/text.php @@ -646,7 +646,7 @@ function search($s,$id='search-box',$url='/search',$save = false) { $a = get_app(); $o = '<div id="' . $id . '">'; $o .= '<form action="' . $a->get_baseurl((stristr($url,'network')) ? true : false) . $url . '" method="get" >'; - $o .= '<input type="text" name="search" id="search-text" value="' . $s .'" />'; + $o .= '<input type="text" name="search" id="search-text" placeholder="' . t('Search') . '" value="' . $s .'" />'; $o .= '<input type="submit" name="submit" id="search-submit" value="' . t('Search') . '" />'; if($save) $o .= '<input type="submit" name="save" id="search-save" value="' . t('Save') . '" />'; |