https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41674 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 191791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191791&action=edit Bug 41674: Add template plugin for linking to system preferences based on user permission This patch adds a new template plugin, LinkPref, for displaying system preference names as links depending on the logged-in user's permission. Syntax: [% "SYSTEM_PREFERENCE_NAME" | html | $LinkPref %] For a user with 'CAN_user_parameters_manage_sysprefs' permission it outputs: <a class="link_preference" href="admin/preferences.pl?op=search&ok=Search&searchfield=SYSTEM_PREFERENCE_NAME">SYSTEM_PREFERENCE_NAME</a> For a user without permission it outputs: <span class="link_preference">SYSTEM_PREFERENCE_NAME</span> Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.