Search results page header as translatable text

However it is NOT actually translated by the backend yet
This commit is contained in:
Veloman Yunkan
2024-01-30 15:47:12 +04:00
parent c4fa42f20b
commit 8f5714be07
5 changed files with 28 additions and 25 deletions

View File

@ -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">