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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc (-8 / +8 lines)
Lines 4-17 Link Here
4
<div id="navmenulist">
4
<div id="navmenulist">
5
5
6
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
6
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
7
        <h5>System preferences</h5>
7
        <h2>System preferences</h2>
8
        <ul>
8
        <ul>
9
            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
9
            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
10
        </ul>
10
        </ul>
11
    [% END %]
11
    [% END %]
12
12
13
    [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %]
13
    [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %]
14
        <h5>Basic parameters</h5>
14
        <h2>Basic parameters</h2>
15
        <ul>
15
        <ul>
16
            [% IF ( CAN_user_parameters_manage_libraries ) %]
16
            [% IF ( CAN_user_parameters_manage_libraries ) %]
17
                <li><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></li>
17
                <li><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></li>
Lines 30-36 Link Here
30
    [% END %]
30
    [% END %]
31
31
32
    [% 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 ) %]
32
    [% 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 ) %]
33
        <h5>Patrons and circulation</h5>
33
        <h2>Patrons and circulation</h2>
34
        <ul>
34
        <ul>
35
            [% IF ( CAN_user_parameters_manage_patron_categories ) %]
35
            [% IF ( CAN_user_parameters_manage_patron_categories ) %]
36
                <li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
36
                <li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
Lines 55-61 Link Here
55
    [% END %]
55
    [% END %]
56
56
57
    [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %]
57
    [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %]
58
        <h5>Accounting</h5>
58
        <h2>Accounting</h2>
59
        <ul>
59
        <ul>
60
            [% IF ( CAN_user_parameters_manage_accounts ) %]
60
            [% IF ( CAN_user_parameters_manage_accounts ) %]
61
                <li><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></li>
61
                <li><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></li>
Lines 68-74 Link Here
68
    [% END %]
68
    [% END %]
69
69
70
    [% 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 ) %]
70
    [% 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 ) %]
71
        <h5>Catalog</h5>
71
        <h2>Catalog</h2>
72
        <ul>
72
        <ul>
73
            [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
73
            [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
74
                <li><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></li>
74
                <li><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></li>
Lines 97-103 Link Here
97
    [% END %]
97
    [% END %]
98
98
99
    [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %]
99
    [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %]
100
        <h5>Acquisition parameters</h5>
100
        <h2>Acquisition parameters</h2>
101
101
102
        <ul>
102
        <ul>
103
            [% IF ( CAN_user_acquisition_currencies_manage ) %]
103
            [% IF ( CAN_user_acquisition_currencies_manage ) %]
Lines 117-130 Link Here
117
    [% END %]
117
    [% END %]
118
118
119
    [% IF CAN_user_plugins && plugins_enabled %]
119
    [% IF CAN_user_plugins && plugins_enabled %]
120
        <h5>Plugins</h5>
120
        <h2>Plugins</h2>
121
        <ul>
121
        <ul>
122
            <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li>
122
            <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li>
123
        </ul>
123
        </ul>
124
    [% END %]
124
    [% END %]
125
125
126
    [% 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 || ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) ) %]
126
    [% 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 || ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) ) %]
127
        <h5>Additional parameters</h5>
127
        <h2>Additional parameters</h2>
128
        <ul>
128
        <ul>
129
            [% IF ( CAN_user_parameters_manage_search_targets ) %]
129
            [% IF ( CAN_user_parameters_manage_search_targets ) %]
130
                <li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></li>
130
                <li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (+1 lines)
Lines 4-9 Link Here
4
<input type="hidden" name="modify" value="yes" />
4
<input type="hidden" name="modify" value="yes" />
5
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
5
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
6
  <table>
6
  <table>
7
  <caption>Default messaging preferences for this patron category</caption>
7
    <tr><th></th>
8
    <tr><th></th>
8
        <th>Days in advance</th>
9
        <th>Days in advance</th>
9
        [% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %]
10
        [% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-12 / +12 lines)
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"><p><strong>Hint:</strong></p><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 149-155 Link Here
149
149
150
            <div class="col-md-6 sysprefs">
150
            <div class="col-md-6 sysprefs">
