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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc (-1 lines)
Lines 5-11 Link Here
5
[% IF ( authorities ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a></li>
5
[% IF ( authorities ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a></li>
6
[% IF ( cataloguing ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Cataloging" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing">Cataloging</a></li>
6
[% IF ( cataloguing ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Cataloging" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing">Cataloging</a></li>
7
[% IF ( circulation ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Circulation" href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">Circulation</a></li>
7
[% IF ( circulation ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Circulation" href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">Circulation</a></li>
8
[% IF ( creators ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Creators" href="/cgi-bin/koha/admin/preferences.pl?tab=creators">Creators</a></li>
9
[% IF ( enhanced_content ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Enhanced content settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced_content">Enhanced content</a></li>
8
[% IF ( enhanced_content ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Enhanced content settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced_content">Enhanced content</a></li>
10
[% IF ( i18n_l10n ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Internationalization and localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n">I18N/L10N</a></li>
9
[% IF ( i18n_l10n ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Internationalization and localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n">I18N/L10N</a></li>
11
[% IF ( local_use ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a></li>
10
[% IF ( local_use ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref (-7 lines)
Lines 1-7 Link Here
1
Creators:
2
    Patron Cards:
3
        -
4
            - Limit the number of creator images stored in the database to
5
            - pref: ImageLimit
6
              class: Integer
7
            - images.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref (-5 / +12 lines)
Lines 1-6 Link Here
1
Tools:
1
Tools:
2
    -
2
    Batch item modification:
3
        - Process up to
3
        -
4
        - pref: MaxItemsForBatch
4
            - Process up to
5
          class: integer
5
            - pref: MaxItemsForBatch
6
        - items in a single modification or deletion batch.
6
              class: integer
7
            - items in a single modification or deletion batch.
8
    Patron cards:
9
        -
10
            - Limit the number of creator images stored in the database to
11
            - pref: ImageLimit
12
              class: Integer
13
            - images.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt (-3 / +1 lines)
Lines 20-26 Link Here
20
    <li><strong>Authorities:</strong> holds preference related to handling authority records.</li>
20
    <li><strong>Authorities:</strong> holds preference related to handling authority records.</li>
21
    <li><strong>Cataloging:</strong> holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.</li>
21
    <li><strong>Cataloging:</strong> holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.</li>
22
    <li><strong>Circulation:</strong> holds preferences that control circulation functions such as holds and fines.</li>
22
    <li><strong>Circulation:</strong> holds preferences that control circulation functions such as holds and fines.</li>
23
    <li><strong>Creators:</strong> this tab contains preferences related to modules that create objects.</li>
24
    <li><strong>Enhanced Content:</strong> holds preferences that will add content from outside sources to your OPAC and Staff Client. This is where you can turn on cover images, FRBR and tagging.</li>
23
    <li><strong>Enhanced Content:</strong> holds preferences that will add content from outside sources to your OPAC and Staff Client. This is where you can turn on cover images, FRBR and tagging.</li>
25
    <li><strong>I18N/L10N:</strong> holds preferences related to internationalization and localization such as date formats and languages.</li>
24
    <li><strong>I18N/L10N:</strong> holds preferences related to internationalization and localization such as date formats and languages.</li>
26
    <li><strong>Local Use:</strong> this tab will usually be empty unless your library has a preference just for your library.</li>
25
    <li><strong>Local Use:</strong> this tab will usually be empty unless your library has a preference just for your library.</li>
Lines 35-38 Link Here
35
	
34
	
36
<p><strong>See the full documentation for System Preferences in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/administration.html#globalsysprefs">manual</a> (online).</strong></p>
35
<p><strong>See the full documentation for System Preferences in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/administration.html#globalsysprefs">manual</a> (online).</strong></p>
37
	
36
	
38
[% INCLUDE 'help-bottom.inc' %]
37
[% INCLUDE 'help-bottom.inc' %]
39
- 

Return to bug 12190