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