@@ -, +, @@ --- .../prog/en/modules/admin/share_content.tt | 156 ++++++++++----------- 1 file changed, 78 insertions(+), 78 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt @@ -47,96 +47,96 @@

Learn more about Mana KB on the official Mana KB documentation.

[% IF mana_url && !bad_url %] - [% IF (mana_url) %] -

Your Mana KB server is currently: [% mana_url | url %]

- [% END %] - -
-
-
    -
  1. - - -
    Enable Mana KB in order to search, import, and comment on content from the Mana KB server, and to share your own.
    -
  2. -
  3. - - [% IF Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %] - - [% ELSE %] - - [% END %] -
    If checked, new subscriptions you create will be automatically shared with Mana KB.
    -
  4. -
-
- - -
-
-
- - [% UNLESS Koha.Preference('ManaToken') %] -

Configure Mana KB

+ [% IF (mana_url) %] +

Your Mana KB server is currently: [% mana_url | url %]

+ [% END %] -

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.

- [% END %] - - [% IF Koha.Preference('ManaToken') %] -
+
- Mana KB token
  1. - - -
    Your unique security token used for authentication on Mana KB service (anti spam).
    -
  2. -
-
- - -
-
-
- [% ELSE %] -
-
-
    -
  1. - - -
    Enter a personal or organization name.
    + + +
    Enable Mana KB in order to search, import, and comment on content from the Mana KB server, and to share your own.
  2. - - + + [% IF Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %] + + [% ELSE %] + + [% END %] +
    If checked, new subscriptions you create will be automatically shared with Mana KB.
- - + +
- [% END %] + + [% UNLESS Koha.Preference('ManaToken') %] +

Configure Mana KB

+ +

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.

+ [% END %] + + [% IF Koha.Preference('ManaToken') %] +
+
+ Mana KB token +
    +
  1. + + +
    Your unique security token used for authentication on Mana KB service (anti spam).
    +
  2. +
+
+ + +
+
+
+ [% ELSE %] +
+
+
    +
  1. + + +
    Enter a personal or organization name.
    +
  2. +
  3. + + +
  4. +
+
+ + +
+
+
+ [% END %] [% END # /IF mana_url && !bad_url %] --