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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-1 lines)
Lines 34-40 Link Here
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><br>
36
                    More->Administration->Libraries and groups<br>
36
                    More->Administration->Libraries and groups<br>
37
                    OR<br>
38
                    Administration->Libraries and groups
37
                    Administration->Libraries and groups
39
                    </p>
38
                    </p>
40
                </div>
39
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 lines)
Lines 294-300 $(document).ready(function() { Link Here
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
                 OR<br>
298
                 Administration->Patron categories</p>
297
                 Administration->Patron categories</p>
299
             </div>
298
             </div>
300
             Next up:<br>
299
             Next up:<br>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-2 / +2 lines)
Lines 105-112 $(document).ready(function(){ Link Here
105
            <h1 align="left"> New Patron </h1>
105
            <h1 align="left"> New Patron </h1>
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 (-1 lines)
Lines 42-48 Link Here
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><br>
44
                    More->Administration->Item types <br>
44
                    More->Administration->Item types <br>
45
                    or<br>
46
                    Administration->Item types
45
                    Administration->Item types
47
                </div>
46
                </div>
48
                     Next up:
47
                     Next up:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/summary.tt (-6 / +6 lines)
Lines 16-41 Link Here
16
            <fieldset style="font-size:120%">
16
            <fieldset style="font-size:120%">
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
20
            Administration->Libraries and groups
21
21
22
            <h2>Patron Category</h2>
22
            <h2>Patron Category</h2>
23
            <p>To add another patron category and for more settings, go to</br>
23
            <p>To add another patron category and for more settings, go to</br>
24
            More > Administration > Patron Categories</p> OR <br>
24
            More -> Administration -> Patron Categories</p> OR <br>
25
            Administration->Patron categories
25
            Administration->Patron categories
26
26
27
            <h2>Patron</h2>
27
            <h2>Patron</h2>
28
            <p>To create another patron, go to Patrons > New Patron. To set the </br>
28
            <p>To create another patron, go to Patrons -> New Patron. To set the </br>
29
            permissions of the patron, go to the patron's page and More > Set Permissions</p>
29
            permissions of the patron, go to the patron's page and More -> Set Permissions</p>
30
30
31
            <h2>Item Type</h2>
31
            <h2>Item Type</h2>
32
            <p>To create another item type and for more settings, go to</br>
32
            <p>To create another item type and for more settings, go to</br>
33
            More > Administration > Item types </p> OR <br>
33
            More -> Administration -> Item types </p> OR <br>
34
            Administration->Item types
34
            Administration->Item types
35
35
36
            <h2>Circulation Rule</h2>
36
            <h2>Circulation Rule</h2>
37
            <p>To create another circulation rule, go to </br>
37
            <p>To create another circulation rule, go to </br>
38
            More > Administration > Circulation and Fine Rules</p<
38
            More -> Administration -> Circulation and Fine Rules</p<
39
            </fieldset>
39
            </fieldset>
40
40
41
        </div>
41
        </div>
(-)a/summary.pl (-1 / +1 lines)
Lines 21-26 Link Here
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use C4::Auth;
25
use C4::Auth;
25
use C4::Output;
26
use C4::Output;
26
use C4::Context;
27
use C4::Context;
27
- 

Return to bug 17855