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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-1 / +1 lines)
Lines 7-17 Link Here
7
</head>
7
</head>
8
8
9
<body id="installer" class="installer">
9
<body id="installer" class="installer">
10
    [% INCLUDE 'onboarding_messages.inc' %]
11
    <div class="container-fluid">
10
    <div class="container-fluid">
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 a new item type </h2>
15
                <h2>Web installer &rsaquo; Create a new item type </h2>
16
                <!--Create a item type screen 1-->
16
                <!--Create a item type screen 1-->
17
                <h1 align="center"> Create a new Item type </h1>
17
                <h1 align="center"> Create a new Item type </h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-2 lines)
Lines 15-21 Link Here
15
                [% INCLUDE 'onboarding_messages.inc' %]
15
                [% INCLUDE 'onboarding_messages.inc' %]
16
16
17
                [% IF all_done %]
17
                [% IF all_done %]
18
                    <h2>Web installer &rsaquo; Complete</h2>
19
                    <h3>Congratulations you have finished and ready to use Koha</h3>
18
                    <h3>Congratulations you have finished and ready to use Koha</h3>
20
                    <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>
21
                [% ELSE %]
20
                [% ELSE %]
22
- 

Return to bug 18462