1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Html: Change div_view_fmtr to be sitename aware [#313]

This commit is contained in:
gnosygnu
2018-12-29 10:12:28 -05:00
parent b86228d6f2
commit e65d9268d6
2 changed files with 5 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ app.wikis.get('~{wiki_key}').html.portal {
<li id="p-search" role="search">
<form id="searchform" action="/wiki/~{<>app.gui.win_opts.search_url;<>}">
<div id="simpleSearch">
<input type="search" name="search" placeholder="~{<>msgs.get('searchbutton');<>}" id="searchInput"~{<>msgs.get_html_accesskey_and_title('search');<>} value="~{search_text}" autocomplete="off">
<input type="search" name="search" placeholder="~{<>msgs.get('searchbutton');<>} ~{sitename}" id="searchInput"~{<>msgs.get_html_accesskey_and_title('search');<>} value="~{search_text}" autocomplete="off">
<input type="hidden" name="fulltext" value="y">
<input type="submit"~{<>msgs.get_html_accesskey_and_title('search');<>} id="mw-searchButton" class="searchButton mw-fallbackSearchButton" />
<input type="submit" name="go" value="~{<>msgs.get('go');<>}" title="~{<>msgs.get('tooltip-search-go');<>}" id="searchButton" class="searchButton" />