Bug 8204: Add user friendly authority view to OPAC
commit569e3823fd7ee5879664f0b57eed4aa8d64aef93
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 31 May 2012 11:24:29 +0000 (31 07:24 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 26 Jul 2012 16:11:44 +0000 (26 18:11 +0200)
treeab4ca67e7b812f9e0633b3edf4f968c9efedd2ee
parent899597c8266119a3d7225badf4ec9a26711c8b41
Bug 8204: Add user friendly authority view to OPAC

Up until now, the only authority view in the OPAC was a
rather-unfriendly expanded MARC view. This patch adds a user-friendly
view similar to the biblio details view.

Specific features to be aware of:
* Right-to-left text in the MARC21 880 field will show up in the
  appropriate location with the appropriate alignment and wrapping
* There is very little CSS styling. Any suggestions for how to make
  the display more attractive would be gratefully received.

To test:
1) Do a search for an authority in the OPAC.
2) Choose an authority record to view.
3) Observe that the view is more user-friendly and polished.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works very nicely now. The old view is still available, but the
user is presented with a nicer non-MARC view first.
C4/AuthoritiesMarc.pm
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-MARCdetail.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt [new file with mode: 0644]
opac/opac-authoritiesdetail.pl