From 4c0786a1106ed170cbf80f0ebf71599b7ac9d3e9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 6 Nov 2019 09:50:01 +0100 Subject: [PATCH] Bug 23075: Correct indendation Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/share_content.tt | 156 +++++++++--------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt index a1940a8cbc..446984440a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt +++ b/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 %]