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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +1 lines)
Lines 116-122 Link Here
116
                <td><div>
116
                <td><div>
117
                    [% FOREACH CHUNK IN LINE.CHUNKS %]
117
                    [% FOREACH CHUNK IN LINE.CHUNKS %]
118
                    [% IF ( CHUNK.type_text ) %]
118
                    [% IF ( CHUNK.type_text ) %]
119
                    [% CHUNK.contents %]
119
                    [% CHUNK.contents.raw %]
120
                    [% ELSIF ( CHUNK.type_input ) %]
120
                    [% ELSIF ( CHUNK.type_input ) %]
121
                    <input type="[%IF CHUNK.input_type %][% CHUNK.input_type %][% ELSE %]text[% END %]" name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %]" value="[% CHUNK.value %]" autocomplete="off" /> [% IF ( CHUNK.dateinput ) %]<span class="hint">[% INCLUDE 'date-format.inc' %]</span>[% END %]
121
                    <input type="[%IF CHUNK.input_type %][% CHUNK.input_type %][% ELSE %]text[% END %]" name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %]" value="[% CHUNK.value %]" autocomplete="off" /> [% IF ( CHUNK.dateinput ) %]<span class="hint">[% INCLUDE 'date-format.inc' %]</span>[% END %]
122
                    [% ELSIF ( CHUNK.type_select ) %]
122
                    [% ELSIF ( CHUNK.type_select ) %]
123
- 

Return to bug 13618