151
            [% 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 ) %]
151
            [% 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 ) %]
152
                <h3>Catalog</h3>
152
                <h2>Catalog</h2>
153
                <dl>
153
                <dl>
154
                    [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
154
                    [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
155
                        <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
155
                        <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
Lines 187-193 Link Here
187
            [% END %]
187
            [% END %]
188
188
189
            [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %]
189
            [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %]
190
                <h3>Acquisition parameters</h3>
190
                <h2>Acquisition parameters</h2>
191
                <dl>
191
                <dl>
192
                    [% IF ( CAN_user_acquisition_currencies_manage ) %]
192
                    [% IF ( CAN_user_acquisition_currencies_manage ) %]
193
                        <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
193
                        <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
Lines 211-217 Link Here
211
            [% END %]
211
            [% END %]
212
212
213
            [% 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) ) %]
213
            [% 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) ) %]
214
                <h3>Additional parameters</h3>
214
                <h2>Additional parameters</h2>
215
                <dl>
215
                <dl>
216
                        <!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt>
216
                        <!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt>
217
                        <dd>Printers (UNIX paths).</dd> -->
217
                        <dd>Printers (UNIX paths).</dd> -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-2 / +2 lines)
Lines 364-370 Link Here
364
    There are no unreceived orders for this budget.
364
    There are no unreceived orders for this budget.
365
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
365
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
366
  [% ELSE %]
366
  [% ELSE %]
367
    <h3>The unreceived orders from the following funds will be moved</h3>
367
    <h2>The unreceived orders from the following funds will be moved</h2>
368
      Fund list of budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]">[% budget_period_description | html %]</a>:
368
      Fund list of budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]">[% budget_period_description | html %]</a>:
369
    <table id="budgeth">
369
    <table id="budgeth">
370
      <thead>
370
      <thead>
Lines 414-420 Link Here
414
  [% END %]
414
  [% END %]
415
[% ELSIF closed %]
415
[% ELSIF closed %]
416
    <h1>Budget [% budget_period_description | html %] closed</h1>
416
    <h1>Budget [% budget_period_description | html %] closed</h1>
417
  <h3>Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])</h3>
417
  <h2>Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])</h2>
418
418
419
  <table id="closed_report">
419
  <table id="closed_report">
420
    <thead>
420
    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-1 / +1 lines)
Lines 89-95 Link Here
89
                    <h1>Audio alerts</h1>
89
                    <h1>Audio alerts</h1>
90
                    [%IF !( Koha.Preference('AudioAlerts') ) %]
90
                    [%IF !( Koha.Preference('AudioAlerts') ) %]
91
                        <div class="dialog alert">
91
                        <div class="dialog alert">
92
                            <h3>Audio alerts are disabled</h3>
92
                            <h2>Audio alerts are disabled</h2>
93
                            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
93
                            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
94
                                <p>Please enable system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AudioAlerts">AudioAlerts</a> to activate sounds.</p>
94
                                <p>Please enable system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AudioAlerts">AudioAlerts</a> to activate sounds.</p>
95
                            [% ELSE %]
95
                            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +2 lines)
Lines 228-234 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
228
228
229
[% IF ( delete_confirm ) %]
229
[% IF ( delete_confirm ) %]
230
    <div class="dialog alert">
230
    <div class="dialog alert">
231
        <h3>Confirm deletion</h3>
231
        <h2>Confirm deletion</h2>
232
        <form action="[% script_name | html %]" method="post">
232
        <form action="[% script_name | html %]" method="post">
233
            <table>
233
            <table>
234
                <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr>
234
                <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr>
Lines 246-252 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
246
246
247
[% IF ( delete_confirmed ) %]
247
[% IF ( delete_confirmed ) %]
248
248
249
  <div class="dialog message">  <h3>Data deleted</h3>
249
  <div class="dialog message">  <h2>Data deleted</h2>
250
    <form action="[% script_name | html %]" method="post">
250
    <form action="[% script_name | html %]" method="post">
251
    <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
251
    <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
252
    <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
252
    <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 138-144 Authorized values &rsaquo; Administration &rsaquo; Koha Link Here
