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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-6 / +5 lines)
Lines 52-67 Link Here
52
            [% ELSE %]
52
            [% ELSE %]
53
            [% IF ( loop.first ) %]<table class="preferences"><thead><tr><th>Preference</th><th>Value</th></tr></thead><tbody>[% END %]
53
            [% IF ( loop.first ) %]<table class="preferences"><thead><tr><th>Preference</th><th>Value</th></tr></thead><tbody>[% END %]
54
            <tr class="name-row">
54
            <tr class="name-row">
55
                <td class="name-cell">
55
                <td  id="[% FOREACH NAME IN LINE.NAMES %][% NAME.name %][% END %]" class="name-cell">
56
                    <code>
56
                    <code>
57
                        [% FOREACH NAME IN LINE.NAMES %]
57
                        [% FOREACH NAME IN LINE.NAMES %]
58
						<label for="pref_[% NAME.name | html %]">
58
						<label class="offset_anchor" for="pref_[% NAME.name | html %]">
59
							[% IF ( NAME.jumped ) %]
59
							[% IF ( NAME.jumped ) %]
60
							<span class="term" id="jumped">[% NAME.name | html %]</span>
60
                            <span class="term" id="jumped"><a href="?tab=[% TAB.tab_id %]#[% NAME.name %]">[% NAME.name | html %]</a></span>
61
                            [% ELSIF ( NAME.highlighted ) %]
61
                            [% ELSIF ( NAME.highlighted ) %]
62
							<span class="term">[% NAME.name | html %]</span>
62
                            <span class="term"><a href="?tab=[% TAB.tab_id %]#[% NAME.name %]">[% NAME.name | html %]</a></span>
63
							[% ELSE %]
63
							[% ELSE %]
64
							[% NAME.name | html %]
64
                            <a href="?tab=[% TAB.tab_id %]#[% NAME.name %]">[% NAME.name | html %]</a>
65
							[% END %]
65
							[% END %]
66
66
67
                            [% IF NAME.overridden %]
67
                            [% IF NAME.overridden %]
68
- 

Return to bug 23388