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

--- Comment #1 from paxed <pasi.kalli...@koha-suomi.fi> ---
These could be done with the i18n template plugin, eg.

<button type="submit" class="approve" accesskey="y"><i class="fa fa-fw
fa-check"></i> Yes, close (Y)</button>

would become something like

<button type="submit" class="approve" accesskey="[% tp("accesskey for 'Yes,
close'", "y") %]"><i class="fa fa-fw fa-check"></i> Yes, close</button>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to