Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker...
authorOwen Leonard <oleonard@myacpl.org>
Mon, 20 Dec 2010 19:11:26 +0000 (20:11 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 21 Dec 2010 04:01:33 +0000 (17:01 +1300)
commit3f0eeb9c28691e079da1b1a009502b7ee674165e
tree0198acb068e00abf739d744f9caba8e72d40c4b8
parent8fe46f3dc1a3250b04a0da2f6dd9335710b4e702
Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix 2nd try)

- Eliminates the "Extended MARC View" tab
- Points the "MARC View" tab to opac-MARCDetail.pl as it is when XSLT is off
- Offers a "view plain" link on opac-MARCDetail.pl. Clicking this link
  replaces the standard labeled MARC view with an unformatted view similar to the
  one displayed in the pop-up modal MARC view.
- When viewing the "plain view," clicking the "view labeled" link will return
  you to the standard labeled MARC view.
- Adds a new XSL file for displaying MARC data in a slightly-more-formatted
  manner (compared to one big <pre></pre> block).

Removed a conflict marker line from Owen's patch (Marcel).

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-ISBDdetail.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACMARCdetail.xsl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/loading.gif [new file with mode: 0644]
opac/opac-showmarc.pl