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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/biblio-title-head.inc (-1 / +2 lines)
Lines 1-7 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% IF ( biblio.title ) %]
2
[% IF ( biblio.title ) %]
2
    [% biblio.title | html %]
3
    [% biblio.title | html %]
3
[% ELSE %]
4
[% ELSE %]
4
    No title
5
    [% t("No title") | html %]
5
[% END %]
6
[% END %]
6
[%~ SET subtitles = biblio.subtitle.split(' \| ') ~%]
7
[%~ SET subtitles = biblio.subtitle.split(' \| ') ~%]
7
[%~ FOREACH subtitle IN subtitles ~%]
8
[%~ FOREACH subtitle IN subtitles ~%]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/biblio-title.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
[%- IF ( link ) -%]
2
[%- IF ( link ) -%]
3
    <a href="[%- PROCESS biblio_a_href biblionumber => biblio.biblionumber -%]" class="title">[% PROCESS 'show-biblio-title' %]</a>
3
    <a href="[%- PROCESS biblio_a_href biblionumber => biblio.biblionumber -%]" class="title">[% PROCESS 'show-biblio-title' %]</a>
4
[%- ELSIF (deleted) -%]
4
[%- ELSIF (deleted) -%]
5
    <span class="deleted-biblio">(Deleted bibliographic record) [%- PROCESS 'show-biblio-title' -%]</span>
5
    <span class="deleted-biblio"> [% t("(Deleted bibliographic record)") | html %] [%- PROCESS 'show-biblio-title' -%] </span>
6
[%- ELSE -%]
6
[%- ELSE -%]
7
    [%- PROCESS 'show-biblio-title' -%]
7
    [%- PROCESS 'show-biblio-title' -%]
8
[%- END -%]
8
[%- END -%]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/date-format.inc (-1 / +11 lines)
Line 1 Link Here
1
<span class="dateformat">[% IF ( dateformat == "us" ) %](MM/DD/YYYY)[% ELSIF ( dateformat == "metric" ) %](DD/MM/YYYY)[% ELSE %](YYYY-MM-DD)[% END %]</span>
1
[% FILTER collapse %]
2
    <span class="dateformat">
3
        [% IF ( dateformat == "us" ) %]
4
            [% t("(MM/DD/YYYY)") | html %]
5
        [% ELSIF ( dateformat == "metric" ) %]
6
            [% t("(DD/MM/YYYY)") | html %]
7
        [% ELSE %]
8
            [% t("(YYYY-MM-DD)") | html %]
9
        [% END %]
10
    </span>
11
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-5 / +7 lines)
Lines 71-77 Link Here
71
                        [% IF ( HOLD.expirationdate ) %]
71
                        [% IF ( HOLD.expirationdate ) %]
72
                            [% HOLD.expirationdate | $KohaDates %]
72
                            [% HOLD.expirationdate | $KohaDates %]
73
                        [% ELSE %]
73
                        [% ELSE %]
74
                            Never expires
74
                            <span>Never expires</span>
75
                        [% END %]
75
                        [% END %]
76
                    [% ELSE %]
76
                    [% ELSE %]
77
                        -
77
                        -
Lines 126-142 Link Here
126
                    [% IF ( HOLD.is_waiting ) %]
126
                    [% IF ( HOLD.is_waiting ) %]
127
                        <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
127
                        <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
128
                        [% IF ( HOLD.is_at_destination ) %]
128
                        [% IF ( HOLD.is_at_destination ) %]
129
                            Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong>
129
                            <span>Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong></span>
130
                            [% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %]
130
                            [% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %]
131
                            [% IF ( HOLD.waitingdate ) %]
131
                            [% IF ( HOLD.waitingdate ) %]
132
                                since [% HOLD.waitingdate | $KohaDates %]
132
                                [% tp("On hold since [waiting date]", "since") | html %]
133
                                [% HOLD.waitingdate | $KohaDates %]
133
                                [% IF HOLD.expirationdate %]
134
                                [% IF HOLD.expirationdate %]
134
                                    until [% HOLD.expirationdate | $KohaDates %]
135
                                    [% tp("On hold until [expiration date]", "until") | html %]
136
                                    [% HOLD.expirationdate | $KohaDates %]
135
                                [% END %]
137
                                [% END %]
136
                            [% END %]
138
                            [% END %]
137
                            <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
139
                            <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
138
                        [% ELSE %]
140
                        [% ELSE %]
139
                            Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
141
                            <span>Item in transit to</span> <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
140
                        [% END %]
142
                        [% END %]
141
                    [% ELSE %]
143
                    [% ELSE %]
142
                        [% IF ( HOLD.is_in_transit ) %]
144
                        [% IF ( HOLD.is_in_transit ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 495-501 Link Here
495
                                            [% ELSE %]
495
                                            [% ELSE %]
496
                                                <i class="fa fa-user" aria-hidden="true"></i>
496
                                                <i class="fa fa-user" aria-hidden="true"></i>
497
                                            [% END %]
497
                                            [% END %]
498
                                            Log in with [% provider.description | html %]
498
                                            [% tx("Log in with {identity_provider}", { identity_provider = provider.description } ) | html %]
499
                                        </a>
499
                                        </a>
500
                                    </p>
500
                                    </p>
501
                                [% END %]
501
                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 182-188 Link Here
182
                                                [% ELSE %]
182
                                                [% ELSE %]
183
                                                    <i class="fa fa-user" aria-hidden="true"></i>
183
                                                    <i class="fa fa-user" aria-hidden="true"></i>
184
                                                [% END %]
184
                                                [% END %]
185
                                                Log in with [% provider.description | html %]
185
                                                [% tx("Log in with {identity_provider}", { identity_provider = provider.description } ) | html %]
186
                                            </a>
186
                                            </a>
187
                                        </p>
187
                                        </p>
188
                                    [% END %]
188
                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +1 lines)
Lines 184-190 Link Here
184
                                                            [% ELSE %]
184
                                                            [% ELSE %]
185
                                                                <i class="fa fa-user" aria-hidden="true"></i>
185
                                                                <i class="fa fa-user" aria-hidden="true"></i>
186
                                                            [% END %]
186
                                                            [% END %]
187
                                                            Log in with [% provider.description | html %]
187
                                                            [% tx("Log in with {identity_provider}", { identity_provider = provider.description } ) | html %]
188
                                                        </a>
188
                                                        </a>
189
                                                    </p>
189
                                                    </p>
190
                                                [% END %]
190
                                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-1 / +1 lines)
Lines 5-10 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET reserve_input_type = 'radio' %]
9
[% SET reserve_input_type = 'radio' %]
9
[% IF ( Koha.Preference('DisplayMultiItemHolds') ) %]
10
[% IF ( Koha.Preference('DisplayMultiItemHolds') ) %]
10
    [% SET reserve_input_type = 'checkbox' %]
11
    [% SET reserve_input_type = 'checkbox' %]
11
- 

Return to bug 40610