138
138
139
		</ol>
139
		</ol>
140
        <div id="icons" class="toptabs" style="clear:both">
140
        <div id="icons" class="toptabs" style="clear:both">
141
        <h5 style="margin-left:10px;">Choose an icon:</h5>
141
            <p style="margin-left:10px;"><strong>Choose an icon:</strong></p>
142
			<ul>
142
			<ul>
143
                  <li><a href="#none">None</a></li>
143
                  <li><a href="#none">None</a></li>
144
				  [% FOREACH imageset IN imagesets %]
144
				  [% FOREACH imageset IN imagesets %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
Lines 61-67 Link Here
61
61
62
    [% FOREACH codes_loo IN codes_loop %]
62
    [% FOREACH codes_loo IN codes_loop %]
63
    <div id="[% codes_loo.code | html %]set">
63
    <div id="[% codes_loo.code | html %]set">
64
    <h4>Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]</h4>
64
    <h2>Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]</h2>
65
65
66
    <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
66
    <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
67
67
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +1 lines)
Lines 156-162 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
156
               </div>
156
               </div>
157
157
158
               <h1>Cash registers</h1>
158
               <h1>Cash registers</h1>
159
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
159
               <h2>Cash registers for <select id="branch_filter" name="branch_filter">
160
                       <option value=""></option>
160
                       <option value=""></option>
161
                       [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
161
                       [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
162
                   </select>
162
                   </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 lines)
Lines 410-416 Link Here
410
410
411
        [% IF ( EnhancedMessagingPreferences ) %]
411
        [% IF ( EnhancedMessagingPreferences ) %]
412
            <fieldset class="rows">
412
            <fieldset class="rows">
413
                <h4>Default messaging preferences for this patron category</h4>
414
                [% INCLUDE 'messaging-preference-form.inc' %]
413
                [% INCLUDE 'messaging-preference-form.inc' %]
415
            </fieldset>
414
            </fieldset>
416
        [% END %]
415
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-15 / +15 lines)
Lines 19-25 Link Here
19
            [% SET panel_id = panel_id + 1 %]
19
            [% SET panel_id = panel_id + 1 %]
20
            [% IF module.keys and module.keys.size > 0 %]
20
            [% IF module.keys and module.keys.size > 0 %]
21
                [% FOR pagename IN module.keys.sort %]
21
                [% FOR pagename IN module.keys.sort %]
22
                    <h4 class="page_name" id="[% pagename | html %]">Page: [% pagename | html %]</h4>
22
                    <h3 class="page_name" id="[% pagename | html %]">Page: [% pagename | html %]</h3>
23
                    [% SET tables = module %]
23
                    [% SET tables = module %]
24
                    [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %]
24
                    [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %]
25
                        [% FOR tablename IN tables.$pagename.keys.sort %]
25
                        [% FOR tablename IN tables.$pagename.keys.sort %]
Lines 204-288 Link Here
204
                            <div id="modules">
204
                            <div id="modules">
205
                                <div class="panel_header"><a href="#acqui">Acquisition</a></div>
205
                                <div class="panel_header"><a href="#acqui">Acquisition</a></div>
206
                                <div id="acqui">
206
                                <div id="acqui">
207
                                    <h3>Acquisition tables</h3>
207
                                    <h2>Acquisition tables</h2>
208
                                    [% PROCESS pagelist module=modules.acqui modulename="acqui" %]
208
                                    [% PROCESS pagelist module=modules.acqui modulename="acqui" %]
209
                                </div>
209
                                </div>
210
210
211
                                <div class="panel_header"><a href="#admin">Administration</a></div>
211
                                <div class="panel_header"><a href="#admin">Administration</a></div>
212
                                <div id="admin">
212
                                <div id="admin">
213
                                    <h3>Administration tables</h3>
213
                                    <h2>Administration tables</h2>
214
                                    [% PROCESS pagelist module=modules.admin modulename="admin" %]
214
                                    [% PROCESS pagelist module=modules.admin modulename="admin" %]
215
                                </div>
215
                                </div>
216
216
217
                                <div class="panel_header"><a href="#authorities">Authorities</a></div>
