mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Search results page header as translatable text
However it is NOT actually translated by the backend yet
This commit is contained in:
@ -106,19 +106,7 @@
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<div class="header">
|
||||
{{#results.hasResults}}
|
||||
Results
|
||||
<b>
|
||||
{{results.start}}-{{results.end}}
|
||||
</b> of <b>
|
||||
{{results.count}}
|
||||
</b> for <b>
|
||||
"{{{query.pattern}}}"
|
||||
</b>
|
||||
{{/results.hasResults}}
|
||||
{{^results.hasResults}}
|
||||
No results were found for <b>"{{{query.pattern}}}"</b>
|
||||
{{/results.hasResults}}
|
||||
{{{PAGE_HEADER}}}
|
||||
</div>
|
||||
|
||||
<div class="results">
|
||||
|
Reference in New Issue
Block a user