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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-3 / +2 lines)
Lines 284-291 fieldset.rows table { clear: none; margin: 0; } Link Here
284
                    <div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
284
                    <div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
285
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
285
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
286
                    <fieldset>
286
                    <fieldset>
287
                        <p><center>The Mana Knowledge Base can be used to import subscription patterns submitted by other libraries and save you extra work. Ask your system administrator to configure this service and complete the configuration, or remove this message by disabling the system preference
287
                        <p style="text-align: center;">The Mana Knowledge Base can be used to import subscription patterns submitted by other libraries and save you extra work. Ask your system administrator to configure this service and complete the configuration, or remove this message by disabling the system preference
288
                        <a href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=request+to+mana+webservice">here</a></center></p>
288
                        <a href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=request+to+mana+webservice">here</a></p>
289
                    </fieldset>
289
                    </fieldset>
290
                [% END %]
290
                [% END %]
291
                        <div style="display:none" id="mana_search" class="alert alert-info">
291
                        <div style="display:none" id="mana_search" class="alert alert-info">
292
- 

Return to bug 38713