[Koha-bugs] [Bug 11508] Untranslatable pull-down in auth_subfields_structure.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 5 02:12:14 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11508

--- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 26829
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26829&action=edit
Bug 11508 - Untranslatable pull-down in auth_subfields_structure.pl

OMG!!, this file is full of tabs and CGI::scrolling_list !!!

This patch fix the reported strings and also another one.
It removes 2 occurrences of CGI::scrolling_list with
untranslatable labels. Fixed capitalization.

To test
1. Go to Administration > Authority types,
click 'MARC structure' of any auth type,
click 'subfields' for any Tag >= 010,
clic 'Edit subfields'

Check pulldowns 'Manged in tab' and 'Select to display or not'

2. Apply the patch

3. Reload and verify functionality of both pulldowns

4. Check that strings are not present on staff PO file
egrep "^msgid \"(Show all|Hide all|ignore)"
misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po

5. Update language file
(cd misc/translator/; perl translate update fi-FI)

6. Check that strings are now present, repeat 4.

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


More information about the Koha-bugs mailing list