Lines 107-115
Link Here
|
107 |
[% IF ( CHUNK.type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %] |
107 |
[% IF ( CHUNK.type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %] |
108 |
<textarea name="pref_[% CHUNK.name | html %]" id="pref_[% CHUNK.name | html %]" class="preference preference-[% CHUNK.class or "short" | html %] mce" rows="20" cols="60">[% CHUNK.value | html %]</textarea> |
108 |
<textarea name="pref_[% CHUNK.name | html %]" id="pref_[% CHUNK.name | html %]" class="preference preference-[% CHUNK.class or "short" | html %] mce" rows="20" cols="60">[% CHUNK.value | html %]</textarea> |
109 |
[% ELSE %] |
109 |
[% ELSE %] |
110 |
<a class="expand-textarea" style="display: none" href="#"><i class="fa fa-pencil"></i> Click to edit</a> |
110 |
<a class="expand-textarea" style="display: none" href="#"><i class="fa fa-pencil"></i> Edit</a> |
111 |
<textarea name="pref_[% CHUNK.name | html %]" id="pref_[% CHUNK.name | html %]" class="preference preference-[% CHUNK.class or "short" | html %]" rows="10" cols="40">[% CHUNK.value | html %]</textarea> |
111 |
<textarea name="pref_[% CHUNK.name | html %]" id="pref_[% CHUNK.name | html %]" class="preference preference-[% CHUNK.class or "short" | html %]" rows="10" cols="40">[% CHUNK.value | html %]</textarea> |
112 |
<a class="collapse-textarea" style="display:none" href="#"><i class="fa fa-angle-double-up"></i> Click to collapse</br></a> |
112 |
<a class="collapse-textarea" style="display:none" href="#"><i class="fa fa-angle-double-up"></i> Collapse</br></a> |
113 |
[% END %] |
113 |
[% END %] |
114 |
[% ELSIF ( CHUNK.type_languages ) %] |
114 |
[% ELSIF ( CHUNK.type_languages ) %] |
115 |
<dl class="sortable"> |
115 |
<dl class="sortable"> |
116 |
- |
|
|