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 88-94 Link Here
88
                        [% IF ( HOLD.expirationdate ) %]
88
                        [% IF ( HOLD.expirationdate ) %]
89
                            [% HOLD.expirationdate | $KohaDates %]
89
                            [% HOLD.expirationdate | $KohaDates %]
90
                        [% ELSE %]
90
                        [% ELSE %]
91
                            Never expires
91
                            <span>Never expires</span>
92
                        [% END %]
92
                        [% END %]
93
                    [% ELSE %]
93
                    [% ELSE %]
94
                        -
94
                        -
Lines 143-159 Link Here
143
                    [% IF ( HOLD.is_waiting ) %]
143
                    [% IF ( HOLD.is_waiting ) %]
144
                        <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
144
                        <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
145
                        [% IF ( HOLD.is_at_destination ) %]
145
                        [% IF ( HOLD.is_at_destination ) %]
146
                            Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong>
146
                            <span>Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong></span>
147
                            [% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %]
147
                            [% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %]
148
                            [% IF ( HOLD.waitingdate ) %]
148
                            [% IF ( HOLD.waitingdate ) %]
149
                                since [% HOLD.waitingdate | $KohaDates %]
149
                                [% tp("On hold since [waiting date]", "since") | html %]
150
                                [% HOLD.waitingdate | $KohaDates %]
150
                                [% IF HOLD.expirationdate %]
151
                                [% IF HOLD.expirationdate %]
151
                                    until [% HOLD.expirationdate | $KohaDates %]
152
                                    [% tp("On hold until [expiration date]", "until") | html %]
153
                                    [% HOLD.expirationdate | $KohaDates %]
152
                                [% END %]
154
                                [% END %]
153
                            [% END %]
155
                            [% END %]
154
                            <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
156
                            <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
155
                        [% ELSE %]
157
                        [% ELSE %]
156
                            Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
158
                            <span>Item in transit to</span> <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" />
157
                        [% END %]
159
                        [% END %]
158
                    [% ELSE %]
160
                    [% ELSE %]
159
                        [% IF ( HOLD.is_in_transit ) %]
161
                        [% 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 (-2 / +1 lines)
Lines 189-195 Link Here
189
                                                            [% ELSE %]
189
                                                            [% ELSE %]
190
                                                                <i class="fa fa-user" aria-hidden="true"></i>
190
                                                                <i class="fa fa-user" aria-hidden="true"></i>
191
                                                            [% END %]
191
                                                            [% END %]
192
                                                            Log in with [% provider.description | html %]
192
                                                            [% tx("Log in with {identity_provider}", { identity_provider = provider.description } ) | html %]
193
                                                        </a>
193
                                                        </a>
194
                                                    </p>
194
                                                    </p>
195
                                                [% END %]
195
                                                [% END %]
196
- 

Return to bug 40610