217
                                <div class="panel_header"><a href="#authorities">Authorities</a></div>
218
                                <div id="authorities">
218
                                <div id="authorities">
219
                                    <h3>Authorities tables</h3>
219
                                    <h2>Authorities tables</h2>
220
                                    [% PROCESS pagelist module=modules.authorities modulename="authorities" %]
220
                                    [% PROCESS pagelist module=modules.authorities modulename="authorities" %]
221
                                </div>
221
                                </div>
222
222
223
                                <div class="panel_header"><a href="#catalog">Catalog</a></div>
223
                                <div class="panel_header"><a href="#catalog">Catalog</a></div>
224
                                <div id="catalogue">
224
                                <div id="catalogue">
225
                                    <h3>Catalogue tables</h3>
225
                                    <h2>Catalogue tables</h2>
226
                                    [% PROCESS pagelist module=modules.catalogue modulename="catalogue" %]
226
                                    [% PROCESS pagelist module=modules.catalogue modulename="catalogue" %]
227
                                </div>
227
                                </div>
228
228
229
                                <div class="panel_header"><a href="#cataloguing">Cataloging</a></div>
229
                                <div class="panel_header"><a href="#cataloguing">Cataloging</a></div>
230
                                <div id="cataloguing">
230
                                <div id="cataloguing">
231
                                    <h3>Cataloguing tables</h3>
231
                                    <h2>Cataloguing tables</h2>
232
                                    [% PROCESS pagelist module=modules.cataloguing modulename="cataloguing" %]
232
                                    [% PROCESS pagelist module=modules.cataloguing modulename="cataloguing" %]
233
                                </div>
233
                                </div>
234
234
235
                                <div class="panel_header"><a href="#circulation">Circulation</a></div>
235
                                <div class="panel_header"><a href="#circulation">Circulation</a></div>
236
                                <div id="circulation">
236
                                <div id="circulation">
237
                                    <h3>Circulation tables</h3>
237
                                    <h2>Circulation tables</h2>
238
                                    [% PROCESS pagelist module=modules.circ modulename="circ" %]
238
                                    [% PROCESS pagelist module=modules.circ modulename="circ" %]
239
                                </div>
239
                                </div>
240
240
241
                                <div class="panel_header"><a href="#coursereserves">Course reserves</a></div>
241
                                <div class="panel_header"><a href="#coursereserves">Course reserves</a></div>
242
                                <div id="coursereserves">
242
                                <div id="coursereserves">
243
                                    <h3>Course reserves tables</h3>
243
                                    <h2>Course reserves tables</h2>
244
                                    [% PROCESS pagelist module=modules.coursereserves modulename="coursereserves" %]
244
                                    [% PROCESS pagelist module=modules.coursereserves modulename="coursereserves" %]
245
                                </div>
245
                                </div>
246
246
247
                                <div class="panel_header"><a href="#ill">Interlibrary loans</a></div>
247
                                <div class="panel_header"><a href="#ill">Interlibrary loans</a></div>
248
                                <div id="ill">
248
                                <div id="ill">
249
                                    <h3>Interlibrary loans tables</h3>
249
                                    <h2>Interlibrary loans tables</h2>
250
                                    [% PROCESS pagelist module=modules.illrequests modulename="illrequests" %]
250
                                    [% PROCESS pagelist module=modules.illrequests modulename="illrequests" %]
251
                                </div>
251
                                </div>
252
252
253
                                <div class="panel_header"><a href="#members">Patrons</a></div>
253
                                <div class="panel_header"><a href="#members">Patrons</a></div>
254
                                <div id="members">
254
                                <div id="members">
255
                                    <h3>Patrons tables</h3>
255
                                    <h2>Patrons tables</h2>
256
                                    [% PROCESS pagelist module=modules.members modulename="members" %]
256
                                    [% PROCESS pagelist module=modules.members modulename="members" %]
257
                                </div>
257
                                </div>
258
258
259
                                <div class="panel_header"><a href="#pos">Point of sale</a></div>
259
                                <div class="panel_header"><a href="#pos">Point of sale</a></div>
