Lines 110-115
Link Here
|
110 |
<div class="dialog message">No plugins that can process online payments via the public catalog are installed</div> |
110 |
<div class="dialog message">No plugins that can process online payments via the public catalog are installed</div> |
111 |
[% ELSIF method == 'intranet_catalog_biblio_enhancements' %] |
111 |
[% ELSIF method == 'intranet_catalog_biblio_enhancements' %] |
112 |
<div class="dialog message">No plugins that can enhance the bibliographic records in the staff interface are installed</div> |
112 |
<div class="dialog message">No plugins that can enhance the bibliographic records in the staff interface are installed</div> |
|
|
113 |
[% ELSIF method == 'ill_availability_services' %] |
114 |
<div class="dialog message">No plugins that can show ILL availability results are installed</div> |
113 |
[% ELSE %] |
115 |
[% ELSE %] |
114 |
<div class="dialog message">Unknown plugin type <em>[% method | html %]</em></div> |
116 |
<div class="dialog message">Unknown plugin type <em>[% method | html %]</em></div> |
115 |
[% END %] |
117 |
[% END %] |
116 |
- |
|
|