Bugzilla – Attachment 45971 Details for
Bug 13642
Adding new features for Dublin Core metadata
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13642: (followup) OAI-DC checked by default in OPAC modal
Bug-13642-followup-OAI-DC-checked-by-default-in-OP.patch (text/plain), 4.26 KB, created by
Héctor Eduardo Castro Avalos
on 2015-12-24 01:31:07 UTC
(
hide
)
Description:
Bug 13642: (followup) OAI-DC checked by default in OPAC modal
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-12-24 01:31:07 UTC
Size:
4.26 KB
patch
obsolete
>From d7930f5cca5e79ea70d7181186a0eb0c05e38d06 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Wed, 23 Dec 2015 18:57:56 -0600 >Subject: [PATCH] Bug 13642: (followup) OAI-DC checked by default in OPAC modal > >-Fixing default option checked for OAI-DC in OPAC modal >-Move OPAC modal to opac-detail-sidebar.inc to display in MARC view > and ISBD view >This follow-up fix the QA comment in comment 149 >--- > .../bootstrap/en/includes/opac-detail-sidebar.inc | 29 ++++++++++++++++++++++ > .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 29 ---------------------- > 2 files changed, 29 insertions(+), 29 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >index b9972e7..d02b4c2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >@@ -78,3 +78,32 @@ > </li> > [% END %] > </ul> >+ >+<!-- Dublin Core Modal Form --> >+<div class="modal hide" id="exportModal_" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_" aria-hidden="true"> >+ <div class="modal-header"> >+ <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> >+ <h3 class="modal-title" id="exportModalLabel">Exporting to Dublin Core...</h3> >+ </div> >+ <form method="get" action="/cgi-bin/koha/opac-export.pl"> >+ <div class="modal-body"> >+ <fieldset id="dc_fieldset"> >+ <input id="input-simple" type="radio" name="format" value="rdfdc"> >+ <label class="label_dc" for="input-simple">Simple DC-RDF</label> >+ <br> >+ <input id="input-oai" type="radio" name="format" value="oaidc" checked> >+ <label class="label_dc" for="input-oai">OAI-DC</label> >+ <br> >+ <input id="input-srw" type="radio" name="format" value="srwdc"> >+ <label class="label_dc" for="input-srw">SRW-DC</label> >+ <br> >+ <input type="hidden" name="op" value="export"> >+ <input type="hidden" name="bib" value="[% biblionumber %]"> >+ </fieldset> >+ </div> >+ <div class="modal-footer"> >+ <button type="submit" class="btn">Export</button> >+ <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> >+ </div> >+ </form> >+</div> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 39a2543..951029a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1154,35 +1154,6 @@ > </div> <!-- / .container-fluid --> > </div> <!-- / .main --> > >-<!-- Dublin Core Modal Form --> >-<div class="modal hide" id="exportModal_" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_" aria-hidden="true"> >- <div class="modal-header"> >- <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> >- <h3 class="modal-title" id="exportModalLabel">Exporting to Dublin Core...</h3> >- </div> >- <form method="get" action="/cgi-bin/koha/opac-export.pl"> >- <div class="modal-body"> >- <fieldset id="dc_fieldset"> >- <input id="input-simple" type="radio" name="format" value="rdfdc"> >- <label class="label_dc" for="input-simple">Simple DC-RDF</label> >- <br> >- <input id="input-oai" type="radio" name="format" value="oaidc"> >- <label class="label_dc" for="input-oai">OAI-DC</label> >- <br> >- <input id="input-srw" type="radio" name="format" value="srwdc"> >- <label class="label_dc" for="input-srw">SRW-DC</label> >- <br> >- <input type="hidden" name="op" value="export"> >- <input type="hidden" name="bib" value="[% biblionumber %]"> >- </fieldset> >- </div> >- <div class="modal-footer"> >- <button type="submit" class="btn">Export</button> >- <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> >- </div> >- </form> >-</div> >- > [% INCLUDE 'opac-bottom.inc' %] > > [%# End of template %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13642
:
35637
|
35638
|
35639
|
35640
|
35641
|
35642
|
35643
|
35644
|
35645
|
35663
|
35957
|
35981
|
35982
|
35983
|
35999
|
36000
|
36005
|
36006
|
36147
|
36154
|
36631
|
36632
|
36633
|
36636
|
36714
|
38220
|
38819
|
39623
|
39654
|
40786
|
40787
|
42168
|
43311
|
43313
|
43545
|
43548
|
43549
|
43586
|
43612
|
44627
|
44629
|
44658
|
44659
|
44660
|
44661
|
44662
|
44669
|
44672
|
44677
|
44727
|
44728
|
44729
|
44815
|
44816
|
44819
|
45970
|
45971
|
46514
|
46584
|
46585
|
46586
|
46587
|
46588