mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppweb added placeholder for search field.
git-svn-id: svn://ultimatepp.org/upp/trunk@10995 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1d6c1f638c
commit
de7fa0702b
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ Htmls SearchBar(const char *domain)
|
|||
.Style("margin:0px;padding:0px;") /
|
||||
( HtmlHidden("ie", "UTF-8") +
|
||||
HtmlHidden("oe", "UTF-8") +
|
||||
HtmlEdit("q", 15) +
|
||||
HtmlEdit("q", 15).Attr("placeholder", t_("Site search")) +
|
||||
HtmlHidden("domains", domain) +
|
||||
HtmlHidden("sitesearch", domain)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue