View | Details | Raw Unified | Return to bug 27740
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
<form method="post" action="opac-account-pay.pl" class="form-horizontal">
2
<form method="post" action="opac-account-pay.pl" class="form-horizontal">
3
    [% IF ( ACCOUNT_LINES ) %]
3
    [% IF ( ACCOUNT_LINES ) %]
4
        <table class="table table-bordered table-striped" id="finestable">
4
        <table class="table table-bordered table-striped" id="finestable">
5
            <caption>Your charges</caption>
5
            <caption><h2>Your charges</h2></caption>
6
            <thead>
6
            <thead>
7
                <tr>
7
                <tr>
8
                    [% IF ENABLE_OPAC_PAYMENTS %]<th>&nbsp;</th>[% END %]
8
                    [% IF ENABLE_OPAC_PAYMENTS %]<th>&nbsp;</th>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt (-36 / +36 lines)
Lines 98-104 Link Here
98
                            <p>Given a set of bibliographic or item identifiers, returns a
98
                            <p>Given a set of bibliographic or item identifiers, returns a
99
                            list with availability of the items associated with the identifiers.</p>
99
                            list with availability of the items associated with the identifiers.</p>
100
100
101
                            <h4>Parameters</h4>
101
                            <h3>Parameters</h3>
102
                            <dl>
102
                            <dl>
103
                                <dt><strong>id</strong> (Required)</dt>
103
                                <dt><strong>id</strong> (Required)</dt>
104
                                <dd>list of either bibliographic or item identifiers</dd>
104
                                <dd>list of either bibliographic or item identifiers</dd>
Lines 120-131 Link Here
120
                                <dd>requests a particular format or set of formats in reporting availability</dd>
120
                                <dd>requests a particular format or set of formats in reporting availability</dd>
121
                            </dl>
121
                            </dl>
122
122
123
                            <h4>Example call</h4>
123
                            <h3>Example call</h3>
124
                            <a href="ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item">
124
                            <a href="ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item">
125
                                ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item
125
                                ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item
126
                            </a>
126
                            </a>
127
127
128
                            <h4>Example response</h4>
128
                            <h3>Example response</h3>
129
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
129
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
130
&lt;dlf:collection
130
&lt;dlf:collection
131
  xmlns:dlf="http://diglib.org/ilsdi/1.1"
131
  xmlns:dlf="http://diglib.org/ilsdi/1.1"
Lines 183-189 Link Here
183
                                time lookup by bibliographic identifier.</p>
183
                                time lookup by bibliographic identifier.</p>
184
                                <p>You can use OAI-PMH ListRecords instead of this service.</p>
184
                                <p>You can use OAI-PMH ListRecords instead of this service.</p>
185
185
186
                                <h4>Parameters</h4>
186
                                <h3>Parameters</h3>
187
                                <dl>
187
                                <dl>
188
                                    <dt><strong>id</strong> (Required)</dt>
188
                                    <dt><strong>id</strong> (Required)</dt>
189
                                    <dd>list of system record identifiers</dd>
189
                                    <dd>list of system record identifiers</dd>
Lines 196-207 Link Here
196
                                    </dd>
196
                                    </dd>
197
                                </dl>
197
                                </dl>
198
198
199
                                <h4>Example Call</h4>
199
                                <h3>Example Call</h3>
200
                                <a href="ilsdi.pl?service=GetRecords&amp;id=1+2+99999">
200
                                <a href="ilsdi.pl?service=GetRecords&amp;id=1+2+99999">
201
                                    ilsdi.pl?service=GetRecords&amp;id=1+2+99999
201
                                    ilsdi.pl?service=GetRecords&amp;id=1+2+99999
202
                                </a>
202
                                </a>
203
203
204
                                <h4>Example response</h4>
204
                                <h3>Example response</h3>
205
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
205
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
206
&lt;GetRecords&gt;
206
&lt;GetRecords&gt;
207
  &lt;record&gt;
207
  &lt;record&gt;
Lines 398-404 Link Here
398
                                of record objects that contain the authority records. The function
398
                                of record objects that contain the authority records. The function
399
                                user may request a specific metadata schema for the record objects.</p>
399
                                user may request a specific metadata schema for the record objects.</p>
400
400
401
                                <h4>Parameters</h4>
401
                                <h3>Parameters</h3>
402
                                <dl>
402
                                <dl>
403
                                    <dt><strong>id</strong> (Required)</dt>
403
                                    <dt><strong>id</strong> (Required)</dt>
404
                                    <dd>list of authority record identifiers</dd>
404
                                    <dd>list of authority record identifiers</dd>
Lines 410-421 Link Here
410
                                    </dd>
410
                                    </dd>
411
                                </dl>
411
                                </dl>
412
412
413
                                <h4>Example call</h4>
413
                                <h3>Example call</h3>
414
                                <a href="ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999">
414
                                <a href="ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999">
415
                                    ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999
415
                                    ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999
416
                                </a>
416
                                </a>
417
417
418
                                <h4>Example response</h4>
418
                                <h3>Example response</h3>
419
<pre>&lt;xml version="1.0" encoding="UTF-8"&gt;;
419
<pre>&lt;xml version="1.0" encoding="UTF-8"&gt;;
420
&lt;GetAuthorityRecords&gt;
420
&lt;GetAuthorityRecords&gt;
421
  &lt;record&gt;
421
  &lt;record&gt;
Lines 457-463 Link Here
457
                                <p>Looks up a patron in the ILS by an identifier, and returns
457
                                <p>Looks up a patron in the ILS by an identifier, and returns
458
                                the ILS identifier for that patron, aka the patron identifier.</p>
458
                                the ILS identifier for that patron, aka the patron identifier.</p>
459
459
460
                                <h4>Parameters</h4>
460
                                <h3>Parameters</h3>
461
                                <dl>
461
                                <dl>
462
                                    <dt><strong>id</strong> (Required)</dt>
462
                                    <dt><strong>id</strong> (Required)</dt>
463
                                    <dd>an identifier used to look up the patron in Koha</dd>
463
                                    <dd>an identifier used to look up the patron in Koha</dd>
Lines 474-485 Link Here
474
                                    </dd>
474
                                    </dd>
475
                                </dl>
475
                                </dl>
476
476
477
                                <h4>Example call</h4>
477
                                <h3>Example call</h3>
478
                                <a href="ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber">
478
                                <a href="ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber">
479
                                    ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber
479
                                    ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber
480
                                </a>
480
                                </a>
481
481
482
                                <h4>Example response</h4>
482
                                <h3>Example response</h3>
483
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
483
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
484
&lt;LookupPatron&gt;
484
&lt;LookupPatron&gt;
485
  &lt;id&gt;419&lt;/id&gt;
485
  &lt;id&gt;419&lt;/id&gt;
Lines 490-508 Link Here
490
                                <h2>AuthenticatePatron</h2>