260
                                <div id="pos">
260
                                <div id="pos">
261
                                    <h3>Point of sale tables</h3>
261
                                    <h2>Point of sale tables</h2>
262
                                    [% PROCESS pagelist module=modules.pos modulename="pos" %]
262
                                    [% PROCESS pagelist module=modules.pos modulename="pos" %]
263
                                </div>
263
                                </div>
264
264
265
                                <div class="panel_header"><a href="#tools">Tools</a></div>
265
                                <div class="panel_header"><a href="#tools">Tools</a></div>
266
                                <div id="tools">
266
                                <div id="tools">
267
                                    <h3>Tools tables</h3>
267
                                    <h2>Tools tables</h2>
268
                                    [% PROCESS pagelist module=modules.tools modulename="tools" %]
268
                                    [% PROCESS pagelist module=modules.tools modulename="tools" %]
269
                                </div>
269
                                </div>
270
270
271
                                <div class="panel_header"><a href="#opac">OPAC</a></div>
271
                                <div class="panel_header"><a href="#opac">OPAC</a></div>
272
                                <div id="opac">
272
                                <div id="opac">
273
                                    <h3>OPAC tables</h3>
273
                                    <h2>OPAC tables</h2>
274
                                    [% PROCESS pagelist module=modules.opac modulename="opac" %]
274
                                    [% PROCESS pagelist module=modules.opac modulename="opac" %]
275
                                </div>
275
                                </div>
276
276
277
                                <div class="panel_header"><a href="#reports">Reports</a></div>
277
                                <div class="panel_header"><a href="#reports">Reports</a></div>
278
                                <div id="reports">
278
                                <div id="reports">
279
                                    <h3>Reports tables</h3>
279
                                    <h2>Reports tables</h2>
280
                                    [% PROCESS pagelist module=modules.reports modulename="reports" %]
280
                                    [% PROCESS pagelist module=modules.reports modulename="reports" %]
281
                                </div>
281
                                </div>
282
282
283
                                <div class="panel_header"><a href="#serials">Serials</a></div>
283
                                <div class="panel_header"><a href="#serials">Serials</a></div>
284
                                <div id="serials">
284
                                <div id="serials">
285
                                    <h3>Serials tables</h3>
285
                                    <h2>Serials tables</h2>
286
                                    [% PROCESS pagelist module=modules.serials modulename="serials" %]
286
                                    [% PROCESS pagelist module=modules.serials modulename="serials" %]
287
                                </div>
287
                                </div>
288
288
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 / +1 lines)
Lines 203-209 Link Here
203
<h1>Currencies and exchange rates</h1>
203
<h1>Currencies and exchange rates</h1>
204
204
205
    [% IF currencies and no_active_currency %]
205
    [% IF currencies and no_active_currency %]
206
        <div class="dialog alert"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div>
206
        <div class="dialog alert"><h2>No active currency is defined</h2><p>Please edit one currency and mark it as active.</p></div>
207
    [% END %]
207
    [% END %]
208
208
209
    [% IF searchfield %]
209
    [% IF searchfield %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +1 lines)
Lines 217-223 Item types &rsaquo; Administration &rsaquo; Koha Link Here
217
            </ol>
217
            </ol>
218
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
218
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
219
                <div id="icons" class="toptabs" style="clear:both">
219
                <div id="icons" class="toptabs" style="clear:both">
220
                    <h5 style="margin-left:10px;">Choose an icon:</h5>
220
                    <p style="margin-left:10px;"><strong>Choose an icon:</strong></p>
221
                    <ul>
221
                    <ul>
222
                        <li><a href="#none">None</a></li>
222
                        <li><a href="#none">None</a></li>
223
                        [% FOREACH imageset IN imagesets %]
223
                        [% FOREACH imageset IN imagesets %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-6 / +6 lines)
Lines 101-107 Link Here
101
            <div class="modal-dialog">
101
            <div class="modal-dialog">
102
                <div class="modal-content">
102
                <div class="modal-content">
103
                    <div class="modal-header">
103
                    <div class="modal-header">
