From 85a254e8629a187187c5f6f2d3a5321f6871c407 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Wed, 10 Apr 2019 09:22:56 +1200 Subject: [PATCH] Bug 18888: Added missing template file Thanks for testing Liz. Here is the missing file! Sponsored-by: Catalyst IT. --- .../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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep7.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep7.tt new file mode 100644 index 0000000000..680be3a0a2 --- /dev/null +++ b/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' %] -- 2.11.0