490
                                <h2>AuthenticatePatron</h2>
491
                                <p>Authenticates a user's login credentials and returns the identifier for the patron.</p>
491
                                <p>Authenticates a user's login credentials and returns the identifier for the patron.</p>
492
492
493
                                <h4>Parameters</h4>
493
                                <h3>Parameters</h3>
494
                                <dl>
494
                                <dl>
495
                                    <dt><strong>username</strong> (Required)</dt>
495
                                    <dt><strong>username</strong> (Required)</dt>
496
                                    <dd>user's login identifier</dd>
496
                                    <dd>user's login identifier</dd>
497
                                    <dt><strong>password</strong> (Required)</dt>
497
                                    <dt><strong>password</strong> (Required)</dt>
498
                                    <dd>user's password</dd>
498
                                    <dd>user's password</dd>
499
                                </dl>
499
                                </dl>
500
                                <h4>Example call</h4>
500
                                <h3>Example call</h3>
501
                                <a href="ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul">
501
                                <a href="ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul">
502
                                    ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul
502
                                    ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul
503
                                </a>
503
                                </a>
504
504
505
                                <h4>Example Response</h4>
505
                                <h3>Example Response</h3>
506
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
506
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
507
&lt;AuthenticatePatron&gt;
507
&lt;AuthenticatePatron&gt;
508
  &lt;id&gt;419&lt;/id&gt;
508
  &lt;id&gt;419&lt;/id&gt;
Lines 516-522 Link Here
516
                                patron's contact information, fine information, hold request
516
                                patron's contact information, fine information, hold request
517
                                information, loan information, and messages.</p>
517
                                information, loan information, and messages.</p>
518
518
519
                                <h4>Parameters</h4>
519
                                <h3>Parameters</h3>
520
                                <dl>
520
                                <dl>
521
                                    <dt><strong>patron_id</strong> (Required)</dt>
521
                                    <dt><strong>patron_id</strong> (Required)</dt>
522
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
522
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
Lines 532-543 Link Here
532
                                    <dd>whether or not to return extended patron attributes information in the response</dd>
532
                                    <dd>whether or not to return extended patron attributes information in the response</dd>
533
                                </dl>
533
                                </dl>
534
534
535
                                <h4>Example call</h4>
535
                                <h3>Example call</h3>
536
                                <a href="ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1">
536
                                <a href="ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1">
537
                                    ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1
537
                                    ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1
538
                                </a>
538
                                </a>
539
539
540
                                <h4>Example response</h4>
540
                                <h3>Example response</h3>
541
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
541
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
542
&lt;GetPatronInfo&gt;
542
&lt;GetPatronInfo&gt;
543
  &lt;category_type&gt;A&lt;/category_type&gt;
543
  &lt;category_type&gt;A&lt;/category_type&gt;
Lines 649-666 Link Here
649
                                <h2>GetPatronStatus</h2>
649
                                <h2>GetPatronStatus</h2>
650
                                <p>Returns a patron's status information from Koha.</p>
650
                                <p>Returns a patron's status information from Koha.</p>
651
651
652
                                <h4>Parameters</h4>
652
                                <h3>Parameters</h3>
653
                                <dl>
653
                                <dl>
654
                                    <dt><strong>patron_id</strong> (Required)</dt>
654
                                    <dt><strong>patron_id</strong> (Required)</dt>
655
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
655
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
656
                                </dl>
656
                                </dl>
657
657
658
                                <h4>Example call</h4>
658
                                <h3>Example call</h3>
659
                                <a href="ilsdi.pl?service=GetPatronStatus&amp;patron_id=1">
659
                                <a href="ilsdi.pl?service=GetPatronStatus&amp;patron_id=1">
660
                                    ilsdi.pl?service=GetPatronStatus&amp;patron_id=1
660
                                    ilsdi.pl?service=GetPatronStatus&amp;patron_id=1
661
                                </a>
661
                                </a>
662
662
663
                                <h4>Example Response</h4>
663
                                <h3>Example Response</h3>
664
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
664
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
665
&lt;GetPatronStatus&gt;
665
&lt;GetPatronStatus&gt;
666
  &lt;expiry&gt;2010-03-04&lt;/expiry&gt;
666
  &lt;expiry&gt;2010-03-04&lt;/expiry&gt;
Lines 673-679 Link Here
673
                                <h2>GetServices</h2>
673
                                <h2>GetServices</h2>
674
                                <p>Returns information about the services available on a particular item for a particular patron.</p>
674
                                <p>Returns information about the services available on a particular item for a particular patron.</p>
675
675
676
                                <h4>Parameters</h4>
676
                                <h3>Parameters</h3>
677
                                <dl>
677
                                <dl>
678
                                    <dt><strong>patron_id</strong> (Required)</dt>
678
                                    <dt><strong>patron_id</strong> (Required)</dt>
679
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
679
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
Lines 681-692 Link Here
681
                                    <dd>system item identifier</dd>
681
                                    <dd>system item identifier</dd>
682
                                </dl>
682
                                </dl>
683
683
684
                                <h4>Example call</h4>
684
                                <h3>Example call</h3>
685
                                <a href="ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1">
685
                                <a href="ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1">
686
                                    ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1
686
                                    ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1
687
                                </a>
687
                                </a>
688
688
689
                                <h4>Example response</h4>
689
                                <h3>Example response</h3>
690
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
690
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
691
&lt;GetServices&gt;
691
&lt;GetServices&gt;
692
  &lt;AvailableFor&gt;title level hold&lt;/AvailableFor&gt;
692
  &lt;AvailableFor&gt;title level hold&lt;/AvailableFor&gt;
Lines 698-704 Link Here
698
                                <h2>RenewLoan</h2>
698
                                <h2>RenewLoan</h2>
699
                                <p>Extends the due date for a patron's existing loan.</p>
699
                                <p>Extends the due date for a patron's existing loan.</p>
700
700
701
                                <h4>Parameters</h4>
701
                                <h3>Parameters</h3>
702
                                <dl>
702
                                <dl>
703
                                    <dt><strong>patron_id</strong> (Required)</dt>
703
                                    <dt><strong>patron_id</strong> (Required)</dt>
704
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
704
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
Lines 708-719 Link Here
708
                                    <dd>the date the patron would like the item returned by</dd>
708
                                    <dd>the date the patron would like the item returned by</dd>
709
                                </dl>
709
                                </dl>
710
710
711
                                <h4>Example call</h4>
711
                                <h3>Example call</h3>
712
                                <a href="ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1">
712
                                <a href="ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1">
713
                                    ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1
713
                                    ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1
714
                                </a>
714
                                </a>
715
715
716
                                <h4>Example response</h4>
716
                                <h3>Example response</h3>
717
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
717
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
718
&lt;RenewLoan&gt;
718
&lt;RenewLoan&gt;
719
  &lt;success&gt;0&lt;/success&gt;
