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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt (-2 / +1 lines)
Lines 91-97 Link Here
91
                [% UNLESS Koha.Preference('ManaToken') %]
91
                [% UNLESS Koha.Preference('ManaToken') %]
92
                    <h3>Configure Mana KB</h3>
92
                    <h3>Configure Mana KB</h3>
93
93
94
                    <p>Once you have enabled Mana it must be configured. Type your name, and email address and submit. This will send a account creation request to Mana KB that will respond back with a Mana KB token (an encrypted ID that uniquely identifies your Koha installation). This token will automatically be saved in your database. After that you will receive an email. Read it and follow the instructions.</p>
94
                    <p>Once you have enabled Mana it must be configured. Type your name, and email address and submit. This will send an account creation request to Mana KB that will respond back with a Mana KB token (an encrypted ID that uniquely identifies your Koha installation). This token will automatically be saved in your database. After that you will receive an email. Read it and follow the instructions.</p>
95
                [% END %]
95
                [% END %]
96
96
97
                [% IF Koha.Preference('ManaToken') %]
97
                [% IF Koha.Preference('ManaToken') %]
98
- 

Return to bug 22210