104
                        <h3 id="add-group-modal-label">Add group</h3>
104
                        <h2 id="add-group-modal-label">Add group</h2>
105
                    </div>
105
                    </div>
106
                    <div class="modal-body">
106
                    <div class="modal-body">
107
                        <fieldset class="rows">
107
                        <fieldset class="rows">
Lines 121-127 Link Here
121
                            </ol>
121
                            </ol>
122
                        </fieldset>
122
                        </fieldset>
123
                        <div id="root-group-features-add">
123
                        <div id="root-group-features-add">
124
                            <h3>Features</h3>
124
                            <h2>Features</h2>
125
                            <div class="checkbox">
125
                            <div class="checkbox">
126
                                <p>
126
                                <p>
127
                                    <label>
127
                                    <label>
Lines 164-170 Link Here
164
            <div class="modal-dialog">
164
            <div class="modal-dialog">
165
                <div class="modal-content">
165
                <div class="modal-content">
166
                    <div class="modal-header">
166
                    <div class="modal-header">
167
                        <h3 id="edit-group-modal-label">Edit group</h3>
167
                        <h2 id="edit-group-modal-label">Edit group</h2>
168
                    </div>
168
                    </div>
169
                    <div class="modal-body">
169
                    <div class="modal-body">
170
                        <input type="hidden" id="edit-group-modal-id" name="id" value="" />
170
                        <input type="hidden" id="edit-group-modal-id" name="id" value="" />
Lines 185-191 Link Here
185
                            </ol>
185
                            </ol>
186
                        </fieldset>
186
                        </fieldset>
187
                        <div id="root-group-features-edit">
187
                        <div id="root-group-features-edit">
188
                            <h3>Features</h3>
188
                            <h2>Features</h2>
189
                            <div class="checkbox">
189
                            <div class="checkbox">
190
                                <p>
190
                                <p>
191
                                    <label>
191
                                    <label>
Lines 230-236 Link Here
230
                    <input id="delete-group-modal-action" type="hidden" name="action" value="delete" />
230
                    <input id="delete-group-modal-action" type="hidden" name="action" value="delete" />
231
                    <input id="delete-group-modal-id" type="hidden" name="id" value="" />
231
                    <input id="delete-group-modal-id" type="hidden" name="id" value="" />
232
                    <div class="modal-header">
232
                    <div class="modal-header">
233
                        <h3 id="delete-group-modal-label">Delete group</h3>
233
                        <h2 id="delete-group-modal-label">Delete group</h2>
234
                    </div>
234
                    </div>
235
                    <div class="modal-body">
235
                    <div class="modal-body">
236
                        Are you sure you want to delete <span id="delete-group-modal-title" class="name"></span>?
236
                        Are you sure you want to delete <span id="delete-group-modal-title" class="name"></span>?
Lines 251-257 Link Here
251
                    <input id="remove-library-modal-action" type="hidden" name="action" value="delete" />
251
                    <input id="remove-library-modal-action" type="hidden" name="action" value="delete" />
252
                    <input id="remove-library-modal-id" type="hidden" name="id" value="" />
252
                    <input id="remove-library-modal-id" type="hidden" name="id" value="" />
253
                    <div class="modal-header">
253
                    <div class="modal-header">
254
                        <h3 id="remove-library-modal-label">Remove library from group</h3>
254
                        <h2 id="remove-library-modal-label">Remove library from group</h2>
255
                    </div>
255
                    </div>
256
                    <div class="modal-body">
256
                    <div class="modal-body">
257
                        Are you sure you want to remove <span id="remove-library-modal-library" class="name"></span> from <span id="remove-library-modal-group" class="name"></span>?
257
                        Are you sure you want to remove <span id="remove-library-modal-library" class="name"></span> from <span id="remove-library-modal-group" class="name"></span>?
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +2 lines)
Lines 187-193 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
187
187
188
[% IF ( delete_confirm ) %]
188
[% IF ( delete_confirm ) %]
189
    <div class="dialog alert">
189
    <div class="dialog alert">
190
        <h3>Confirm deletion of tag <span class="ex">'[% searchfield | html %]'</span>?</h3>