719
  &lt;success&gt;0&lt;/success&gt;
Lines 726-732 Link Here
726
                                <h2>HoldTitle</h2>
726
                                <h2>HoldTitle</h2>
727
                                <p>Creates, for a patron, a title-level hold request on a given bibliographic record in Koha.</p>
727
                                <p>Creates, for a patron, a title-level hold request on a given bibliographic record in Koha.</p>
728
728
729
                                <h4>Parameters</h4>
729
                                <h3>Parameters</h3>
730
                                <dl>
730
                                <dl>
731
                                    <dt><strong>patron_id</strong> (Required)</dt>
731
                                    <dt><strong>patron_id</strong> (Required)</dt>
732
                                    <dd>the ILS identifier for the patron for whom the request is placed</dd>
732
                                    <dd>the ILS identifier for the patron for whom the request is placed</dd>
Lines 742-753 Link Here
742
                                    <dd>date after which item returned to shelf if item is not picked up</dd>
742
                                    <dd>date after which item returned to shelf if item is not picked up</dd>
743
                                </dl>
743
                                </dl>
744
744
745
                                <h4>Example Call</h4>
745
                                <h3>Example Call</h3>
746
                                <a href="ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1">
746
                                <a href="ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1">
747
                                    ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1
747
                                    ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1
748
                                </a>
748
                                </a>
749
749
750
                                <h4>Example response</h4>
750
                                <h3>Example response</h3>
751
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
751
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
752
&lt;HoldTitle&gt;
752
&lt;HoldTitle&gt;
753
  &lt;title&gt;(les) galères de l'Orfèvre&lt;/title&gt;
753
  &lt;title&gt;(les) galères de l'Orfèvre&lt;/title&gt;
Lines 760-766 Link Here
760
                                <h2>HoldItem</h2>
760
                                <h2>HoldItem</h2>
761
                                <p>Creates, for a patron, an item-level hold request on a specific item of a bibliographic record Koha.</p>
761
                                <p>Creates, for a patron, an item-level hold request on a specific item of a bibliographic record Koha.</p>
762
762
763
                                <h4>Parameters</h4>
763
                                <h3>Parameters</h3>
764
                                <dl>
764
                                <dl>
765
                                    <dt><strong>patron_id</strong> (Required)</dt>
765
                                    <dt><strong>patron_id</strong> (Required)</dt>
766
                                    <dd>the ILS identifier for the patron for whom the request is placed</dd>
766
                                    <dd>the ILS identifier for the patron for whom the request is placed</dd>
Lines 776-787 Link Here
776
                                    <dd>date after which item returned to shelf if item is not picked up</dd>
776
                                    <dd>date after which item returned to shelf if item is not picked up</dd>
777
                                </dl>
777
                                </dl>
778
778
779
                                <h4>Example Call</h4>
779
                                <h3>Example Call</h3>
780
                                <a href="ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1">
780
                                <a href="ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1">
781
                                    ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1
781
                                    ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1
782
                                </a>
782
                                </a>
783
783
784
                                <h4>Example response</h4>
784
                                <h3>Example response</h3>
785
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
785
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
786
&lt;HoldTitle&gt;
786
&lt;HoldTitle&gt;
787
  &lt;title&gt;(les) galères de l'Orfèvre&lt;/title&gt;
787
  &lt;title&gt;(les) galères de l'Orfèvre&lt;/title&gt;
Lines 794-800 Link Here
794
                                <h2>CancelHold</h2>
794
                                <h2>CancelHold</h2>
795
                                <p>Cancels an active hold request for the patron.</p>
795
                                <p>Cancels an active hold request for the patron.</p>
796
796
797
                                <h4>Parameters</h4>
797
                                <h3>Parameters</h3>
798
                                <dl>
798
                                <dl>
799
                                    <dt><strong>patron_id</strong> (Required)</dt>
799
                                    <dt><strong>patron_id</strong> (Required)</dt>
800
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
800
                                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
Lines 802-813 Link Here
802
                                    <dd>system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')</dd>
802
                                    <dd>system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')</dd>
803
                                </dl>
803
                                </dl>
804
804
805
                                <h4>Example call</h4>
805
                                <h3>Example call</h3>
806
                                <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
806
                                <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
807
                                    ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1
807
                                    ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1
808
                                </a>
808
                                </a>
809
809
810
                                <h4>Example response</h4>
810
                                <h3>Example response</h3>
811
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
811
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
812
&lt;CancelHold&gt;
812
&lt;CancelHold&gt;
813
  &lt;message&gt;Canceled&lt;/message&gt;
813
  &lt;message&gt;Canceled&lt;/message&gt;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-2 / +2 lines)
Lines 26-32 Link Here
26
                                [% IF private_shelves.count or public_shelves.count or private_shelves_shared_with_me.count %]
26
                                [% IF private_shelves.count or public_shelves.count or private_shelves_shared_with_me.count %]
27
                                    <form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="post">
27
                                    <form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="post">
28
                                        <fieldset>
28
                                        <fieldset>
29
                                            <legend>Select a list</legend>
29
                                            <legend><h2>Select a list</h2></legend>
30
                                            <label for="shelfnumber">Add to list:</label> <select name="shelfnumber" id="shelfnumber">
30
                                            <label for="shelfnumber">Add to list:</label> <select name="shelfnumber" id="shelfnumber">
31
                                                [% IF private_shelves.count %]<optgroup label="Private lists">
31
                                                [% IF private_shelves.count %]<optgroup label="Private lists">
32
                                                    [% FOREACH private_shelf IN private_shelves %]
32
                                                    [% FOREACH private_shelf IN private_shelves %]
Lines 75-81 Link Here
75
                            [% UNLESS ( singleshelf ) %]
75
                            [% UNLESS ( singleshelf ) %]
76
                                <form name="f2" method="post" action="/cgi-bin/koha/opac-addbybiblionumber.pl">
76
                                <form name="f2" method="post" action="/cgi-bin/koha/opac-addbybiblionumber.pl">
77
                                    <fieldset>
77
                                    <fieldset>
78
                                        <legend>Add to a new list:</legend>
78
                                        <legend><h2>Add to a new list:</h2></legend>
79
                                            <label for="newvirtualshelf">List name:</label>
79
                                            <label for="newvirtualshelf">List name:</label>
80
                                            <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
80
                                            <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
81
                                            <label for="category">Category:</label>
81
                                            <label for="category">Category:</label>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-13 / +16 lines)
Lines 30-36 Link Here
30
                    <div id="booleansearch" class="maincontent">
30
                    <div id="booleansearch" class="maincontent">
31
                        <h1>Advanced search</h1>
31
                        <h1>Advanced search</h1>
32
                        <fieldset>
32
                        <fieldset>
33
                            <legend>Search for:</legend>
33
                            <legend><h2>Search for:</h2></legend>
