View | Details | Raw Unified | Return to bug 18462
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'js_includes.inc' %]
4
[% INCLUDE 'js_includes.inc' %]
5
[% INCLUDE 'validator-strings.inc' %]
5
[% INCLUDE 'validator-strings.inc' %]
6
[% INCLUDE 'installer-strings.inc' %]
6
[% INCLUDE 'installer-strings.inc' %]
7
[% INCLUDE 'onboarding_messages.inc' %]
8
<title>Koha &rsaquo; Web installer &rsaquo; Create Koha administrator patron</title>
7
<title>Koha &rsaquo; Web installer &rsaquo; Create Koha administrator patron</title>
9
8
10
<body id="installer" class="installer">
9
<body id="installer" class="installer">
Lines 12-17 Link Here
12
        <div class="row">
11
        <div class="row">
13
            <div id="installer-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
12
            <div id="installer-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
14
                <h1 id="logo"><a href="#">Koha</a></h1>
13
                <h1 id="logo"><a href="#">Koha</a></h1>
14
                [% INCLUDE 'onboarding_messages.inc' %]
15
                <h2>Web installer &rsaquo; Create Koha administrator patron</h2>
15
                <h2>Web installer &rsaquo; Create Koha administrator patron</h2>
16
                <p>Now we will create a patron with superlibrarian permissions. Login with this to access Koha as a staff member will all permissions.
16
                <p>Now we will create a patron with superlibrarian permissions. Login with this to access Koha as a staff member will all permissions.
17
                </p>
17
                </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-2 / +1 lines)
Lines 11-20 Link Here
11
        <div class="row">
11
        <div class="row">
12
            <div id="installer-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
12
            <div id="installer-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
13
                <h1 id="logo"><a href="#">Koha</a></h1>
13
                <h1 id="logo"><a href="#">Koha</a></h1>
14
                <h2>Web installer &rsaquo; Complete</h2>
15
                [% INCLUDE 'onboarding_messages.inc' %]
14
                [% INCLUDE 'onboarding_messages.inc' %]
16
15
17
                [% IF all_done %]
16
                [% IF all_done %]
17
                    <h2>Web installer &rsaquo; Complete</h2>
18
                    <h3>Congratulations you have finished and ready to use Koha</h3>
18
                    <h3>Congratulations you have finished and ready to use Koha</h3>
19
                    <a class="btn btn-success" href="/cgi-bin/koha/mainpage.pl">Start using Koha</a>
19
                    <a class="btn btn-success" href="/cgi-bin/koha/mainpage.pl">Start using Koha</a>
20
                [% ELSE %]
20
                [% ELSE %]
21
- 

Return to bug 18462