190
        <h2>Confirm deletion of tag <span class="ex">'[% searchfield | html %]'</span>?</h2>
191
        <p>Tag: [% searchfield | html %]</p>
191
        <p>Tag: [% searchfield | html %]</p>
192
        <p>Description: [% liblibrarian | html %]</p>
192
        <p>Description: [% liblibrarian | html %]</p>
193
        <form action="[% script_name | html %]" method="post">
193
        <form action="[% script_name | html %]" method="post">
Lines 204-210 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
204
204
205
[% IF ( delete_confirmed ) %]
205
[% IF ( delete_confirmed ) %]
206
206
207
    <div class="dialog message"><h3>Tag deleted</h3>
207
    <div class="dialog message"><h2>Tag deleted</h2>
208
    <form action="[% script_name | html %]" method="post"><input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
208
    <form action="[% script_name | html %]" method="post"><input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
209
        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
209
        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
210
    </form></div>
210
    </form></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-2 / +2 lines)
Lines 155-161 Link Here
155
                        </fieldset> <!-- /.rows -->
155
                        </fieldset> <!-- /.rows -->
156
156
157
                        <fieldset class="rows" id="match_points">
157
                        <fieldset class="rows" id="match_points">
158
                            <h4>Match points</h4>
158
                            <h2>Match points</h2>
159
                            [% IF ( edit_matching_rule ) %]
159
                            [% IF ( edit_matching_rule ) %]
160
                                [% IF ( matchpoints ) %]
160
                                [% IF ( matchpoints ) %]
161
                                    <p id="addMatchPoint" style="display:none;">
161
                                    <p id="addMatchPoint" style="display:none;">
Lines 268-274 Link Here
268
                        </fieldset> <!-- /#match_points -->
268
                        </fieldset> <!-- /#match_points -->
269
269
270
                        <fieldset class="rows" id="match_checks">
270
                        <fieldset class="rows" id="match_checks">
271
                            <h4>Required match checks</h4>
271
                            <h2>Required match checks</h2>
272
                            [% IF ( edit_matching_rule ) %]
272
                            [% IF ( edit_matching_rule ) %]
273
                                [% IF ( matchchecks ) %]
273
                                [% IF ( matchchecks ) %]
274
                                    <p id="addMatchCheck" style="display:none;">
274
                                    <p id="addMatchCheck" style="display:none;">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
      [% IF ( mappings_saved ) %]
35
      [% IF ( mappings_saved ) %]
36
        <div class="dialog message">
36
        <div class="dialog message">
37
          <h4>Mappings have been saved</h4>
37
            <p><strong>Mappings have been saved</strong></p>
38
          <p><a href="/cgi-bin/koha/admin/oai_sets.pl">Return to sets management</a></p>
38
          <p><a href="/cgi-bin/koha/admin/oai_sets.pl">Return to sets management</a></p>
39
        </div>
39
        </div>
40
      [% END %]
40
      [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 290-296 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
290
[% IF ( available_attribute_types ) %]
290
[% IF ( available_attribute_types ) %]
291
  [% FOREACH attribute IN available_attribute_types %]
291
  [% FOREACH attribute IN available_attribute_types %]
292
    [% IF attribute.class %]
292
    [% IF attribute.class %]
293
        <h4>[% attribute.lib | html %]</h4>
293
        <h2>[% attribute.lib | html %]</h2>
294
    [% END %]
294
    [% END %]
295
    <table class="patron_attributes_types">
295
    <table class="patron_attributes_types">
296
      <thead>
296
      <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt (-1 / +1 lines)
Lines 108-114 Link Here
108
                    </form>
108
                    </form>
109
109
110
                    [% UNLESS Koha.Preference('ManaToken') %]
110
                    [% UNLESS Koha.Preference('ManaToken') %]
111
                        <h3>Configure Mana KB</h3>
111
                        <h2>Configure Mana KB</h2>
112
112
113
                        <p>Once you have enabled Mana it must be configured. Type your name, and email address and submit. This will send an account creation request to Mana KB that will respond back with a Mana KB token (an encrypted ID that uniquely identifies your Koha installation). This token will automatically be saved in your database. After that you will receive an email. Read it and follow the instructions.</p>
113
                        <p>Once you have enabled Mana it must be configured. Type your name, and email address and submit. This will send an account creation request to Mana KB that will respond back with a Mana KB token (an encrypted ID that uniquely identifies your Koha installation). This token will automatically be saved in your database. After that you will receive an email. Read it and follow the instructions.</p>
114
                    [% END %]
114
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-5 / +5 lines)
Lines 527-533 Link Here
527
        </form>