34
                            [% IF ( expanded_options ) %]
34
                            [% IF ( expanded_options ) %]
35
                                <div class="advanced-search-terms extended">
35
                                <div class="advanced-search-terms extended">
36
                            [% ELSE %]
36
                            [% ELSE %]
Lines 163-183 Link Here
163
                        <div id="advsearches" class="toptabs">
163
                        <div id="advsearches" class="toptabs">
164
                            <ul>
164
                            <ul>
165
                                [% FOREACH advsearchloo IN advancedsearchesloop %]
165
                                [% FOREACH advsearchloo IN advancedsearchesloop %]
166
                                    <li id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
166
                                <li id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
167
                                    <a href="#advsearch-[% advsearchloo.advanced_search_type | uri %]">
167
                                    <h3>
168
                                        <a href="#advsearch-[% advsearchloo.advanced_search_type | uri %]">
168
                                   [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]Item type
169
                                   [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]Item type
169
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]Collection
170
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]Collection
170
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]Shelving location
171
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]Shelving location
171
                                   [% ELSE %]Something else
172
                                   [% ELSE %]Something else
172
                                   [% END %]
173
                                   [% END %]
173
                                   </a></li>
174
                                        </a>
175
                                    </h3>
176
                                </li>
174
                                [% END %]
177
                                [% END %]
175
                            </ul>
178
                            </ul>
176
179
177
                            [% FOREACH advsearchloo IN advancedsearchesloop %]
180
                            [% FOREACH advsearchloo IN advancedsearchesloop %]
178
                                <div id="advsearch-[% advsearchloo.advanced_search_type | html %]" class="advsearch">
181
                                <div id="advsearch-[% advsearchloo.advanced_search_type | html %]" class="advsearch">
179
                                    <fieldset>
182
                                    <fieldset>
180
                                        <legend>Limit to any of the following:</legend>
183
                                        <legend><h4>Limit to any of the following:</h4></legend>
181
                                        <div class="row">
184
                                        <div class="row">
