[Koha-bugs] [Bug 20935] Redesign system preferences interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 21 09:01:30 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935

--- Comment #56 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 86837
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86837
Bug 20935: Add missing html filter

Review of attachment 86837:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20935&attachment=86837)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt
@@ +38,4 @@
>          <div id="toolbar">
>              Results in sections:
>              [% FOREACH TAB IN TABS %]
> +                <a href="#[% TAB.tab_title | url %]">[% TAB.tab_title | html %]</a>[% UNLESS ( loop.last ) %] • [% END %]

In fragment you should use uri filter, not url.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list