527
        </form>
528
    </div>
528
    </div>
529
    <div id="defaults-for-this-library" class="container">
529
    <div id="defaults-for-this-library" class="container">
530
    <h3>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h3>
530
    <h2>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h2>
531
        <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
531
        <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
532
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
532
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
533
            <input type="hidden" name="op" value="set-branch-defaults" />
533
            <input type="hidden" name="op" value="set-branch-defaults" />
Lines 697-703 Link Here
697
    </div>
697
    </div>
698
    [% IF ( show_branch_cat_rule_form ) %]
698
    [% IF ( show_branch_cat_rule_form ) %]
699
    <div id="holds-policy-by-patron-category" class="container">
699
    <div id="holds-policy-by-patron-category" class="container">
700
    <h3>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h3>
700
    <h2>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h2>
701
        <p>For this library, you can specify the maximum number of loans that
701
        <p>For this library, you can specify the maximum number of loans that
702
            a patron of a given category can make, regardless of the item type.
702
            a patron of a given category can make, regardless of the item type.
703
        </p>
703
        </p>
Lines 778-786 Link Here
778
778
779
    <div id="refund-lost-item-fee-on-return" class="container">
779
    <div id="refund-lost-item-fee-on-return" class="container">
780
        [% IF current_branch == '*' %]
780
        [% IF current_branch == '*' %]
781
            <h3>Default lost item fee refund on return policy</h3>
781
            <h2>Default lost item fee refund on return policy</h2>
782
        [% ELSE %]
782
        [% ELSE %]
783
            <h3>Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]</h3>
783
            <h2>Lost item fee refund on return policy for [% Branches.GetName(current_branch) | html %]</h2>
784
        [% END %]
784
        [% END %]
785
        <p>Specify the default policy for lost item fees on return.
785
        <p>Specify the default policy for lost item fees on return.
786
        </p>
786
        </p>
Lines 881-887 Link Here
881
    </div>
881
    </div>
882
882
883
    <div id="holds-policy-by-item-type" class="container">
883
    <div id="holds-policy-by-item-type" class="container">
884
    <h3>[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</h3>
884
    <h2>[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</h2>
885
        <p>
885
        <p>
886
            For this library, you can edit rules for given itemtypes, regardless
886
            For this library, you can edit rules for given itemtypes, regardless
887
            of the patron's category.
887
            of the patron's category.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-1 / +1 lines)
Lines 267-273 Link Here
267
                    <div class="modal-content">
267
                    <div class="modal-content">
268
                        <div class="modal-header">
268
                        <div class="modal-header">
269
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
269
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
270
                            <h3 id="delete_confirm_modal_label">Delete server</h3>
270
                            <h2 id="delete_confirm_modal_label">Delete server</h2>
271
                        </div>
271
                        </div>
272
                        <div class="modal-body">
272
                        <div class="modal-body">
273
                            <div id="delete_confirm_dialog"></div>
273
                            <div id="delete_confirm_dialog"></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-2 / +1 lines)
Lines 45-51 Link Here
45
[% END %]
45
[% END %]
46
46
47
    [% IF ( errors ) %]<div class="dialog alert">
47
    [% IF ( errors ) %]<div class="dialog alert">
48
        <h4>There were problems with your submission</h4>
48
        <h2>There were problems with your submission</h2>
49
        <ul>
49
        <ul>
50
            [% FOR e IN errors %]
50
            [% FOR e IN errors %]
51
                <li>Invalid value for [% e | html %]</li>
51
                <li>Invalid value for [% e | html %]</li>
52
- 

Return to bug 27741