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 2267-2277 ul.ui-tabs-nav li { Link Here
2267
}
2267
}
2268
2268
2269
.authref {
2269
.authref {
2270
    text-indent: 2em;
2270
    font-style: normal;
2271
    text-indent: 4em;
2271
}
2272
}
2272
2273
2273
.authref .label {
2274
.seefrom, .seealso {
2274
    font-style: italic;
2275
    font-style: italic;
2276
    text-indent: 2em;
2275
}
2277
}
2276
2278
2277
#authfinderops {
2279
#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 91-99 Link Here
91
              </div>
84
              </div>
92
            [% END %]
85
            [% END %]
93
        [% ELSE %]
86
        [% ELSE %]
94
            [% IF ( summary.seefrom ) %]
87
            [% IF ( summary.seefrom.size > 1 ) %]
88
            <div class="seefrom">
89
                <span class="seefrom">used for/see from:</span>
95
                [% FOREACH seefro IN summary.seefrom %]
90
                [% FOREACH seefro IN summary.seefrom %]
96
                    <div class="seefrom authref">
91
                    <div class="authref">
97
                    [% PROCESS showreference
92
                    [% PROCESS showreference
98
                        heading=seefro.heading
93
                        heading=seefro.heading
99
                        type=seefro.type
94
                        type=seefro.type
Lines 101-110 Link Here
101
                    %]
96
                    %]
102
                    </div>
97
                    </div>
103
                [% END %]
98
                [% END %]
99
            </div>
104
            [% END %]
100
            [% END %]
105
            [% IF ( summary.seealso ) %]
101
            [% IF ( summary.seealso.size > 1 ) %]
102
            <div class="seealso">
103
                <span class="seealso">see also:</span>
106
                [% FOREACH seeals IN summary.seealso %]
104
                [% FOREACH seeals IN summary.seealso %]
107
                    <div class="seealso authref">
105
                    <div class="authref">
108
                    [% PROCESS showreference
106
                    [% PROCESS showreference
109
                        heading=seeals.heading
107
                        heading=seeals.heading
110
                        type=seeals.type
108
                        type=seeals.type
Lines 112-117 Link Here
112
                    %]
110
                    %]
113
                    </div>
111
                    </div>
114
                [% END %]
112
                [% END %]
113
            </div>
115
            [% END %]
114
            [% END %]
116
        [% END %]
115
        [% END %]
117
    [% END %]
116
    [% 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 90-108 Link Here
90
              </div>
83
              </div>
91
            [% END %]
84
            [% END %]
92
        [% ELSE %]
85
        [% ELSE %]
93
            [% IF ( summary.seefrom ) %]
86
            [% IF ( summary.seefrom.size > 1 ) %]
87
            <div class="seefrom">
88
                <span class="seefrom">used for/see from:</span>
94
                [% FOREACH seefro IN summary.seefrom %]
89
                [% FOREACH seefro IN summary.seefrom %]
95
                    <div class="seefrom authref">
90
                    <div class="authref">
96
                    [% PROCESS showreference
91
                    [% PROCESS showreference
97
                        heading=seefro.heading
92
                        heading=seefro.heading
98
                        type=seefro.type
93
                        type=seefro.type
99
                    %]
94
                    %]
100
                    </div>
95
                    </div>
101
                [% END %]
96
                [% END %]
97
            </div>
102
            [% END %]
98
            [% END %]
103
            [% IF ( summary.seealso ) %]
99
            [% IF ( summary.seealso.size > 1 ) %]
100
            <div class="seealso">
101
                <span class="seealso">see also:</span>
104
                [% FOREACH seeals IN summary.seealso %]
102
                [% FOREACH seeals IN summary.seealso %]
105
                    <div class="seealso authref">
103
                    <div class="authref">
106
                    [% PROCESS showreference
104
                    [% PROCESS showreference
107
                        heading=seeals.heading
105
                        heading=seeals.heading
108
                        type=seeals.type
106
                        type=seeals.type
Lines 110-115 Link Here
110
                    %]
108
                    %]
111
                    </div>
109
                    </div>
112
                [% END %]
110
                [% END %]
111
            </div>
113
            [% END %]
112
            [% END %]
114
        [% END %]
113
        [% END %]
115
    [% END %]
114
    [% END %]
116
- 

Return to bug 10987