diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/recordings.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/recordings.ecpp b/pages/recordings.ecpp index 92eb7be..d761bb4 100644 --- a/pages/recordings.ecpp +++ b/pages/recordings.ecpp @@ -222,7 +222,7 @@ for (recIter = recItems.begin(); recIter != recItems.end(); ++recIter) { <span class="sep">|</span> <a href="recordings.html?sort=date&filter=<? currentFilter != "" ? currentFilter ?>" alt="" /><$ tr("Sort by date") $></a> <span class="sep">|</span> -<span class="label"><$ tr("Filter") $>: <input type="text" name="filter" value="<$ currentFilter $>" id="filter" onchange="filterRecordings(this)" /> <& tooltip.help text=(tr("Look in recordings titles and subtitles for the given string and display only the matching ones. You may also use perl compatible regular expressions (PCRE).")) &></span> +<span class="label bold"><$ tr("Filter") $>: <input type="text" name="filter" value="<$ currentFilter $>" id="filter" onchange="filterRecordings(this)" /> <& tooltip.help text=(tr("Look in recordings titles and subtitles for the given string and display only the matching ones. You may also use perl compatible regular expressions (PCRE).")) &></span> <%cpp> } </%cpp> </%def> |