@@ -, +, @@ --- .../prog/en/modules/onboarding/onboardingstep8.tt | 142 --------------------- 1 file changed, 142 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt @@ -1,142 +0,0 @@ -[% USE raw %] -[% USE Asset %] -[% 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' %] - [% Asset.js("js/onboarding.js") | $raw %] -[% END %] - -[% INCLUDE 'installer-intranet-bottom.inc' %] --