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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-2 / +4 lines)
Lines 2258-2268 ul.ui-tabs-nav li { Link Here
2258
}
2258
}
2259
2259
2260
.authref {
2260
.authref {
2261
    text-indent: 2em;
2261
    font-style: normal;
2262
    text-indent: 4em;
2262
}
2263
}
2263
2264
2264
.authref .label {
2265
.seefrom, .seealso {
2265
    font-style: italic;
2266
    font-style: italic;
2267
    text-indent: 2em;
2266
}
2268
}
2267
2269
2268
#authfinderops {
2270
#authfinderops {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc (-11 / +10 lines)
Lines 14-26 Link Here
14
            <span class="RT">RT: [% heading | html %]</span>
14
            <span class="RT">RT: [% heading | html %]</span>
15
        [% END %]
15
        [% END %]
16
    [% ELSE %]
16
    [% ELSE %]
17
        <span class="label">
18
        [% IF ( type=='seefrom' ) %]
19
            used for/see from:
20
        [% ELSIF  ( type=='seealso' ) %]
21
            see also:
22
        [% END %]
23
        </span>
24
        <span class="heading">
17
        <span class="heading">
25
        [% IF ( type=='seealso' ) %]
18
        [% IF ( type=='seealso' ) %]
26
            [% IF ( authid ) %]
19
            [% IF ( authid ) %]
Lines 83-91 Link Here
83
              </div>
76
              </div>
84
            [% END %]
77
            [% END %]
85
        [% ELSE %]
78
        [% ELSE %]
86
            [% IF ( summary.seefrom ) %]
79
            [% IF ( summary.seefrom.size > 1 ) %]
80
            <div class="seefrom">
81
                <span class="seefrom">used for/see from:</span>
87
                [% FOREACH seefro IN summary.seefrom %]
82
                [% FOREACH seefro IN summary.seefrom %]
88
                    <div class="seefrom authref">
83
                    <div class="authref">
89
                    [% PROCESS showreference
84
                    [% PROCESS showreference
90
                        heading=seefro.heading
85
                        heading=seefro.heading
91
                        type=seefro.type
86
                        type=seefro.type
Lines 93-102 Link Here
93
                    %]
88
                    %]
94
                    </div>
89
                    </div>
95
                [% END %]
90
                [% END %]
91
            </div>
96
            [% END %]
92
            [% END %]
97
            [% IF ( summary.seealso ) %]
93
            [% IF ( summary.seealso.size > 1 ) %]
94
            <div class="seealso">
95
                <span class="seealso">see also:</span>
98
                [% FOREACH seeals IN summary.seealso %]
96
                [% FOREACH seeals IN summary.seealso %]
99
                    <div class="seealso authref">
97
                    <div class="authref">
100
                    [% PROCESS showreference
98
                    [% PROCESS showreference
101
                        heading=seeals.heading
99
                        heading=seeals.heading
102
                        type=seeals.type
100
                        type=seeals.type
Lines 104-109 Link Here
104
                    %]
102
                    %]
105
                    </div>
103
                    </div>
106
                [% END %]
104
                [% END %]
105
            </div>
107
            [% END %]
106
            [% END %]
108
        [% END %]
107
        [% END %]
109
    [% END %]
108
    [% END %]
(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css (-2 / +4 lines)
Lines 2640-2650 ul.ui-tabs-nav li { Link Here
2640
}
2640
}
2641
2641
2642
.authref {
2642
.authref {
2643
    text-indent: 2em;
2643
    font-style: normal;
2644
    text-indent: 4em;
2644
}
2645
}
2645
2646
2646
.authref .label {
2647
.seefrom, .seealso {
2647
    font-style: italic;
2648
    font-style: italic;
2649
    text-indent: 2em;
2648
}
2650
}
2649
2651
2650
.authstanza {
2652
.authstanza {
(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-2 / +4 lines)
Lines 2779-2789 ul.ui-tabs-nav li { Link Here
2779
}
2779
}
2780
2780
2781
.authref {
2781
.authref {
2782
    text-indent: 2em;
2782
    font-style: normal;
2783
    text-indent: 4em;
2783
}
2784
}
2784
2785
2785
.authref .label {
2786
.seefrom, .seealso {
2786
    font-style: italic;
2787
    font-style: italic;
2788
    text-indent: 2em;
2787
}
2789
}
2788
2790
2789
.authstanza {
2791
.authstanza {
(-)a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc (-12 / +10 lines)
Lines 13-25 Link Here
13
            <span class="RT">RT: [% heading | html %]</span>
13
            <span class="RT">RT: [% heading | html %]</span>
14
        [% END %]
14
        [% END %]
15
    [% ELSE %]
15
    [% ELSE %]
16
        <span class="label">
17
        [% IF ( type=='seefrom' ) %]
18
            used for/see from:
19
        [% ELSIF  ( type=='seealso' ) %]
20
            see also:
21
        [% END %]
22
        </span>
23
        <span class="heading">
16
        <span class="heading">
24
        [% IF ( type=='seealso' ) %]
17
        [% IF ( type=='seealso' ) %]
25
            [% IF ( authid ) %]
18
            [% IF ( authid ) %]
Lines 82-100 Link Here
82
              </div>
75
              </div>
83
            [% END %]
76
            [% END %]
84
        [% ELSE %]
77
        [% ELSE %]
85
            [% IF ( summary.seefrom ) %]
78
            [% IF ( summary.seefrom.size > 1 ) %]
79
            <div class="seefrom">
80
                <span class="seefrom">used for/see from:</span>
86
                [% FOREACH seefro IN summary.seefrom %]
81
                [% FOREACH seefro IN summary.seefrom %]
87
                    <div class="seefrom authref">
82
                    <div class="authref">
88
                    [% PROCESS showreference
83
                    [% PROCESS showreference
89
                        heading=seefro.heading
84
                        heading=seefro.heading
90
                        type=seefro.type
85
                        type=seefro.type
91
                    %]
86
                    %]
92
                    </div>
87
                    </div>
93
                [% END %]
88
                [% END %]
89
            </div>
94
            [% END %]
90
            [% END %]
95
            [% IF ( summary.seealso ) %]
91
            [% IF ( summary.seealso.size > 1 ) %]
92
            <div class="seealso">
93
                <span class="seealso">see also:</span>
96
                [% FOREACH seeals IN summary.seealso %]
94
                [% FOREACH seeals IN summary.seealso %]
97
                    <div class="seealso authref">
95
                    <div class="authref">
98
                    [% PROCESS showreference
96
                    [% PROCESS showreference
99
                        heading=seeals.heading
97
                        heading=seeals.heading
100
                        type=seeals.type
98
                        type=seeals.type
Lines 102-107 Link Here
102
                    %]
100
                    %]
103
                    </div>
101
                    </div>
104
                [% END %]
102
                [% END %]
103
            </div>
105
            [% END %]
104
            [% END %]
106
        [% END %]
105
        [% END %]
107
    [% END %]
106
    [% END %]
108
- 

Return to bug 10987