182
                                            [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
185
                                            [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
183
                                                [% IF (advsearchloo.advanced_search_type != 'itemtypes') OR (((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1)) %]
186
                                                [% IF (advsearchloo.advanced_search_type != 'itemtypes') OR (((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1)) %]
Lines 230-236 Link Here
230
                            <!-- AVAILABILITY LIMITS -->
233
                            <!-- AVAILABILITY LIMITS -->
231
                            <div id="location" class="advsearch_limit">
234
                            <div id="location" class="advsearch_limit">
232
                                <fieldset>
235
                                <fieldset>
233
                                    <label for="branchloop">Location and availability:</label>
236
                                    <label for="branchloop"><h3>Location and availability:</h3></label>
234
                                    <select name="limit" id="branchloop">
237
                                    <select name="limit" id="branchloop">
235
                                    <option value="">All libraries</option>
238
                                    <option value="">All libraries</option>
236
                                    [% FOREACH BranchesLoo IN Branches.all( selected => opac_name ) %]
239
                                    [% FOREACH BranchesLoo IN Branches.all( selected => opac_name ) %]
Lines 267-273 Link Here
267
                        <!-- RANK LIMITS -->
270
                        <!-- RANK LIMITS -->
268
                        <div id="sortby" class="advsearch_limit">
271
                        <div id="sortby" class="advsearch_limit">
269
                            <fieldset>
272
                            <fieldset>
270
                                <label for="sort_by">Sort by:</label>
273
                                <label for="sort_by"><h3>Sort by:</h3></label>
271
                                <select id="sort_by" name="sort_by">
274
                                <select id="sort_by" name="sort_by">
272
                                    [% INCLUDE 'resort_form.inc' %]
275
                                    [% INCLUDE 'resort_form.inc' %]
273
                                </select>
276
                                </select>
Lines 283-289 Link Here
283
                        <div id="pubrange" class="advsearch_limit">
286
                        <div id="pubrange" class="advsearch_limit">
284
                            <!-- PUB RANGE OPTION -->
287
                            <!-- PUB RANGE OPTION -->
285
                            <fieldset>
288
                            <fieldset>
286
                                <label for="limit-yr">Publication date range</label>
289
                                <label for="limit-yr"><h3>Publication date range</h3></label>
287
                                <input type="text" size="30" id="limit-yr" name="limit-yr" title="Enter search terms" value="" />
290
                                <input type="text" size="30" id="limit-yr" name="limit-yr" title="Enter search terms" value="" />
288
                                <div class="hint">For example:  1999-2001.  You could also use "-1987" for everything published in and before 1987 or "2008-" for everything published in 2008 and after.</div>
291
                                <div class="hint">For example:  1999-2001.  You could also use "-1987" for everything published in and before 1987 or "2008-" for everything published in 2008 and after.</div>
289
                            </fieldset>
292
                            </fieldset>
Lines 298-304 Link Here
298
                        <div id="langfilter" class="advsearch_limit">
301
                        <div id="langfilter" class="advsearch_limit">
299
                            <fieldset>
302
                            <fieldset>
300
                                <!-- LANGUAGE LIMIT -->
303
                                <!-- LANGUAGE LIMIT -->
301
                                <label for="language-limit">Language</label>
304
                                <label for="language-limit"><h3>Language</h3></label>
302
                                <select id="language-limit" name="limit">
305
                                <select id="language-limit" name="limit">
303
                                    <option value="">No limit</option>
306
                                    <option value="">No limit</option>
304
                                    [% FOREACH search_languages_loo IN search_languages_loop %]
307
                                    [% FOREACH search_languages_loo IN search_languages_loop %]
Lines 324-330 Link Here
324
                        <div class="col-sm-6 col-lg-3">
327
                        <div class="col-sm-6 col-lg-3">
325
                            <div class="advsearch_limit">
328
                            <div class="advsearch_limit">
326
                                <fieldset>
329
                                <fieldset>
327
                                    <label for="subtype_audience">Audience</label>
330
                                    <label for="subtype_audience"><h3>Audience</h3></label>
328
                                    <select id="subtype_audience" name="limit" class="subtype">
331
                                    <select id="subtype_audience" name="limit" class="subtype">
329
                                        <option value="" selected="selected" class="menuheader">Any audience</option>
332
                                        <option value="" selected="selected" class="menuheader">Any audience</option>
330
                                        <option value="aud:a">Preschool</option>
333
                                        <option value="aud:a">Preschool</option>
Lines 343-349 Link Here
343
                        <div class="col-sm-6 col-lg-3">
346
                        <div class="col-sm-6 col-lg-3">
344
                            <div class="advsearch_limit">
347
                            <div class="advsearch_limit">
345
                                <fieldset>
348
                                <fieldset>
346
                                    <label for="subtype_content">Content</label>
349
                                    <label for="subtype_content"><h3>Content</h3></label>
347
                                    <select id="subtype_content"  name="limit" class="subtype">
350
                                    <select id="subtype_content"  name="limit" class="subtype">
348
                                        <option value="" selected="selected" class="menuheader">Any content</option>
351
                                        <option value="" selected="selected" class="menuheader">Any content</option>
349
                                        <option value="fic:1">Fiction</option>
352
                                        <option value="fic:1">Fiction</option>
Lines 359-365 Link Here
359
                        <div class="col-sm-6 col-lg-3">
362
                        <div class="col-sm-6 col-lg-3">
360
                            <div class="advsearch_limit">
363
                            <div class="advsearch_limit">
361
                                <fieldset>
364
                                <fieldset>
362
                                    <label for="subtype_format">Format</label>
365
                                    <label for="subtype_format"><h3>Format</h3></label>
363
                                    <select id="subtype_format" name="limit" class="subtype">
366
                                    <select id="subtype_format" name="limit" class="subtype">
364
                                        <option value="" selected="selected" class="menuheader">Any format</option>
367
                                        <option value="" selected="selected" class="menuheader">Any format</option>
365
                                        <option value="l-format:ta">Regular print</option>
368
                                        <option value="l-format:ta">Regular print</option>
Lines 380-386 Link Here
380
                        <div class="col-sm-6 col-lg-3">
383
                        <div class="col-sm-6 col-lg-3">
381
                            <div class="advsearch_limit">
384
                            <div class="advsearch_limit">
382
                                <fieldset>
385
                                <fieldset>
383
                                    <label for="subtype_additional">Additional content types for books/printed materials</label>
386
                                    <label for="subtype_additional"><h3>Additional content types for books/printed materials</h3></label>
384
                                    <select id="subtype_additional" name="limit" class="subtype">
387
                                    <select id="subtype_additional" name="limit" class="subtype">
385
                                        <option value="">Any</option>
388
                                        <option value="">Any</option>
386
                                        <option value="ctype:a">Abstracts/summaries</option>
389
                                        <option value="ctype:a">Abstracts/summaries</option>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt (-2 / +2 lines)
Lines 23-29 Link Here
23
                            <h2>Subscribe to a subscription alert</h2>
23
                            <h2>Subscribe to a subscription alert</h2>
24
                            <form action="opac-alert-subscribe.pl" method="post">
24
                            <form action="opac-alert-subscribe.pl" method="post">
25
                                <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
25
                                <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
26
                                <h4>[% bibliotitle | html %]</h4>
26
                                <h3>[% bibliotitle | html %]</h3>
27
                                [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
27
                                [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
28
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
28
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
29
                                <input type="hidden" name="referer" value="[% referer | html %]">
29
                                <input type="hidden" name="referer" value="[% referer | html %]">
Lines 37-43 Link Here
37
                            <h2>Unsubscribe from a subscription alert</h2>
37
                            <h2>Unsubscribe from a subscription alert</h2>
38
                            <form action="opac-alert-subscribe.pl" method="post">
38
                            <form action="opac-alert-subscribe.pl" method="post">
39
                                <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription.</p>
39
                                <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription.</p>
40
                                <h4>[% bibliotitle | html %]</h4>
40
                                <h3>[% bibliotitle | html %]</h3>
41
                                [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
41
                                [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
42
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
42
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
43
                                <input type="hidden" name="referer" value="[% referer | html %]">
43
                                <input type="hidden" name="referer" value="[% referer | html %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
                        [% IF ( nopermission ) %]
38
                        [% IF ( nopermission ) %]
39
                            <!-- This is what is displayed if user doesn't have permission -->
39
                            <!-- This is what is displayed if user doesn't have permission -->
40
                            <div class="alert alert-warning">
40
                            <div class="alert alert-warning">
41
                                <h2>Access denied</h2>
41
                                <p><strong>Access denied</strong></p>
42
                                <p>Sorry, the system doesn't think you have permission to access this page. </p>
42
                                <p>Sorry, the system doesn't think you have permission to access this page. </p>
43
                                [% IF SCO_login %]
43
                                [% IF SCO_login %]
44
                                    <p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Log out and try again with a different user.</a></p>
44
                                    <p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Log out and try again with a different user.</a></p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
                <div class="col-10 order-first order-lg-2">
32
                <div class="col-10 order-first order-lg-2">
33
                    <div id="update-submitted" class="maincontent">
33
                    <div id="update-submitted" class="maincontent">
34
                        <div class="alert alert-success">
34
                        <div class="alert alert-success">
35
                            <h3>Thank you</h3>
35
                            <p><strong>Thank you</strong></p>
36
                          [% IF ( Koha.Preference('AutoApprovePatronProfileSettings') ) %]
36
                          [% IF ( Koha.Preference('AutoApprovePatronProfileSettings') ) %]
37
                            <p>Your updates have been submitted and your patron account has been modified.</p>
37
                            <p>Your updates have been submitted and your patron account has been modified.</p>
38
                          [% ELSE %]
38
                          [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-6 / +6 lines)
Lines 200-206 Link Here
200
                            <div class="col">
200
                            <div class="col">
201
                                <fieldset class="rows" id="memberentry_library">
201
                                <fieldset class="rows" id="memberentry_library">
202
202
203
                                    <legend id="library_legend">Library</legend>
203
                                    <legend id="library_legend"><h2>Library</h2></legend>
204
                                        <ol>
204
                                        <ol>
205
                                            [% UNLESS hidden.defined('cardnumber') || ( !borrower && Koha.Preference('autoMemberNum') ) %]
205
                                            [% UNLESS hidden.defined('cardnumber') || ( !borrower && Koha.Preference('autoMemberNum') ) %]
206
                                            <li>
206
                                            <li>
Lines 300-306 Link Here
300
                        <div class="row">
300
                        <div class="row">
301
                            <div class="col">
301
                            <div class="col">
302
                                <fieldset class="rows" id="memberentry_identity">
302
                                <fieldset class="rows" id="memberentry_identity">
303
                                    <legend id="identity_legend">Identity</legend>
303
                                    <legend id="identity_legend"><h2>Identity</h2></legend>
304
304
305
                                    <ol>
305
                                    <ol>
306
                                        [% UNLESS hidden.defined('title') || !Koha.Preference('BorrowersTitles') %]
306
                                        [% UNLESS hidden.defined('title') || !Koha.Preference('BorrowersTitles') %]
Lines 445-451 Link Here
445
                        <div class="row">
445
                        <div class="row">
446
                            <div class="col">
446
                            <div class="col">
447
                                <fieldset class="rows" id="memberentry_mainaddress">
447
                                <fieldset class="rows" id="memberentry_mainaddress">
448
                                    <legend id="mainaddress_legend">Main address</legend>
448
                                    <legend id="mainaddress_legend"><h2>Main address</h2></legend>
449
449
450
                                    <ol>
450
                                    <ol>
451
                                        [% IF Koha.Preference('AddressFormat') != 'de' %][% INCLUDE streetnumber %][% END %]
451
                                        [% IF Koha.Preference('AddressFormat') != 'de' %][% INCLUDE streetnumber %][% END %]
Lines 541-547 Link Here
541
                        <div class="row">
541
                        <div class="row">
542
                            <div class="col">
542
                            <div class="col">
543
                                <fieldset class="rows" id="memberentry_contact">
543
                                <fieldset class="rows" id="memberentry_contact">
544
                                    <legend id="contact_legend">Contact information</legend>
544
                                    <legend id="contact_legend"><h2>Contact information</h2></legend>
545
545
546
                                    <ol>
546
                                    <ol>
547
                                        [% UNLESS hidden.defined('phone') %]
547
                                        [% UNLESS hidden.defined('phone') %]
Lines 645-651 Link Here
645
                        <div class="row">
645
                        <div class="row">
646
                            <div class="col">
646
                            <div class="col">
647
                                <fieldset class="rows" id="memberentry_alternateaddress">
647
                                <fieldset class="rows" id="memberentry_alternateaddress">
648
                                    <legend id="alternateaddress_legend">Alternate address</legend>
648
                                    <legend id="alternateaddress_legend"><h2>Alternate address</h2></legend>
649
649
650
                                    <ol>
650
                                    <ol>
651
                                        [% UNLESS hidden.defined('B_address') %]
651
                                        [% UNLESS hidden.defined('B_address') %]
Lines 776-782 Link Here
776
                        <div class="row">
776
                        <div class="row">
777
                            <div class="col">
777
                            <div class="col">
778
                                <fieldset class="rows" id="memberentry_alternatecontact">
778
                                <fieldset class="rows" id="memberentry_alternatecontact">
779
                                    <legend id="alternatecontact_legend">Alternate contact</legend>
779
                                    <legend id="alternatecontact_legend"><h2>Alternate contact</h2></legend>
780
780
781
                                    <ol>
781
                                    <ol>
782
                                        [% UNLESS hidden.defined('altcontactsurname') %]
782
                                        [% UNLESS hidden.defined('altcontactsurname') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-2 / +2 lines)
Lines 35-41 Link Here
35
                    <div id="usermessaging" class="maincontent">
35
                    <div id="usermessaging" class="maincontent">
36
                        <h1>Your messaging settings</h1>
36
                        <h1>Your messaging settings</h1>
37
                        [% IF ( settings_updated ) %]
37
                        [% IF ( settings_updated ) %]
38
                            <div class="alert alert-success"><h4>Settings updated</h4></div>
38
                            <div class="alert alert-success"><h2>Settings updated</h2></div>
39
                        [% END %]
39
                        [% END %]
40
                        <form action="/cgi-bin/koha/opac-messaging.pl" method="post" name="opacmessaging">
40
                        <form action="/cgi-bin/koha/opac-messaging.pl" method="post" name="opacmessaging">
41
                            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
41
                            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
Lines 231-237 Link Here
231
                        </form>
231
                        </form>
232
                    </div> <!-- / #usermessaging -->
232
                    </div> <!-- / #usermessaging -->
233
                [% ELSE %]
233
                [% ELSE %]
234
                    <h4>You are not allowed to call this page directly</h4>
234
                    <h2>You are not allowed to call this page directly</h2>
235
                [% END # /IF Koha.Preference( 'EnhancedMessagingPreferencesOPAC' ) %]
235
                [% END # /IF Koha.Preference( 'EnhancedMessagingPreferencesOPAC' ) %]
236
           </div> <!-- / .col-lg-10 -->
236
           </div> <!-- / .col-lg-10 -->
237
        </div> <!-- / .row -->
237
        </div> <!-- / .row -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
                    [% IF ( Error_messages ) %]
38
                    [% IF ( Error_messages ) %]
39
                        <div class="alert alert-warning">
39
                        <div class="alert alert-warning">
40
                            <h3>There was a problem with your submission</h3>
40
                            <h2>There was a problem with your submission</h2>
41
                            <p>
41
                            <p>
42
                                [% IF ( passwords_mismatch ) %]
42
                                [% IF ( passwords_mismatch ) %]
43
                                Passwords do not match.  Please re-type your new password.
43
                                Passwords do not match.  Please re-type your new password.
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
                <h1>Forgotten password recovery</h1>
72
                <h1>Forgotten password recovery</h1>
73
                [% IF (hasError) %]
73
                [% IF (hasError) %]
74
                    <div class="alert alert-warning">
74
                    <div class="alert alert-warning">
75
                        <h3>Error</h3>
75
                        <h2>Error</h2>
76
                        <p>
76
                        <p>
77
                        [% IF (sendmailError) %]
77
                        [% IF (sendmailError) %]
78
                            An error has occurred while sending you the password recovery link.
78
                            An error has occurred while sending you the password recovery link.
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-1 / +1 lines)
Lines 44-50 Link Here
44
44
45
                    <form action="/cgi-bin/koha/opac-patron-consent.pl" method="post">
45
                    <form action="/cgi-bin/koha/opac-patron-consent.pl" method="post">
46
                        [% IF Koha.Preference('GDPR_Policy') %]
46
                        [% IF Koha.Preference('GDPR_Policy') %]
47
                            <h5>GDPR consents</h5>
47
                            <h2 id="GDPR_consents">GDPR consents</h2>
48
                            <input type="hidden" name="op" value="gdpr_proc_save"/>
48
                            <input type="hidden" name="op" value="gdpr_proc_save"/>
49
                            <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
49
                            <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
50
                            <fieldset>
50
                            <fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
                    <div id="recordedbooks-results-content" class="maincontent searchresults">
33
                    <div id="recordedbooks-results-content" class="maincontent searchresults">
34
                        <h1>RecordedBooks search for '[% q | html %]'</h1>
34
                        <h1>RecordedBooks search for '[% q | html %]'</h1>
35
                            [% UNLESS ( logged_in_user ) %]
35
                            [% UNLESS ( logged_in_user ) %]
36
                                 <h3 class="rb_login">Sign in to view availability and checkout items or place holds</h3>
36
                                 <h2 class="rb_login">Sign in to view availability and checkout items or place holds</h2>
37
                            [% END %]
37
                            [% END %]
38
38
39
                            <div id="breadcrumbs">
39
                            <div id="breadcrumbs">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (-1 / +1 lines)
Lines 135-141 Link Here
135
135
136
                        [% IF article_request_type != 'bib_only' %]
136
                        [% IF article_request_type != 'bib_only' %]
137
                            <table class="copiesrow table table-bordered table-striped">
137
                            <table class="copiesrow table table-bordered table-striped">
138
                                <caption>Select a specific item:</caption>
138
                                <caption><h2>Select a specific item:</h2></caption>
139
                                <thead>
139
                                <thead>
140
                                    <tr>
140
                                    <tr>
141
                                        <th>&nbsp;</th>
141
                                        <th>&nbsp;</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +1 lines)
Lines 151-157 Link Here
151
                    [% END %]
151
                    [% END %]
152
                    [% IF ( query_error ) %]
152
                    [% IF ( query_error ) %]
153
                        <div class="dialog alert">
153
                        <div class="dialog alert">
154
                            <h4>Error:</h4>
154
                            <p><strong>Error:</strong></p>
155
                            [% query_error | html %]
155
                            [% query_error | html %]
156
                        </div>
156
                        </div>
157
                    [% END %]
157
                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-5 / +5 lines)
Lines 53-59 Link Here
53
                        <form method="post" name="f">
53
                        <form method="post" name="f">
54
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
54
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
55
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
55
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
56
                                    <h3>Subscription information for [% subscription_LOO.bibliotitle | html %]</h3>
56
                                    <h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2>
57
                                    <p>
57
                                    <p>
58
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
58
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
59
                                        [% IF ( subscription_LOO.periodicity1 ) %]
59
                                        [% IF ( subscription_LOO.periodicity1 ) %]
Lines 127-150 Link Here
127
                                        <p>The subscription expired on [% subscription_LOO.histenddate | html %]</p>
127
                                        <p>The subscription expired on [% subscription_LOO.histenddate | html %]</p>
128
                                    [% END %]
128
                                    [% END %]
129
129
130
                                    <h4>[% subscription_LOO.branchname | html %]</h4>
130
                                    <h3>[% subscription_LOO.branchname | html %]</h3>
131
131
132
                                    [% IF ( subscription_LOO.notes ) %]
132
                                    [% IF ( subscription_LOO.notes ) %]
133
                                        <p>[% subscription_LOO.notes | html | html_line_break %]</p>
133
                                        <p>[% subscription_LOO.notes | html | html_line_break %]</p>
134
                                    [% END %]
134
                                    [% END %]
135
135
136
                                    [% IF ( subscription_LOO.recievedlist ) %]
136
                                    [% IF ( subscription_LOO.recievedlist ) %]
137
                                        <h5>Available issues</h5>
137
                                        <h4>Available issues</h4>
138
                                            <p>[% subscription_LOO.recievedlist | html | html_line_break %]</p>
138
                                            <p>[% subscription_LOO.recievedlist | html | html_line_break %]</p>
139
                                    [% END %]
139
                                    [% END %]
140
140
141
                                    [% IF ( subscription_LOO.missinglist ) %]
141
                                    [% IF ( subscription_LOO.missinglist ) %]
142
                                        <h5>Unavailable issues</h5>
142
                                        <h4>Unavailable issues</h4>
143
                                        <p>[% subscription_LOO.missinglist | html | html_line_break %]</p>
143
                                        <p>[% subscription_LOO.missinglist | html | html_line_break %]</p>
144
                                    [% END %]
144
                                    [% END %]
145
145
146
                                    [% IF ( subscription_LOO.opacnote ) %]
146
                                    [% IF ( subscription_LOO.opacnote ) %]
147
                                        <h5>Issues summary</h5>
147
                                        <h4>Issues summary</h4>
148
                                        <p>
148
                                        <p>
149
                                            [% subscription_LOO.opacnote | html | html_line_break %]
149
                                            [% subscription_LOO.opacnote | html | html_line_break %]
150
                                        </p>
150
                                        </p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-5 / +5 lines)
Lines 58-68 Link Here
58
                    <br />
58
                    <br />
59
                    <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
59
                    <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
60
60
61
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
61
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
62
62
63
                    [% IF failed_holds %]
63
                    [% IF failed_holds %]
64
                        <div class="alert alert-info">
64
                        <div class="alert alert-info">
65
                            <h3>Notice:</h3>
65
                            <h2>Notice:</h2>
66
                            <p>One or more holds were not placed due to existing holds.</p>
66
                            <p>One or more holds were not placed due to existing holds.</p>
67
                        </div>
67
                        </div>
68
                    [% END %]
68
                    [% END %]
Lines 485-491 Link Here
485
                        [% IF ( OPACFinesTab ) %]
485
                        [% IF ( OPACFinesTab ) %]
486
                            <!-- FINES BOX -->
486
                            <!-- FINES BOX -->
487
                            [% IF ( amountoutstanding > 0 ) %]
487
                            [% IF ( amountoutstanding > 0 ) %]
488
                                <div id="opac-user-fines"> <h3>Charges</h3>
488
                                <div id="opac-user-fines"> <h2>Charges</h2>
489
                                    <table class="table table-bordered table-striped">
489
                                    <table class="table table-bordered table-striped">
490
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
490
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
491
                                        <tbody>
491
                                        <tbody>
Lines 499-505 Link Here
499
                            [% END %]
499
                            [% END %]
500
500
501
                            [% IF ( amountoutstanding < 0 ) %]
501
                            [% IF ( amountoutstanding < 0 ) %]
502
                                <div id="opac-user-fines">  <h3>Credits</h3>
502
                                <div id="opac-user-fines">  <h2>Credits</h2>
503
                                    <table class="table table-bordered table-striped">
503
                                    <table class="table table-bordered table-striped">
504
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
504
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
505
                                        <tbody>
505
                                        <tbody>
Lines 512-518 Link Here
512
                            [% END %]
512
                            [% END %]
513
513
514
                            [% IF relatives_with_fines %]
514
                            [% IF relatives_with_fines %]
515
                               <div id="opac-user-relative-fines"> <h3>Fines and charges</h3>
515
                               <div id="opac-user-relative-fines"> <h2>Fines and charges</h2>
516
                                    <table class="table table-bordered table-striped">
516
                                    <table class="table table-bordered table-striped">
517
                                        <thead>
517
                                        <thead>
518
                                            <tr>
518
                                            <tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-4 / +4 lines)
Lines 62-81 Link Here
62
                    [% IF ( nopermission ) %]
62
                    [% IF ( nopermission ) %]
63
                        [%# This is what is displayed if user doesn't have permission %]
63
                        [%# This is what is displayed if user doesn't have permission %]
64
                        <div class="alert alert-warning">
64
                        <div class="alert alert-warning">
65
                            <h3>Access denied</h3>
65
                            <h2>Access denied</h2>
66
                            <p>Sorry, this self check-in station has lost authentication. Please contact the administrator to resolve this problem.</p>
66
                            <p>Sorry, this self check-in station has lost authentication. Please contact the administrator to resolve this problem.</p>
67
                        </div>
67
                        </div>
68
                    [% ELSIF ( different_ip ) %]
68
                    [% ELSIF ( different_ip ) %]
69
                        [%# This is what is displayed if user doesn't have permission %]
69
                        [%# This is what is displayed if user doesn't have permission %]
70
                        <div class="alert alert-warning">
70
                        <div class="alert alert-warning">
71
                            <h3>Session lost</h3>
71
                            <h2>Session lost</h2>
72
                            <p>You are accessing self check-in from a different IP address! Please log in again.</p>
72
                            <p>You are accessing self check-in from a different IP address! Please log in again.</p>
73
                        </div>
73
                        </div>
74
                    [% ELSIF ( checkins ) %]
74
                    [% ELSIF ( checkins ) %]
75
                        [%# We have results from a check-in attempt %]
75
                        [%# We have results from a check-in attempt %]
76
                        <div id="checkins" class="sci_results_list">
76
                        <div id="checkins" class="sci_results_list">
77
                            [% IF ( success && success.size > 0 || errors && errors.size > 0 ) %]
77
                            [% IF ( success && success.size > 0 || errors && errors.size > 0 ) %]
78
                                <h3>Results</h3>
78
                                <h2>Results</h2>
79
                                    <table id="sci_bcheckins_table" class="table table-bordered table-striped dataTable no-footer">
79
                                    <table id="sci_bcheckins_table" class="table table-bordered table-striped dataTable no-footer">
80
                                        <thead>
80
                                        <thead>
81
                                            <th>Barcode</th>
81
                                            <th>Barcode</th>
Lines 163-169 Link Here
163
    <div class="modal-dialog">
163
    <div class="modal-dialog">
164
        <div class="modal-content">
164
        <div class="modal-content">
165
            <div class="modal-header">
165
            <div class="modal-header">
166
                <h3 id="helpModalLabel">Self check-in help</h3>
166
                <h2 id="helpModalLabel">Self check-in help</h2>
167
                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close">
167
                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close">
168
                    <span aria-hidden="true">&times;</span>
168
                    <span aria-hidden="true">&times;</span>
169
                </button>
169
                </button>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-8 / +7 lines)
Lines 41-52 Link Here
41
                    <div class="col order-first order-md-first order-lg-2">
41
                    <div class="col order-first order-md-first order-lg-2">
42
                [% END %]
42
                [% END %]
43
43
44
                    <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
44
                <div id="masthead"><h1>[% LibraryName | html %] Self checkout system</h1></div>
45
45
46
                    [% IF ( impossible ) %]<!-- We tried to issue, but failed. -->
46
                    [% IF ( impossible ) %]<!-- We tried to issue, but failed. -->
47
                        <div class="alert alert-warning">
47
                        <div class="alert alert-warning">
48
                            <span class="sco-alert-warning noissue"></span>
48
                            <span class="sco-alert-warning noissue"></span>
49
                            <h3>Item cannot be checked out.</h3>
49
                            <h2>Item cannot be checked out.</h2>
50
                            <p>Sorry, this item cannot be checked out at this station.</p>
50
                            <p>Sorry, this item cannot be checked out at this station.</p>
51
                            [% IF ( title ) %]
51
                            [% IF ( title ) %]
52
                                <p>Title: <em>[% title | html %]</em> </p>
52
                                <p>Title: <em>[% title | html %]</em> </p>
Lines 110-116 Link Here
110
                    [% END # / IF ( impossible %]
110
                    [% END # / IF ( impossible %]
111
111
112
                    [% IF ( confirm ) %]<!-- We need to confirm the issue.. -->
112
                    [% IF ( confirm ) %]<!-- We need to confirm the issue.. -->
113
                        <div class="alert alert-warning"><h3>Please confirm the checkout:</h3>
113
                        <div class="alert alert-warning"><h2>Please confirm the checkout:</h2>
114
                            <span class="sco-alert-warning confirm"></span>
114
                            <span class="sco-alert-warning confirm"></span>
115
                            [% IF ( confirm_renew_issue ) %]
115
                            [% IF ( confirm_renew_issue ) %]
116
                                <p>This item is already checked out to you.</p>
116
                                <p>This item is already checked out to you.</p>
Lines 160-166 Link Here
160
                        <!-- This is what is displayed if user doesn't have permission -->
160
                        <!-- This is what is displayed if user doesn't have permission -->
161
                        <div class="alert alert-warning">
161
                        <div class="alert alert-warning">
162
                            <span class="sco-alert-warning nopermission"></span>
162
                            <span class="sco-alert-warning nopermission"></span>
163
                            <h3>Access denied</h3>
163
                            <h2>Access denied</h2>
164
                            <p>Sorry, this self-checkout station has lost authentication.  Please contact the administrator to resolve this problem.</p>
164
                            <p>Sorry, this self-checkout station has lost authentication.  Please contact the administrator to resolve this problem.</p>
165
                        </div>
165
                        </div>
166
                    [% END %]
166
                    [% END %]
Lines 169-175 Link Here
169
                        <!-- This is what is displayed if user doesn't have permission -->
169
                        <!-- This is what is displayed if user doesn't have permission -->
170
                        <div class="alert alert-warning">
170
                        <div class="alert alert-warning">
171
                            <span class="sco-alert-warning sessionlost"></span>
171
                            <span class="sco-alert-warning sessionlost"></span>
172
                            <h3>Session lost</h3>
172
                            <h2>Session lost</h2>
173
                            <p>You are accessing self-checkout from a different IP address! please log in again.</p>
173
                            <p>You are accessing self-checkout from a different IP address! please log in again.</p>
174
                        </div>
174
                        </div>
175
                    [% END %]
175
                    [% END %]
Lines 178-184 Link Here
178
                        <!-- This is what is displayed if user doesn't have permission -->
178
                        <!-- This is what is displayed if user doesn't have permission -->
179
                        <div class="alert alert-warning">
179
                        <div class="alert alert-warning">
180
                            <span class="sco-alert-warning notfound"></span>
180
                            <span class="sco-alert-warning notfound"></span>
181
                            <h3>Record not found</h3>
181
                            <h2>Record not found</h2>
182
                            <p>Your userid was not found in the database.  Please try again.</p>
182
                            <p>Your userid was not found in the database.  Please try again.</p>
183
                        </div>
183
                        </div>
184
                    [% END %]
184
                    [% END %]
Lines 219-225 Link Here
219
219
220
                            [% IF ( nouser ) %]
220
                            [% IF ( nouser ) %]
221
                                <div class="alert alert-warning">
221
                                <div class="alert alert-warning">
222
                                    <h4>Sorry</h4>
222
                                    <h3>Sorry</h3>
223
                                    <p>The userid <strong>[% patronid | html %]</strong> was not found in the database.  Please try again.</p>
223
                                    <p>The userid <strong>[% patronid | html %]</strong> was not found in the database.  Please try again.</p>
224
                                </div>
224
                                </div>
225
                            [% END %]
225
                            [% END %]
226
- 

Return to bug 27740