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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-3 / +2 lines)
Lines 32-40 Link Here
32
                    <p> Success: Library created!
32
                    <p> Success: Library created!
33
                    </p>
33
                    </p>
34
                    <p> To add another library and for more settings, <br>
34
                    <p> To add another library and for more settings, <br>
35
                    go to:<br><br>
35
                    go to:<br>
36
                    More->Administration->Libraries and groups<br>
36
                    More -> Administration -> Libraries and groups<br>
37
                    Administration->Libraries and groups
38
                    </p>
37
                    </p>
39
                </div>
38
                </div>
40
                Next up:
39
                Next up:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-2 / +1 lines)
Lines 293-300 $(document).ready(function() { Link Here
293
                 <p> Success: Patron category created! </p>
293
                 <p> Success: Patron category created! </p>
294
                 <p> To add another patron category and for more settings<br>
294
                 <p> To add another patron category and for more settings<br>
295
                 go to:<br>
295
                 go to:<br>
296
                 More->Administration->Patron categories<br>
296
                 More -> Administration -> Patron categories<br>
297
                 Administration->Patron categories</p>
298
             </div>
297
             </div>
299
             Next up:<br>
298
             Next up:<br>
300
             <input type="submit" name="start" value="Add a patron"><!-- When the user clicks on this button then redirect them to step 3 of the onboarding tool-->
299
             <input type="submit" name="start" value="Add a patron"><!-- When the user clicks on this button then redirect them to step 3 of the onboarding tool-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 106-112 $(document).ready(function(){ Link Here
106
            <div>
106
            <div>
107
                 <p> Success: New patron created!</p>
107
                 <p> Success: New patron created!</p>
108
                 <p> To create another patron, go to Patrons -> New Patron. <br>
108
                 <p> To create another patron, go to Patrons -> New Patron. <br>
109
                More->Set Permissions in a user page to gain superlibrarian permissions.
109
                More -> Set Permissions in a user page to gain superlibrarian permissions.
110
            </div>
110
            </div>
111
            Next up:
111
            Next up:
112
            <input type="submit" name="start" value="Add an item type"/>
112
            <input type="submit" name="start" value="Add an item type"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-3 / +2 lines)
Lines 40-48 Link Here
40
                <div>
40
                <div>
41
                    <p> Success: New item type created!</p>
41
                    <p> Success: New item type created!</p>
42
                    <p> To create another item type later and for more setttings <br>
42
                    <p> To create another item type later and for more setttings <br>
43
                    go to: <br><br>
43
                    go to: <br>
44
                    More->Administration->Item types <br>
44
                    More -> Administration -> Item types <br>
45
                    Administration->Item types
46
                </div>
45
                </div>
47
                     Next up:
46
                     Next up:
48
                    <input type="submit" value="Add a circulation rule"/>
47
                    <input type="submit" value="Add a circulation rule"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
            <div>
24
            <div>
25
                 <p> Success: New circulation rule created!</p>
25
                 <p> Success: New circulation rule created!</p>
26
                 <p> To create circulation rule, go to <br>
26
                 <p> To create circulation rule, go to <br>
27
                 More->Administration->Circulation and Fine Rules
27
                 More -> Administration -> Circulation and Fine Rules
28
            </div>
28
            </div>
29
                 Next up:
29
                 Next up:
30
                 <input type="submit" name="op" value="Finish"/>
30
                 <input type="submit" name="op" value="Finish"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/summary.tt (-5 / +1 lines)
Lines 17-28 Link Here
17
            <h2>Library</h2>
17
            <h2>Library</h2>
18
            <p> To add another library and for more settings, go to </br>
18
            <p> To add another library and for more settings, go to </br>
19
            More -> Administration -> Libraries and groups </p> OR<br>
19
            More -> Administration -> Libraries and groups </p> OR<br>
20
            Administration->Libraries and groups
21
20
22
            <h2>Patron Category</h2>
21
            <h2>Patron Category</h2>
23
            <p>To add another patron category and for more settings, go to</br>
22
            <p>To add another patron category and for more settings, go to</br>
24
            More -> Administration -> Patron Categories</p> OR <br>
23
            More -> Administration -> Patron Categories</p> OR <br>
25
            Administration->Patron categories
26
24
27
            <h2>Patron</h2>
25
            <h2>Patron</h2>
28
            <p>To create another patron, go to Patrons -> New Patron. To set the </br>
26
            <p>To create another patron, go to Patrons -> New Patron. To set the </br>
Lines 31-41 Link Here
31
            <h2>Item Type</h2>
29
            <h2>Item Type</h2>
32
            <p>To create another item type and for more settings, go to</br>
30
            <p>To create another item type and for more settings, go to</br>
33
            More -> Administration -> Item types </p> OR <br>
31
            More -> Administration -> Item types </p> OR <br>
34
            Administration->Item types
35
32
36
            <h2>Circulation Rule</h2>
33
            <h2>Circulation Rule</h2>
37
            <p>To create another circulation rule, go to </br>
34
            <p>To create another circulation rule, go to </br>
38
            More -> Administration -> Circulation and Fine Rules</p<
35
            More -> Administration -> Circulation and Fine Rules</p>
39
            </fieldset>
36
            </fieldset>
40
37
41
        </div>
38
        </div>
42
- 

Return to bug 17855