aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-04-09 23:04:07 +0300
committerSenky <jakubsenko@gmail.com>2013-05-20 18:42:05 +0200
commit178f23d4d8e37724e5f27cfb9b19dd2ab867e888 (patch)
tree0349505277214f27d1d52cc13753e3fd83202b7c /phpBB/styles/prosilver/template/overall_header.html
parent06b7e424fca4e42428a54b1cc7eba572a2ec2620 (diff)
downloadforums-178f23d4d8e37724e5f27cfb9b19dd2ab867e888.tar
forums-178f23d4d8e37724e5f27cfb9b19dd2ab867e888.tar.gz
forums-178f23d4d8e37724e5f27cfb9b19dd2ab867e888.tar.bz2
forums-178f23d4d8e37724e5f27cfb9b19dd2ab867e888.tar.xz
forums-178f23d4d8e37724e5f27cfb9b19dd2ab867e888.zip
[ticket/11010] Change input type to search for search forms
Change input type to search for search forms Replace search placeholder JS with placeholder attribute Add style for search placeholder PHPBB3-11010
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 1a068c4191..3c98edec79 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -96,7 +96,7 @@
<div id="search-box">
<form action="{U_SEARCH}" method="get" id="search">
<fieldset>
- <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
+ <input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>