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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (+1 lines)
Lines 60-65 Link Here
60
        <form name="LibraryCreation" method="post" action="onboarding.pl">
60
        <form name="LibraryCreation" method="post" action="onboarding.pl">
61
            <fieldset class="rows" >
61
            <fieldset class="rows" >
62
                 <h2>Create a library</h2>
62
                 <h2>Create a library</h2>
63
                 <p> <b> Reason for creating a library now:</b> Creating a library is one of the prerequisites for creating the Koha administrator patron account to log into Koha with, which you will do soon.</p>
63
                 <input type="hidden" name="step" value="1"/>
64
                 <input type="hidden" name="step" value="1"/>
64
                 <input type="hidden" name="op" value="add_validate_library"/>
65
                 <input type="hidden" name="op" value="add_validate_library"/>
65
                 <ol>
66
                 <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 / +1 lines)
Lines 70-76 jQuery.validator.addMethod( "enrollment_period", function(){ Link Here
70
    </div>
70
    </div>
71
71
72
    <h1 align="left"> Create a new patron category</h1>
72
    <h1 align="left"> Create a new patron category</h1>
73
    <p> The patron category you create in this form is going to be the one which the new administrator patron account will have.</p>
73
    <p> <b> Reason for creating a patron category now: </b> The creation of a patron category is a prerequisite for creating a Koha administrator account to log into Koha with (which you'll do next).<br> <br> The patron category you create in this form is going to be the one which the administrator account will have.</p>
74
       <form id="category_form" method="post" action="onboarding.pl">
74
       <form id="category_form" method="post" action="onboarding.pl">
75
       <fieldset class="rows">
75
       <fieldset class="rows">
76
            <input type="hidden" name="step" value="2"/>
76
            <input type="hidden" name="step" value="2"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-2 / +2 lines)
Lines 105-113 $(document).ready(function(){ Link Here
105
        </form>
105
        </form>
106
[% ELSE %]
106
[% ELSE %]
107
<!--Create a patron screen 1-->
107
<!--Create a patron screen 1-->
108
       <h1 align="left"> Create koha administrator patron</h1>
108
       <h1 align="left"> Create Koha administrator patron</h1>
109
        <p>
109
        <p>
110
        Now we will create a patron with superlibrarian permissions. Login with this to access Koha as a staff member will all permissions.
110
        <b> Reason for creating a Koha administrator patron now:</b> You will need a Koha administrator patron account with superlibrarian privilages to log into Koha with (once you've finished this onboarding tool), and to be able to perform all library tasks in Koha immediately.
111
        </p>
111
        </p>
112
        <form name="createpatron" id="createpatron" method="post" action="onboarding.pl">
112
        <form name="createpatron" id="createpatron" method="post" action="onboarding.pl">
113
            <fieldset class="rows">
113
            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-1 / +2 lines)
Lines 42-48 Link Here
42
[% ELSE %]
42
[% ELSE %]
43
    <!--Create a item type screen 1-->
43
    <!--Create a item type screen 1-->
44
        <h1 align="center"> Create a new Item type </h1>
44
        <h1 align="center"> Create a new Item type </h1>
45
        <p> Item types are used to group related items. Examples of item types are books, cds, and DVDs. <br><br> When adding to your institutions catalogue you will create an item of a particular item type. <br><br> Importantly item types are what you apply     circulation rules to. Circulation rules govern how your institution will lend its items, for example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for borrowing any DVD.</p>
45
        <p> <b> What is an item type </b> Item types are used to group related items. Examples of item types are books, cds, and DVDs. <br><br> When adding to your institutions catalogue you will create an item of a particular item type. <br><br> Importantly item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items, for example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for borrowing any DVD.</p>
46
        <p> <b> Reason for creating an item type now:</b> The creation of an item type is a prerequisite for creating a circulation rule (the next step in this onboarding process)</p>
46
        <form name="createitemform" method="post" action="onboarding.pl">
47
        <form name="createitemform" method="post" action="onboarding.pl">
47
            <fieldset class="rows">
48
            <fieldset class="rows">
48
                <input type="hidden" name="step" value="4"/>
49
                <input type="hidden" name="step" value="4"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +1 lines)
Lines 30-35 Link Here
30
[% ELSE %]
30
[% ELSE %]
31
<!--Create a circulation rule screen 1-->
31
<!--Create a circulation rule screen 1-->
32
       <h1 align="left"> Create a new circulation rule </h1>
32
       <h1 align="left"> Create a new circulation rule </h1>
33
       <p> <b> Reason for creating a circulation rule now:</b> Creating a circulation rule now will allow you to start defining organisational rules in your Koha instance. e.g. how long item checkout period is.   </p>
33
       <form name="createcirculationrule" method="post" action="onboarding.pl">
34
       <form name="createcirculationrule" method="post" action="onboarding.pl">
34
            <fieldset class="rows">
35
            <fieldset class="rows">
35
                 <input type="hidden" name="step" value="5"/>
36
                 <input type="hidden" name="step" value="5"/>
36
- 

Return to bug 18059