tests/bundles/test-keyword.hg
author Anton Shestakov <engored@ya.ru>
Fri, 09 Jan 2015 15:24:55 +0800
changeset 23783 ee1bf2b5a780
parent 14116 cd3032437064
permissions -rw-r--r--
hgweb: add searchhint to templates/coal/map coal style uses every template (except header.tmpl) directly from paper style, but doesn't use paper/map file. Elements defined in such map files are used in templates as you would expect. For example, paper/search.tmpl contains '{searchhint}' and template engine replaces that with the actual hint. But when coal style reuses paper/search.tmpl, it needs to define searchhint in its map file as well, or template engine will not find it. So let's copy it from paper/map to coal/map. Before this change, if the coal style was selected, the hint for the search field in page header was present, but it was completely empty. Although the absence of searchhint in coal/map produced no error.

(binary:application/octet-stream)