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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-3 / +2 lines)
Lines 16-22 Link Here
16
16
17
                    <p> Item types are used to group related items. Examples of item types might be books, CDs, or DVDs.</p>
17
                    <p> Item types are used to group related items. Examples of item types might be books, CDs, or DVDs.</p>
18
                    <p> When adding to your institution's catalog you will create an item of a particular item type.</p>
18
                    <p> When adding to your institution's catalog you will create an item of a particular item type.</p>
19
                    <p> Importantl: Item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items: Checkout length, renewal policy, hold policy, etc. For example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for checking out any DVD.</p>
19
                    <p> Important: Item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items: Checkout length, renewal policy, hold policy, etc. For example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for checking out any DVD.</p>
20
20
21
                    <form id="createitemform" method="post" action="onboarding.pl">
21
                    <form id="createitemform" method="post" action="onboarding.pl">
22
                    <fieldset class="rows">
22
                    <fieldset class="rows">
Lines 52-55 Link Here
52
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
52
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
53
[% END %]
53
[% END %]
54
54
55
[% INCLUDE 'installer-intranet-bottom.inc' %]
55
[% INCLUDE 'installer-intranet-bottom.inc' %]
56
- 

Return to bug 26449