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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/patron-title.inc (-2 / +5 lines)
Lines 2-8 Link Here
2
    [% patron.surname | html %][% IF patron.othernames %]([% patron.othernames | html %])[%- END -%]
2
    [% patron.surname | html %][% IF patron.othernames %]([% patron.othernames | html %])[%- END -%]
3
[%- ELSE -%]
3
[%- ELSE -%]
4
    [%- IF patron.title -%]
4
    [%- IF patron.title -%]
5
        <span class="patron-title">[% patron.title | html %]</span>
5
        [%- IF no_html -%]
6
            [% patron.title | html %]
7
        [%- ELSE -%]
8
            <span class="patron-title"></span>
9
        [%- END -%]
6
    [%- END -%]
10
    [%- END -%]
7
    [% patron.preferred_name | html %]
11
    [% patron.preferred_name | html %]
8
    [% patron.middle_name | html %]
12
    [% patron.middle_name | html %]
9
- 

Return to bug 40602