Lines 28-34
Link Here
|
28 |
[% IF ( CAN_user_parameters_manage_mana ) %] |
28 |
[% IF ( CAN_user_parameters_manage_mana ) %] |
29 |
[% IF ( Koha.Preference('Mana') == 1) && !mana_url %] |
29 |
[% IF ( Koha.Preference('Mana') == 1) && !mana_url %] |
30 |
<div class="dialog message"> |
30 |
<div class="dialog message"> |
31 |
<h4>The Mana Knowledge Base feature is enabled but not configured.</h4> |
31 |
<h2>The Mana Knowledge Base feature is enabled but not configured.</h2> |
32 |
<p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libraries.</p> |
32 |
<p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libraries.</p> |
33 |
<p> |
33 |
<p> |
34 |
Ask your system administrator to configure this feature, or remove this note by <a href=/cgi-bin/koha/admin/share_content.pl>disabling the 'Mana' system preference</a>. |
34 |
Ask your system administrator to configure this feature, or remove this note by <a href=/cgi-bin/koha/admin/share_content.pl>disabling the 'Mana' system preference</a>. |
Lines 37-43
Link Here
|
37 |
[% END %] |
37 |
[% END %] |
38 |
[% IF ( Koha.Preference('Mana') == 2 ) %] |
38 |
[% IF ( Koha.Preference('Mana') == 2 ) %] |
39 |
<div class="dialog message"> |
39 |
<div class="dialog message"> |
40 |
<h4>Share content with Mana KB?</h4> |
40 |
<h2>Share content with Mana KB?</h2> |
41 |
<p> You haven't decided if you want to activate Mana Knowledge Base. <a href=/cgi-bin/koha/admin/share_content.pl>Change your Mana KB settings</a>.</p> |
41 |
<p> You haven't decided if you want to activate Mana Knowledge Base. <a href=/cgi-bin/koha/admin/share_content.pl>Change your Mana KB settings</a>.</p> |
42 |
</div> |
42 |
</div> |
43 |
[% END %] |
43 |
[% END %] |
Lines 45-51
Link Here
|
45 |
[% IF ( CAN_user_parameters_manage_usage_stats ) %] |
45 |
[% IF ( CAN_user_parameters_manage_usage_stats ) %] |
46 |
[% IF ( Koha.Preference('UsageStats') == 2 ) %] |
46 |
[% IF ( Koha.Preference('UsageStats') == 2 ) %] |
47 |
<div class="dialog message"> |
47 |
<div class="dialog message"> |
48 |
<h4>Share anonymous usage statistics with the Koha community?</h4> |
48 |
<h2>Share anonymous usage statistics with the Koha community?</h2> |
49 |
<p> You haven't decided if you want to activate usage statistic sharing in Koha yet. <a href=/cgi-bin/koha/admin/usage_statistics.pl>Change your Hea settings</a>.</p> |
49 |
<p> You haven't decided if you want to activate usage statistic sharing in Koha yet. <a href=/cgi-bin/koha/admin/usage_statistics.pl>Change your Hea settings</a>.</p> |
50 |
<p> This feature gives the Koha developers valuable information regarding how Koha is being used and helps to drive decisions during the development cycle</p> |
50 |
<p> This feature gives the Koha developers valuable information regarding how Koha is being used and helps to drive decisions during the development cycle</p> |
51 |
</div> |
51 |
</div> |
Lines 56-62
Link Here
|
56 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
56 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
57 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
57 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
58 |
<fieldset> |
58 |
<fieldset> |
59 |
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4> |
59 |
<h2><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h2> |
60 |
<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p> |
60 |
<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p> |
61 |
<input type="hidden" name="op" value="search" /> |
61 |
<input type="hidden" name="op" value="search" /> |
62 |
<input type="text" name="searchfield" value="[% searchfield | html %]" /> |
62 |
<input type="text" name="searchfield" value="[% searchfield | html %]" /> |
Lines 66-73
Link Here
|
66 |
[% END %] |
66 |
[% END %] |
67 |
|
67 |
|
68 |
[% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] |
68 |
[% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] |
69 |
<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> |
69 |
<div class="hint"><strong>Hint:</strong><p>Configure these parameters in the order they appear.</p></div> |
70 |
<h3>Basic parameters</h3> |
70 |
<h2>Basic parameters</h2> |
71 |
<dl> |
71 |
<dl> |
72 |
[% IF ( CAN_user_parameters_manage_libraries ) %] |
72 |
[% IF ( CAN_user_parameters_manage_libraries ) %] |
73 |
<dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt> |
73 |
<dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt> |
Lines 87-93
Link Here
|
87 |
[% END %] |
87 |
[% END %] |
88 |
|
88 |
|
89 |
[% IF ( CAN_user_parameters_manage_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %] |
89 |
[% IF ( CAN_user_parameters_manage_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %] |
90 |
<h3>Patrons and circulation</h3> |
90 |
<h2>Patrons and circulation</h2> |
91 |
<dl> |
91 |
<dl> |
92 |
[% IF ( CAN_user_parameters_manage_patron_categories ) %] |
92 |
[% IF ( CAN_user_parameters_manage_patron_categories ) %] |
93 |
<dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt> |
93 |
<dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt> |
Lines 123-129
Link Here
|
123 |
[% END %] |
123 |
[% END %] |
124 |
|
124 |
|
125 |
[% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %] |
125 |
[% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %] |
126 |
<h3>Accounting</h3> |
126 |
<h2>Accounting</h2> |
127 |
<dl> |
127 |
<dl> |
128 |
[% IF ( CAN_user_parameters_manage_accounts ) %] |
128 |
[% IF ( CAN_user_parameters_manage_accounts ) %] |
129 |
<dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt> |
129 |
<dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt> |
Lines 139-145
Link Here
|
139 |
[% END %] |
139 |
[% END %] |
140 |
|
140 |
|
141 |
[% IF CAN_user_plugins && plugins_enabled %] |
141 |
[% IF CAN_user_plugins && plugins_enabled %] |
142 |
<h3>Plugins</h3> |
142 |
<h2>Plugins</h2> |
143 |
<dl> |
143 |
<dl> |
144 |
<dt><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></dt> |
144 |
<dt><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></dt> |
145 |
<dd>View, manage, configure and run plugins.</dd> |
145 |
<dd>View, manage, configure and run plugins.</dd> |
Lines 147-153
Link Here
|
147 |
[% END %] |
147 |
[% END %] |
148 |
|
148 |
|
149 |
[% IF CAN_user_parameters_manage_background_jobs %] |
149 |
[% IF CAN_user_parameters_manage_background_jobs %] |
150 |
<h3>Background jobs</h3> |
150 |
<h2>Background jobs</h2> |
151 |
<dl> |
151 |
<dl> |
152 |
<dt><a href="/cgi-bin/koha/admin/background_jobs.pl">Manage background jobs</a></dt> |
152 |
<dt><a href="/cgi-bin/koha/admin/background_jobs.pl">Manage background jobs</a></dt> |
153 |
<dd>View, manage and cancel background jobs.</dd> |
153 |
<dd>View, manage and cancel background jobs.</dd> |
Lines 158-164
Link Here
|
158 |
|
158 |
|
159 |
<div class="col-md-6 sysprefs"> |
159 |
<div class="col-md-6 sysprefs"> |
160 |
[% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config || CAN_user_parameters_manage_marc_overlay_rules ) %] |
160 |
[% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config || CAN_user_parameters_manage_marc_overlay_rules ) %] |
161 |
<h3>Catalog</h3> |
161 |
<h2>Catalog</h2> |
162 |
<dl> |
162 |
<dl> |
163 |
[% IF ( CAN_user_parameters_manage_marc_frameworks ) %] |
163 |
[% IF ( CAN_user_parameters_manage_marc_frameworks ) %] |
164 |
<dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt> |
164 |
<dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt> |
Lines 200-206
Link Here
|
200 |
[% END %] |
200 |
[% END %] |
201 |
|
201 |
|
202 |
[% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %] |
202 |
[% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %] |
203 |
<h3>Acquisition parameters</h3> |
203 |
<h2>Acquisition parameters</h2> |
204 |
<dl> |
204 |
<dl> |
205 |
[% IF ( CAN_user_acquisition_currencies_manage ) %] |
205 |
[% IF ( CAN_user_acquisition_currencies_manage ) %] |
206 |
<dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt> |
206 |
<dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt> |
Lines 224-230
Link Here
|
224 |
[% END %] |
224 |
[% END %] |
225 |
|
225 |
|
226 |
[% IF ( ( CAN_user_parameters_manage_smtp_servers || CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats || CAN_user_parameters_manage_additional_fields || CAN_user_parameters_manage_mana || (Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts) ) %] |
226 |
[% IF ( ( CAN_user_parameters_manage_smtp_servers || CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats || CAN_user_parameters_manage_additional_fields || CAN_user_parameters_manage_mana || (Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts) ) %] |
227 |
<h3>Additional parameters</h3> |
227 |
<h2>Additional parameters</h2> |
228 |
<dl> |
228 |
<dl> |
229 |
<!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt> |
229 |
<!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt> |
230 |
<dd>Printers (UNIX paths).</dd> --> |
230 |
<dd>Printers (UNIX paths).</dd> --> |