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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc (-1 / +1 lines)
Lines 67-73 Link Here
67
67
68
        [% IF Koha.Preference('Mana') == 1 and Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %]
68
        [% IF Koha.Preference('Mana') == 1 and Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %]
69
            [% IF one_language_enabled==0 or mana_id %]
69
            [% IF one_language_enabled==0 or mana_id %]
70
                <div class="btn-group"><a data-toggle="modal" data-toggle="tooltip" title="Share the subscription with other librairies. Your email address will be associated to your sharing." data-target="#mana_share_modal" class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div>
70
                <div class="btn-group"><a data-toggle="modal" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing." data-target="#mana_share_modal" class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div>
71
            [% ELSE %]
71
            [% ELSE %]
72
                <div class="btn-group" id="mana-subscription-share" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing."><a class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div>
72
                <div class="btn-group" id="mana-subscription-share" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing."><a class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div>
73
            [% END %]
73
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-2 / +1 lines)
Lines 17-23 Link Here
17
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
17
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
18
                    <div class="dialog message">
18
                    <div class="dialog message">
19
                        <h4>The Mana Knowledge Base feature is enabled but not configured.</h4>
19
                        <h4>The Mana Knowledge Base feature is enabled but not configured.</h4>
20
                        <p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libaries.</p>
20
                        <p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libraries.</p>
21
                        <p>
21
                        <p>
22
                            Ask your system administrator to configure this feature, or remove this note by <a href=/cgi-bin/koha/admin/share_content.pl>disabling the 'Mana' system preference</a>.
22
                            Ask your system administrator to configure this feature, or remove this note by <a href=/cgi-bin/koha/admin/share_content.pl>disabling the 'Mana' system preference</a>.
23
                        </p>
23
                        </p>
24
- 

Return to bug 22889