aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-23 15:46:49 -0700
committerfriendica <info@friendica.com>2012-05-23 15:46:49 -0700
commit8bc8be1f8741fde802643744748db69a5a52237c (patch)
treebdad61b8287b2d8e7ff6b3a353b5a8ac1a1561ce /include/text.php
parent6bcfda6d53334a4cf5ac530000bd80849ff1b7ad (diff)
parent5acd0a1c323d330049ba9340524895bc37298dcb (diff)
downloadvolse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.tar.gz
volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.tar.bz2
volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
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') . '" />';