Bug 12177

Summary: Remove HTML from authorities.pl
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: TemplatesAssignee: Bernardo Gonzalez Kriegel <bgkriegel>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: fridolin.somers, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=766
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 12177 - Remove HTML from authorities.pl
[SIGNED-OFF] Bug 12177 - Remove HTML from authorities.pl
[PASSED QA] Bug 12177 - Remove HTML from authorities.pl

Description Bernardo Gonzalez Kriegel 2014-05-04 02:06:43 UTC
There is HTML code on authorities.pl
In particular untranslatable "Tag Editor"
Comment 1 Bernardo Gonzalez Kriegel 2014-05-04 02:09:39 UTC Comment hidden (obsolete)
Comment 2 Srdjan Jankovic 2014-08-14 03:11:49 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-08-15 09:27:07 UTC
Created attachment 30818 [details] [review]
[PASSED QA] Bug 12177 - Remove HTML from authorities.pl

This patch removes HTML code from authorities.pl

To test:
1. Check no regressions on authority editor,
new/edit/save
2. Check new line on translation files, update
a language, look for 'Tag editor'

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Checked various features of the authority edtior:
- repeating subfields
- deleting subfields
- changing the order of subfields
- linking a subfield to an authorised value
- plugins
No regressions found.
Passes tests and QA script.
Comment 4 Tomás Cohen Arazi (tcohen) 2014-08-19 12:36:44 UTC
Patch pushed to master.

Thanks Bernardo!