@@ -, +, @@ --- .../prog/en/modules/onboarding/onboardingstep7.tt | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep7.tt --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep7.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep7.tt @@ -0,0 +1,140 @@ +[% INCLUDE 'doc-head-open.inc' %] +Koha › Web installer › + [% IF all_done %] + Complete + [% ELSE %] + Create circulation rule + [% END %] + +[% INCLUDE 'installer-doc-head-close.inc' %] + + + +
+
+
+

Koha

+ + [% IF all_done %] +

Web installer › Complete

+ [% INCLUDE 'onboarding_messages.inc' %] +

Congratulations, you have finished and are ready to use Koha

+ Start using Koha + [% ELSE %] + +

Web installer › Create a new circulation rule

+ + [% INCLUDE 'onboarding_messages.inc' %] + +
+
+ + +
    +
  1. + + + Required +
  2. +
  3. + + + Required +
  4. + +
  5. + + + Required +
  6. +
  7. + + + Required +
  8. + +
  9. + + + Required +
  10. +
  11. + + +
  12. +
  13. + + + Required +
  14. + +
  15. + + + Required +
  16. + +
  17. + + +
  18. +
+

+ To create another circulation rule, go to: + Administration › Circulation and fine rules +

+ +
+ + +
+ [% END %] +
+
+
+ +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'validator-strings.inc' %] + [% INCLUDE 'installer-strings.inc' %] + +[% END %] + +[% INCLUDE 'installer-intranet-bottom.inc' %] --