Bug 6536: Add a form for SRU Field mapping
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 22 May 2014 13:37:29 +0000 (15:37 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 1 Sep 2014 13:08:50 +0000 (10:08 -0300)
commit88f26fa90742dbd422995d19e8f26e8d81638b65
tree3bbb7d6d771433753062a0147716b409507266d1
parent4e1aaa4d589f1974ac9ec51e74367ac413a35699
Bug 6536: Add a form for SRU Field mapping

This form allows you to enter the match between the standard names of
the Z3950 search fields and the field names for a specific SRU server.
This patch only adds the form; it will be used in a subsequent patch.

Test plan:
Not needed, but you can call the form by constructing a URL like:
    cgi-bin/koha/admin/sru_modmapping.pl?mapping=title=1,author=2
You should see the form with title and author filled.
Note that you cannot save the information yet.

Signed-off-by: Giuseppe Angilella <giuseppe.angilella@ct.infn.it>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
admin/sru_modmapping.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt [new file with mode: 0644]