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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-4 / +4 lines)
Lines 102-108 Link Here
102
102
103
    [% IF op == 'list_tables' %]
103
    [% IF op == 'list_tables' %]
104
        [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription %]
104
        [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription %]
105
        <h3>Additional fields</h3>
105
        <h1>Additional fields</h1>
106
        <p>Select a table:</p>
106
        <p>Select a table:</p>
107
        [% BLOCK table_option %]
107
        [% BLOCK table_option %]
108
            <li><a href="?tablename=[% value | uri %]">[% content | html %] (<span class="ex">[% value | html %]</span>)</a></li>
108
            <li><a href="?tablename=[% value | uri %]">[% content | html %] (<span class="ex">[% value | html %]</span>)</a></li>
Lines 119-125 Link Here
119
            Additional permissions in the acquisitions or serials modules are required for editing additional fields
119
            Additional permissions in the acquisitions or serials modules are required for editing additional fields
120
        [% END %]
120
        [% END %]
121
    [% ELSIF op == 'list' %]
121
    [% ELSIF op == 'list' %]
122
        <h3>Additional fields for '[% tablename | html %]'</h3>
122
        <h1>Additional fields for '[% tablename | html %]'</h1>
123
        [% IF fields %]
123
        [% IF fields %]
124
            <table id="fieldst">
124
            <table id="fieldst">
125
                <thead>
125
                <thead>
Lines 157-165 Link Here
157
        [% END %]
157
        [% END %]
158
    [% ELSIF op == 'add_form' %]
158
    [% ELSIF op == 'add_form' %]
159
        [% IF field %]
159
        [% IF field %]
160
            <h3>Modify field</h3>
160
            <h1>Modify field</h1>
161
        [% ELSE %]
161
        [% ELSE %]
162
            <h3>Add field</h3>
162
            <h1>Add field</h1>
163
        [% END %]
163
        [% END %]
164
        <form action="" name="add_form" id="add_field" method="post">
164
        <form action="" name="add_form" id="add_field" method="post">
165
            <fieldset class="rows">
165
            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-1 / +1 lines)
Lines 24-29 Link Here
24
<div class="main container-fluid">
24
<div class="main container-fluid">
25
    <div class="row">
25
    <div class="row">
26
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
26
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
27
        <h1>Koha administration</h1>
27
            [% IF ( CAN_user_parameters_manage_mana ) %]
28
            [% IF ( CAN_user_parameters_manage_mana ) %]
28
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
29
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
29
                    <div class="dialog message">
30
                    <div class="dialog message">
Lines 50-56 Link Here
50
                    </div>
51
                    </div>
51
                [% END %]
52
                [% END %]
52
            [% END %]
53
            [% END %]
53
        <h1>Koha administration</h1>
54
        <div class="row">
54
        <div class="row">
55
            <div class="col-md-6 sysprefs">
55
            <div class="col-md-6 sysprefs">
56
            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
56
            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-7 / +9 lines)
Lines 177-183 Link Here
177
[% END %]
177
[% END %]
178
178
179
[% IF ( duplicate_form ) %]
179
[% IF ( duplicate_form ) %]
180
<h3>Duplicate budget</h3>
180
<h1>Duplicate budget</h1>
181
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
181
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
182
    <fieldset class="rows">
182
    <fieldset class="rows">
183
    <input type="hidden" name="op" value="duplicate_budget" />
183
    <input type="hidden" name="op" value="duplicate_budget" />
Lines 243-251 Link Here
243
    <!--  add or modify a budget period   -->
243
    <!--  add or modify a budget period   -->
244
244
245
    [% IF ( budget_period_id ) %]
245
    [% IF ( budget_period_id ) %]
246
        <h3>Modify budget <em>[% budget_period_description | html %]</em></h3>
246
        <h1>Modify budget <em>[% budget_period_description | html %]</em></h1>
247
    [% ELSE %]
247
    [% ELSE %]
248
        <h3>Add budget</h3>
248
        <h1>Add budget</h1>
249
	[% END %]
249
	[% END %]
250
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
250
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
251
    <fieldset class="rows">
251
    <fieldset class="rows">
Lines 324-339 Link Here
324
[% IF ( delete_confirm ) %]
324
[% IF ( delete_confirm ) %]
325
    [% IF ( total ) %]
325
    [% IF ( total ) %]
326
        <div class="dialog message">
326
        <div class="dialog message">
327
        <h3>Cannot delete budget</h3>
327
        <h1>Cannot delete budget</h1>
328
        <p><strong>This record is used [% total | html %] times</strong>
328
        <p><strong>This record is used [% total | html %] times</strong>
329
        . Deletion is not possible.</p>
329
        . Deletion is not possible.</p>
330
    [% ELSIF ( funds_exist ) %]
330
    [% ELSIF ( funds_exist ) %]
331
        <div class="dialog message">
331
        <div class="dialog message">
332
        <h3>Cannot delete budget</h3>
332
        <h1>Cannot delete budget</h1>
333
        <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p>
333
        <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p>
334
    [% ELSE %]
334
    [% ELSE %]
335
        <div class="dialog alert">
335
        <div class="dialog alert">
336
        <h3>Delete budget '[% budget_period_description | html %]'?</h3>
336
        <h1>Delete budget '[% budget_period_description | html %]'?</h1>
337
337
338
    <!-- ############################################################# -->
338
    <!-- ############################################################# -->
339
    <!-- "delete" and "cancel" buttons    -->
339
    <!-- "delete" and "cancel" buttons    -->
Lines 353-358 Link Here
353
[% END %]
353
[% END %]
354
354
355
[% IF close_form %]
355
[% IF close_form %]
356
<h1>Close budget [% budget_period_description | html %]</h1>
356
  [% IF budget_periods.size == 0 %]
357
  [% IF budget_periods.size == 0 %]
357
    You cannot move funds of this budget, there is no active budget.
358
    You cannot move funds of this budget, there is no active budget.
358
    Please create a new active budget and retry.
359
    Please create a new active budget and retry.
Lines 410-415 Link Here
410
    </form>
411
    </form>
411
  [% END %]
412
  [% END %]
412
[% ELSIF closed %]
413
[% ELSIF closed %]
414
    <h1>Budget [% budget_period_description | html %] closed</h1>
413
  <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>
415
  <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>
414
416
415
  <table id="closed_report">
417
  <table id="closed_report">
Lines 460-466 Link Here
460
462
461
<!--  DEFAULT  display budget periods list -->
463
<!--  DEFAULT  display budget periods list -->
462
[% IF ( else ) %]
464
[% IF ( else ) %]
463
  <h2>Budgets administration</h2>
465
  <h1>Budgets administration</h1>
464
466
465
    [% IF ( failed_delete_funds_exist ) %]
467
    [% IF ( failed_delete_funds_exist ) %]
466
        <div class="dialog message">Failed to delete budget because funds exist.</div>
468
        <div class="dialog message">Failed to delete budget because funds exist.</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-4 / +4 lines)
Lines 147-160 Link Here
147
                    </form>
147
                    </form>
148
            [% END %]
148
            [% END %]
149
            [% IF ( add_validate ) %]
149
            [% IF ( add_validate ) %]
150
                <h3>Data recorded</h3>
150
                <h1>Data recorded</h1>
151
                <form action="[% script_name | html %]" method="post">
151
                <form action="[% script_name | html %]" method="post">
152
                    <input type="submit" value="OK" />
152
                    <input type="submit" value="OK" />
153
                </form>
153
                </form>
154
            [% END %]
154
            [% END %]
155
            [% IF ( delete_confirm ) %]
155
            [% IF ( delete_confirm ) %]
156
                    <div class="dialog alert">
156
                    <div class="dialog alert">
157
                        <h3>Confirm deletion of contract <em>[% contractname | html %]</em></h3>
157
                        <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1>
158
                        <table>
158
                        <table>
159
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
159
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
160
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
160
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
Lines 177-190 Link Here
177
                    </div>
177
                    </div>
178
            [% END %]
178
            [% END %]
179
            [% IF ( delete_confirmed ) %]
179
            [% IF ( delete_confirmed ) %]
180
                <h3>Contract deleted</h3>
180
                <h1>Contract deleted</h1>
181
                <form action="[% script_name | html %]" method="post">
181
                <form action="[% script_name | html %]" method="post">
182
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
182
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
183
                    <input type="submit" value="OK" />
183
                    <input type="submit" value="OK" />
184
                </form>
184
                </form>
185
            [% END %]
185
            [% END %]
186
            [% IF ( else ) %]
186
            [% IF ( else ) %]
187
                <h2>Contract(s) of [% booksellername | html %]</h2>
187
                <h1>Contract(s) of [% booksellername | html %]</h1>
188
                [% IF ( loop ) %]
188
                [% IF ( loop ) %]
189
                    <table>
189
                    <table>
190
                        <tr>
190
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
[% INCLUDE 'budgets-admin-toolbar.inc' %]
41
[% INCLUDE 'budgets-admin-toolbar.inc' %]
42
42
43
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
43
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
44
<h3>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h3>
44
<h1>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h1>
45
<input type="hidden" name="authcat" value="[% authcat | html %]" />
45
<input type="hidden" name="authcat" value="[% authcat | html %]" />
46
<!-- Budget Lines -->
46
<!-- Budget Lines -->
47
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-1 / +1 lines)
Lines 86-92 Link Here
86
                </form>
86
                </form>
87
87
88
                <form id="delete-alert-form" action="audio_alerts.pl" method="post">
88
                <form id="delete-alert-form" action="audio_alerts.pl" method="post">
89
                    <h3>Audio alerts</h3>
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
                            <h3>Audio alerts are disabled</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-1 / +1 lines)
Lines 154-160 Link Here
154
154
155
[% IF op == 'list' %]
155
[% IF op == 'list' %]
156
156
157
    <h2>Background jobs</h2>
157
    <h1>Background jobs</h1>
158
158
159
    [% IF jobs.count %]
159
    [% IF jobs.count %]
160
        <table id="table_background_jobs">
160
        <table id="table_background_jobs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-6 / +6 lines)
Lines 134-147 Link Here
134
[% IF op == 'delete_confirm' %]
134
[% IF op == 'delete_confirm' %]
135
    <div class="dialog alert">
135
    <div class="dialog alert">
136
        [% IF biblios_use_this_framework %]
136
        [% IF biblios_use_this_framework %]
137
            <h3>This framework cannot be deleted</h3>
137
            <h1>This framework cannot be deleted</h1>
138
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
138
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
139
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
139
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
140
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
140
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
141
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
141
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
142
            </form>
142
            </form>
143
        [% ELSE %]
143
        [% ELSE %]
144
            <h3>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h3>
144
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
145
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
145
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
146
                <input type="hidden" name="op" value="delete_confirmed" />
146
                <input type="hidden" name="op" value="delete_confirmed" />
147
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
147
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
Lines 188-194 Link Here
188
                <div class="modal-content">
188
                <div class="modal-content">
189
                    <div class="modal-header">
189
                    <div class="modal-header">
190
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
190
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
191
                        <h3 id="exportLabelexportModal_default">Export default framework</h3>
191
                        <h1 id="exportLabelexportModal_default">Export default framework</h1>
192
                    </div> <!-- /.modal-header -->
192
                    </div> <!-- /.modal-header -->
193
                    <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank"  class="form_export">
193
                    <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank"  class="form_export">
194
                        <div class="modal-body">
194
                        <div class="modal-body">
Lines 213-219 Link Here
213
                <div class="modal-content">
213
                <div class="modal-content">
214
                    <div class="modal-header">
214
                    <div class="modal-header">
215
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
215
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
216
                        <h3 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h>
216
                        <h1 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1>
217
                    </div> <!-- /.modal-header -->
217
                    </div> <!-- /.modal-header -->
218
                    <form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import">
218
                    <form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import">
219
                        <div class="modal-body">
219
                        <div class="modal-body">
Lines 258-264 Link Here
258
                    <div class="modal-content">
258
                    <div class="modal-content">
259
                        <div class="modal-header">
259
                        <div class="modal-header">
260
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
260
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
261
                            <h3 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h3>
261
                            <h1 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h1>
262
                        </div> <!-- /.modal-header -->
262
                        </div> <!-- /.modal-header -->
263
                        <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank"  class="form_export">
263
                        <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank"  class="form_export">
264
                            <div class="modal-body">
264
                            <div class="modal-body">
Lines 283-289 Link Here
283
                    <div class="modal-content">
283
                    <div class="modal-content">
284
                        <div class="modal-header">
284
                        <div class="modal-header">
285
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
285
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
286
                            <h3 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h3>
286
                            <h1 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1>
287
                        </div> <!-- /.modal-header -->
287
                        </div> <!-- /.modal-header -->
288
                        <form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import">
288
                        <form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import">
289
                            <div class="modal-body">
289
                            <div class="modal-body">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-3 / +3 lines)
Lines 121-127 Link Here
121
[% END %]
121
[% END %]
122
122
123
[% IF op == 'add_form' %]
123
[% IF op == 'add_form' %]
124
    <h3>[% IF library %]Modify library[% ELSE %]New library[% END %]</h3>
124
    <h1>[% IF library %]Modify library[% ELSE %]New library[% END %]</h1>
125
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
125
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
126
        <fieldset class="rows">
126
        <fieldset class="rows">
127
            <input type="hidden" name="op" value="add_validate" />
127
            <input type="hidden" name="op" value="add_validate" />
Lines 270-276 Link Here
270
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
270
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
271
    <div class="dialog alert">
271
    <div class="dialog alert">
272
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
272
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
273
            <h3>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h3>
273
            <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1>
274
            <input type="hidden" name="op" value="delete_confirmed" />
274
            <input type="hidden" name="op" value="delete_confirmed" />
275
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
275
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
276
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
276
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
Lines 283-289 Link Here
283
[% END %]
283
[% END %]
284
284
285
[% IF op == 'list' %]
285
[% IF op == 'list' %]
286
    <h3>Libraries</h3>
286
    <h1>Libraries</h1>
287
    [% IF libraries_count > 0 %]
287
    [% IF libraries_count > 0 %]
288
        <table id="libraries">
288
        <table id="libraries">
289
            <thead>
289
            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +2 lines)
Lines 95-101 Link Here
95
                [% END %]
95
                [% END %]
96
96
97
                [% IF op == 'add_form' %]
97
                [% IF op == 'add_form' %]
98
                <h3>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h3>
98
                <h1>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h1>
99
                <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post">
99
                <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post">
100
100
101
                    <fieldset class="rows">
101
                    <fieldset class="rows">
Lines 152-157 Link Here
152
                   <a class="btn btn-default" id="newcashregister" href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form"><i class="fa fa-plus"></i> New cash register</a>
152
                   <a class="btn btn-default" id="newcashregister" href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form"><i class="fa fa-plus"></i> New cash register</a>
153
               </div>
153
               </div>
154
154
155
               <h1>Cash registers</h1>
155
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
156
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
156
                       <option value=""></option>
157
                       <option value=""></option>
157
                       [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
158
                       [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-6 / +8 lines)
Lines 430-440 Link Here
430
    <form action="/cgi-bin/koha/admin/categories.pl" method="post">
430
    <form action="/cgi-bin/koha/admin/categories.pl" method="post">
431
        <fieldset>
431
        <fieldset>
432
            <legend>
432
            <legend>
433
                [% IF patrons_in_category > 0 %]
433
                <h1>
434
                    Category [% categorycode | html %] is in use.  Deletion not possible!
434
                    [% IF patrons_in_category > 0 %]
435
                [% ELSE %]
435
                        Category [% categorycode | html %] is in use.  Deletion not possible!
436
                    Confirm deletion of category [% categorycode | html %]
436
                    [% ELSE %]
437
                [% END %]
437
                        Confirm deletion of category [% categorycode | html %]
438
                    [% END %]
439
            </h1>
438
            </legend>
440
            </legend>
439
441
440
            [% IF patrons_in_category > 0  %]
442
            [% IF patrons_in_category > 0  %]
Lines 510-516 Link Here
510
        <a class="btn btn-default" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a>
512
        <a class="btn btn-default" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a>
511
    </div>
513
    </div>
512
514
513
    <h2>Patron categories</h2>
515
    <h1>Patron categories</h1>
514
    [% IF searchfield %]
516
    [% IF searchfield %]
515
        You Searched for [% searchfield | html %]</span>
517
        You Searched for [% searchfield | html %]</span>
516
    [% END %]
518
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +2 lines)
Lines 125-131 Link Here
125
125
126
[% IF op == 'delete_confirm' %]
126
[% IF op == 'delete_confirm' %]
127
    <div class="dialog alert">
127
    <div class="dialog alert">
128
        <h3>Delete city "[% city.city_name | html %]?"</h3>
128
        <h1>Delete city "[% city.city_name | html %]?"</h1>
129
        <table>
129
        <table>
130
            <tr><th>City id</th>
130
            <tr><th>City id</th>
131
                <td>[% city.cityid | html %]</td>
131
                <td>[% city.cityid | html %]</td>
Lines 160-166 Link Here
160
        <a class="btn btn-default" id="newcity" href="/cgi-bin/koha/admin/cities.pl?op=add_form"><i class="fa fa-plus"></i> New city</a>
160
        <a class="btn btn-default" id="newcity" href="/cgi-bin/koha/admin/cities.pl?op=add_form"><i class="fa fa-plus"></i> New city</a>
161
    </div>
161
    </div>
162
162
163
    <h2>Cities</h2>
163
    <h1>Cities</h1>
164
    [% IF city_name_filter %]
164
    [% IF city_name_filter %]
165
        Searching: [% city_name_filter | html %]
165
        Searching: [% city_name_filter | html %]
166
    [% END %]
166
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-7 / +7 lines)
Lines 145-153 Link Here
145
145
146
[% IF op == 'add_source' %]
146
[% IF op == 'add_source' %]
147
  [% IF class_source %]
147
  [% IF class_source %]
148
<h2>Modify classification source</h2>
148
<h1>Modify classification source</h1>
149
  [% ELSE %]
149
  [% ELSE %]
150
<h2>Add classification source</h2>
150
<h1>Add classification source</h1>
151
  [% END %]
151
  [% END %]
152
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
152
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
153
  <input type="hidden" name="op" value="add_source_validate" />
153
  <input type="hidden" name="op" value="add_source_validate" />
Lines 209-217 Link Here
209
209
210
[% IF op == 'add_sort_rule' %]
210
[% IF op == 'add_sort_rule' %]
211
  [% IF sort_rule %]
211
  [% IF sort_rule %]
212
<h2>Modify filing rule</h2>
212
<h1>Modify filing rule</h1>
213
  [% ELSE %]
213
  [% ELSE %]
214
<h2>Add filing rule</h2>
214
<h1>Add filing rule</h1>
215
  [% END %]
215
  [% END %]
216
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
216
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
217
  <input type="hidden" name="op" value="add_sort_rule_validate" />
217
  <input type="hidden" name="op" value="add_sort_rule_validate" />
Lines 255-263 Link Here
255
255
256
[% IF op == 'add_split_rule' %]
256
[% IF op == 'add_split_rule' %]
257
  [% IF split_rule %]
257
  [% IF split_rule %]
258
<h2>Modify splitting rule</h2>
258
<h1>Modify splitting rule</h1>
259
  [% ELSE %]
259
  [% ELSE %]
260
<h2>Add splitting rule</h2>
260
<h1>Add splitting rule</h1>
261
  [% END %]
261
  [% END %]
262
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
262
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
263
  <input type="hidden" name="op" value="add_split_rule_validate" />
263
  <input type="hidden" name="op" value="add_split_rule_validate" />
Lines 334-340 Link Here
334
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
334
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
335
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
335
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
336
</div>
336
</div>
337
337
<h1>Classification sources</h1>
338
<h2>Classification sources</h2>
338
<h2>Classification sources</h2>
339
<table>
339
<table>
340
  <tr>
340
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-2 / +2 lines)
Lines 34-43 Link Here
34
        <div class="col-sm-10 col-sm-push-2">
34
        <div class="col-sm-10 col-sm-push-2">
35
            <main>
35
            <main>
36
36
37
    <h2>Cloning circulation and fine rules
37
    <h1>Cloning circulation and fine rules
38
        [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
38
        [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
39
        [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
39
        [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
40
    </h2>
40
    </h1>
41
41
42
    [% IF ( result ) %]
42
    [% IF ( result ) %]
43
	[% IF ( error ) %]
43
	[% IF ( error ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 lines)
Lines 200-206 Link Here
200
                <div class="col-sm-10 col-sm-push-2">
200
                <div class="col-sm-10 col-sm-push-2">
201
                        <main>
201
                        <main>
202
202
203
                            <h2>Table settings</h2>
203
                            <h1>Table settings</h1>
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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-3 / +3 lines)
Lines 79-87 Link Here
79
79
80
                [% IF op == 'add_form' %]
80
                [% IF op == 'add_form' %]
81
                    [% IF credit_type %]
81
                    [% IF credit_type %]
82
                        <h3>Modify a credit type</h3>
82
                        <h1>Modify a credit type</h1>
83
                    [% ELSE %]
83
                    [% ELSE %]
84
                        <h3>New credit type</h3>
84
                        <h1>New credit type</h1>
85
                    [% END %]
85
                    [% END %]
86
86
87
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
87
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
Lines 157-163 Link Here
157
                        <a class="btn btn-default" id="newcredittype" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form"><i class="fa fa-plus"></i> New credit type</a>
157
                        <a class="btn btn-default" id="newcredittype" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form"><i class="fa fa-plus"></i> New credit type</a>
158
                    </div>
158
                    </div>
159
159
160
                    <h3>Account credit types</h3>
160
                    <h1>Account credit types</h1>
161
                    [% IF credit_types.count %]
161
                    [% IF credit_types.count %]
162
                        <table id="table_credit_types">
162
                        <table id="table_credit_types">
163
                            <thead>
163
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-7 / +9 lines)
Lines 97-107 Link Here
97
    <input type="hidden" name="op" value="add_validate" />
97
    <input type="hidden" name="op" value="add_validate" />
98
    <fieldset class="rows">
98
    <fieldset class="rows">
99
        <legend>
99
        <legend>
100
            [% IF currency %]
100
            <h1>
101
                Modify currency
101
                [% IF currency %]
102
            [% ELSE %]
102
                    Modify currency
103
                New currency
103
                [% ELSE %]
104
            [% END %]
104
                    New currency
105
                [% END %]
106
            </h1>
105
        </legend>
107
        </legend>
106
        <ol>
108
        <ol>
107
            <li>
109
            <li>
Lines 175-181 Link Here
175
    </div>
177
    </div>
176
    [% ELSE %]
178
    [% ELSE %]
177
    <div class="dialog alert">
179
    <div class="dialog alert">
178
        <h3>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3>
180
        <h1>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
179
        <table>
181
        <table>
180
            <tr><th>Currency</th>
182
            <tr><th>Currency</th>
181
                <td>[% currency.currency | html %]</td>
183
                <td>[% currency.currency | html %]</td>
Lines 198-204 Link Here
198
200
199
[% IF op == 'list' %]
201
[% IF op == 'list' %]
200
202
201
<h2>Currencies and exchange rates</h2>
203
<h1>Currencies and exchange rates</h1>
202
204
203
    [% IF currencies and no_active_currency %]
205
    [% IF currencies and no_active_currency %]
204
        <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"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-3 / +3 lines)
Lines 80-88 Link Here
80
80
81
                [% IF op == 'add_form' %]
81
                [% IF op == 'add_form' %]
82
                    [% IF debit_type %]
82
                    [% IF debit_type %]
83
                        <h3>Modify a debit type</h3>
83
                        <h1>Modify a debit type</h1>
84
                    [% ELSE %]
84
                    [% ELSE %]
85
                        <h3>New debit type</h3>
85
                        <h1>New debit type</h1>
86
                    [% END %]
86
                    [% END %]
87
87
88
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
88
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
Lines 151-157 Link Here
151
                        <a class="btn btn-default" id="newdebittype" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form"><i class="fa fa-plus"></i> New debit type</a>
151
                        <a class="btn btn-default" id="newdebittype" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form"><i class="fa fa-plus"></i> New debit type</a>
152
                    </div>
152
                    </div>
153
153
154
                    <h3>Account debit types</h3>
154
                    <h1>Account debit types</h1>
155
                    [% IF debit_types.count %]
155
                    [% IF debit_types.count %]
156
                        <table id="table_debit_types">
156
                        <table id="table_debit_types">
157
                            <thead>
157
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-2 / +2 lines)
Lines 128-134 Link Here
128
128
129
[% IF op == 'delete_confirm' %]
129
[% IF op == 'delete_confirm' %]
130
    <div class="dialog alert">
130
    <div class="dialog alert">
131
        <h3>Delete desk "[% desk.desk_name | html %]"?</h3>
131
        <h1>Delete desk "[% desk.desk_name | html %]?"</h1>
132
        <table>
132
        <table>
133
            <tr><th>Desk ID</th>
133
            <tr><th>Desk ID</th>
134
                <td>[% desk.desk_id | html %]</td>
134
                <td>[% desk.desk_id | html %]</td>
Lines 157-163 Link Here
157
        <a class="btn btn-default" id="newdesk" href="/cgi-bin/koha/admin/desks.pl?op=add_form"><i class="fa fa-plus"></i> New desk</a>
157
        <a class="btn btn-default" id="newdesk" href="/cgi-bin/koha/admin/desks.pl?op=add_form"><i class="fa fa-plus"></i> New desk</a>
158
    </div>
158
    </div>
159
159
160
    <h2>Desks</h2>
160
    <h1>Desks</h1>
161
    [% IF searchfield %]
161
    [% IF searchfield %]
162
        Searching: [% searchfield | html %]
162
        Searching: [% searchfield | html %]
163
    [% END %]
163
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
        <div class="col-sm-10 col-sm-push-2">
53
        <div class="col-sm-10 col-sm-push-2">
54
            <main>
54
            <main>
55
55
56
        <h3>Did you mean?</h3>
56
        <h1>Did you mean?</h1>
57
        <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong>
57
        <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong>
58
            Configuring 'Did you mean?' plugins requires Javascript. If
58
            Configuring 'Did you mean?' plugins requires Javascript. If
59
            you are unable to use Javascript, you may be able to enter the
59
            you are unable to use Javascript, you may be able to enter the
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-7 / +9 lines)
Lines 89-99 Link Here
89
  [% END %]
89
  [% END %]
90
  <fieldset class="rows">
90
  <fieldset class="rows">
91
  <legend>
91
  <legend>
92
  [% IF account %]
92
        <h1>
93
     Modify account
93
            [% IF account %]
94
  [% ELSE %]
94
                Modify account
95
    New account
95
            [% ELSE %]
96
  [% END %]
96
                New account
97
            [% END %]
98
        </h1>
97
  </legend>
99
  </legend>
98
100
99
  <ol>
101
  <ol>
Lines 241-247 Link Here
241
[% END %]
243
[% END %]
242
[% IF delete_confirm %]
244
[% IF delete_confirm %]
243
<div class="dialog alert">
245
<div class="dialog alert">
244
<h3>Delete this account?</h3>
246
<h1>Delete this account?</h1>
245
<table>
247
<table>
246
    <tr>
248
    <tr>
247
    <th>Vendor</th>
249
    <th>Vendor</th>
Lines 270-276 Link Here
270
[% END %]
272
[% END %]
271
[% IF display %]
273
[% IF display %]
272
[% IF ( ediaccounts ) %]
274
[% IF ( ediaccounts ) %]
273
<h2>Vendor EDI accounts</h2>
275
<h1>Vendor EDI accounts</h1>
274
276
275
    <table>
277
    <table>
276
    <tr>
278
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-7 / +9 lines)
Lines 87-97 Link Here
87
87
88
  <fieldset class="rows">
88
  <fieldset class="rows">
89
      <legend>
89
      <legend>
90
          [% IF ean %]
90
            <h1>
91
             Modify EAN
91
                [% IF ean %]
92
          [% ELSE %]
92
                    Modify EAN
93
            New EAN
93
                [% ELSE %]
94
          [% END %]
94
                    New EAN
95
                [% END %]
96
            </h1>
95
      </legend>
97
      </legend>
96
98
97
      <ol>
99
      <ol>
Lines 144-150 Link Here
144
146
145
[% IF delete_confirm %]
147
[% IF delete_confirm %]
146
<div class="dialog alert">
148
<div class="dialog alert">
147
<h3>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h3>
149
<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1>
148
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
150
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
149
    <input type="hidden" name="op" value="delete_confirmed" />
151
    <input type="hidden" name="op" value="delete_confirmed" />
150
    <input type="hidden" name="id" value="[% ean.id | html %]" />
152
    <input type="hidden" name="id" value="[% ean.id | html %]" />
Lines 158-164 Link Here
158
160
159
[% IF display %]
161
[% IF display %]
160
[% IF ( eans ) %]
162
[% IF ( eans ) %]
161
    <h2>Library EANs</h2>
163
    <h1>Library EANs</h1>
162
    <table>
164
    <table>
163
        <tr>
165
        <tr>
164
            <th>Library</th>
166
            <th>Library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-2 / +2 lines)
Lines 66-72 Link Here
66
          [% END %]
66
          [% END %]
67
          [% IF fields.size %]
67
          [% IF fields.size %]
68
              <div id="search_fields_list">
68
              <div id="search_fields_list">
69
                  <h2>Item search fields</h2>
69
                  <h1>Item search fields</h1>
70
70
71
                  <table id="search_fields_table">
71
                  <table id="search_fields_table">
72
                    <thead>
72
                    <thead>
Lines 104-110 Link Here
104
104
105
          <form id="add_field_form" action="/cgi-bin/koha/admin/items_search_fields.pl" method="POST" class="validated">
105
          <form id="add_field_form" action="/cgi-bin/koha/admin/items_search_fields.pl" method="POST" class="validated">
106
            <fieldset class="rows">
106
            <fieldset class="rows">
107
              <legend>Add a new field</legend>
107
                <legend><h1>Add a new field</h1></legend>
108
              [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
108
              [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
109
              <input type="hidden" name="op" value="add" />
109
              <input type="hidden" name="op" value="add" />
110
            </fieldset>
110
            </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-4 / +4 lines)
Lines 142-150 Data deleted Link Here
142
142
143
[% IF op == 'add_form' %]
143
[% IF op == 'add_form' %]
144
    [% IF itemtype %]
144
    [% IF itemtype %]
145
        <h3>Modify item type</h3>
145
        <h1>Modify item type</h1>
146
    [% ELSE %]
146
    [% ELSE %]
147
        <h3>Add item type</h3>
147
        <h1>Add item type</h1>
148
    [% END %]
148
    [% END %]
149
    <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
149
    <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
150
        <input type="hidden" name="op" value="add_validate" />
150
        <input type="hidden" name="op" value="add_validate" />
Lines 404-410 Data deleted Link Here
404
404
405
[% IF op == 'delete_confirm' %]
405
[% IF op == 'delete_confirm' %]
406
    <div class="dialog alert">
406
    <div class="dialog alert">
407
        <h3>Delete item type '[% itemtype.itemtype | html %]'?</h3>
407
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
408
        <table>
408
        <table>
409
            <tr>
409
            <tr>
410
                <th scope="row">Item type</th>
410
                <th scope="row">Item type</th>
Lines 433-439 Data deleted Link Here
433
[% END %]
433
[% END %]
434
434
435
[% IF op == 'list' %]
435
[% IF op == 'list' %]
436
    <h2>Item types administration</h2>
436
    <h1>Item types administration</h1>
437
    [% IF itemtypes %]
437
    [% IF itemtypes %]
438
        <table id="table_item_type">
438
        <table id="table_item_type">
439
          <thead>
439
          <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
                        </div>
72
                        </div>
73
                    </div>
73
                    </div>
74
74
75
                <h2>Library groups</h2>
75
                <h1>Library groups</h1>
76
76
77
                [% FOREACH root_group IN root_groups %]
77
                [% FOREACH root_group IN root_groups %]
78
                    <table class="library-groups">
78
                    <table class="library-groups">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (+1 lines)
Lines 11-16 Link Here
11
    <div class="container-fluid">
11
    <div class="container-fluid">
12
        <div class="row">
12
        <div class="row">
13
            <div class="col-sm-12">
13
            <div class="col-sm-12">
14
                <h1>Localization</h1>
14
<form id="add_translation" method="post">
15
<form id="add_translation" method="post">
15
    <input type="hidden" name="entity" value="[% entity | html %]" />
16
    <input type="hidden" name="entity" value="[% entity | html %]" />
16
    <input type="hidden" name="code" value="[% code | html %]" />
17
    <input type="hidden" name="code" value="[% code | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 322-328 Link Here
322
322
323
                    [% IF ( delete_confirm ) %]
323
                    [% IF ( delete_confirm ) %]
324
                        <div class="dialog alert">
324
                        <div class="dialog alert">
325
                            <h3>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h3>
325
                            <h1>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h1>
326
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
326
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
327
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
327
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
328
328
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-4 / +4 lines)
Lines 113-121 Link Here
113
113
114
                [% IF ( matching_rule_form ) %]
114
                [% IF ( matching_rule_form ) %]
115
                    [% IF ( edit_matching_rule ) %]
115
                    [% IF ( edit_matching_rule ) %]
116
                        <h2>Modify record matching rule</h2>
116
                        <h1>Modify record matching rule</h1>
117
                    [% ELSE %]
117
                    [% ELSE %]
118
                        <h2>Add record matching rule</h2>
118
                        <h1>Add record matching rule</h1>
119
                    [% END %]
119
                    [% END %]
120
                    <form action="[% script_name | html %]" name="Aform" method="post">
120
                    <form action="[% script_name | html %]" name="Aform" method="post">
121
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
121
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
Lines 426-432 Link Here
426
426
427
                [% IF ( delete_matching_rule_form ) %]
427
                [% IF ( delete_matching_rule_form ) %]
428
                    <div class="dialog alert">
428
                    <div class="dialog alert">
429
                        <h3>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3>
429
                        <h1>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
430
                        <form action="[% script_name | html %]" name="Aform" method="post">
430
                        <form action="[% script_name | html %]" name="Aform" method="post">
431
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
431
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
432
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
432
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
Lines 444-450 Link Here
444
                        <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a>
444
                        <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a>
445
                    </div>
445
                    </div>
446
446
447
                    <h2>Record matching rules</h2>
447
                    <h1>Record matching rules</h1>
448
448
449
                    [% IF ( added_matching_rule ) %]
449
                    [% IF ( added_matching_rule ) %]
450
                        <div class="dialog message">Added record matching rule &quot;[% added_matching_rule | html %]&quot;</div>
450
                        <div class="dialog message">Added record matching rule &quot;[% added_matching_rule | html %]&quot;</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-3 / +3 lines)
Lines 57-66 Link Here
57
        [% IF ( op_new || op_mod ) %]
57
        [% IF ( op_new || op_mod ) %]
58
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
58
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
59
            [% IF ( op_new ) %]
59
            [% IF ( op_new ) %]
60
                <h2>Add a new OAI set</h2>
60
                <h1>Add a new OAI set</h1>
61
                <input type="hidden" name="op" value="savenew" />
61
                <input type="hidden" name="op" value="savenew" />
62
            [% ELSIF ( op_mod ) %]
62
            [% ELSIF ( op_mod ) %]
63
                <h2>Edit OAI set '[% spec | html %]'</h2>
63
                <h1>Edit OAI set '[% spec | html %]'</h1>
64
                    <input type="hidden" name="op" value="savemod" />
64
                    <input type="hidden" name="op" value="savemod" />
65
                    <input type="hidden" name="id" value="[% id | html %]" />
65
                    <input type="hidden" name="id" value="[% id | html %]" />
66
            [% END %]
66
            [% END %]
Lines 97-103 Link Here
97
            <a class="btn btn-default" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="fa fa-plus"></i> New set</a>
97
            <a class="btn btn-default" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="fa fa-plus"></i> New set</a>
98
        </div>
98
        </div>
99
99
100
        <h2>OAI sets</h2>
100
        <h1>OAI sets</h1>
101
        [% IF sets_loop %]
101
        [% IF sets_loop %]
102
            <table>
102
            <table>
103
                <thead>
103
                <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
        <div class="col-sm-10 col-sm-push-2">
32
        <div class="col-sm-10 col-sm-push-2">
33
            <main>
33
            <main>
34
34
35
                <h2>OverDrive library authnames</h2>
35
                <h1>OverDrive library authnames</h1>
36
36
37
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
37
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
38
                    <input type="hidden" name="op" value="update" />
38
                    <input type="hidden" name="op" value="update" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-4 / +4 lines)
Lines 79-87 Link Here
79
79
80
[% IF ( attribute_type_form ) %]
80
[% IF ( attribute_type_form ) %]
81
  [% IF ( edit_attribute_type ) %]
81
  [% IF ( edit_attribute_type ) %]
82
<h2>Modify patron attribute type</h2>
82
<h1>Modify patron attribute type</h1>
83
  [% ELSE %]
83
  [% ELSE %]
84
<h2>Add patron attribute type</h2>
84
<h1>Add patron attribute type</h1>
85
  [% END %]
85
  [% END %]
86
[% IF ( duplicate_code_error ) %]
86
[% IF ( duplicate_code_error ) %]
87
<div class="dialog message">Could not add patron attribute type &quot;[% duplicate_code_error | html %]&quot; 
87
<div class="dialog message">Could not add patron attribute type &quot;[% duplicate_code_error | html %]&quot; 
Lines 251-257 Link Here
251
251
252
[% IF ( delete_attribute_type_form ) %]
252
[% IF ( delete_attribute_type_form ) %]
253
    <div class="dialog alert">
253
    <div class="dialog alert">
254
        <h3>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3>
254
        <h1>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
255
        <form action="[% script_name | html %]" name="Aform" method="post">
255
        <form action="[% script_name | html %]" name="Aform" method="post">
256
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
256
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
257
            <input type="hidden" name="code" value="[% code | html %]" />
257
            <input type="hidden" name="code" value="[% code | html %]" />
Lines 269-275 Link Here
269
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
269
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
270
</div>
270
</div>
271
271
272
<h2>Patron attribute types</h2>
272
<h1>Patron attribute types</h1>
273
[% IF ( added_attribute_type ) %]
273
[% IF ( added_attribute_type ) %]
274
<div class="dialog message">Added patron attribute type &quot;[% added_attribute_type | html %]&quot;</div>
274
<div class="dialog message">Added patron attribute type &quot;[% added_attribute_type | html %]&quot;</div>
275
[% END %]
275
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +2 lines)
Lines 38-45 Link Here
38
        <div class="col-sm-10 col-sm-push-2">
38
        <div class="col-sm-10 col-sm-push-2">
39
            <main>
39
            <main>
40
40
41
    <h1>System preferences</h1>
41
    [% IF ( jump_not_found ) %]
42
    [% IF ( jump_not_found ) %]
42
    <h2>System preferences</h2>
43
    <div class="dialog alert">
43
    <div class="dialog alert">
44
        Could not find a system preference named <code>[% jumpfield | html %]</code>.
44
        Could not find a system preference named <code>[% jumpfield | html %]</code>.
45
    </div>
45
    </div>
Lines 49-55 Link Here
49
        No system preferences matched your search for: <strong>[% searchfield | html %]</strong>
49
        No system preferences matched your search for: <strong>[% searchfield | html %]</strong>
50
    </div>
50
    </div>
51
    [% ELSIF searchfield %]
51
    [% ELSIF searchfield %]
52
        <h1>You searched for: [% searchfield | html %]</h1>
52
        <h2>You searched for: [% searchfield | html %]</h2>
53
    [% END %]
53
    [% END %]
54
    [% FOREACH TAB IN TABS %]
54
    [% FOREACH TAB IN TABS %]
55
    <div class="prefs-tab">
55
    <div class="prefs-tab">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
                    <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
35
                    <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
36
                </div>
36
                </div>
37
37
38
                <h2>SMS cellular providers</h2>
38
                <h1>SMS cellular providers</h1>
39
39
40
                [% IF providers.size %]
40
                [% IF providers.size %]
41
41
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-3 / +3 lines)
Lines 83-89 SMTP servers Link Here
83
    <div class="dialog alert"   id="smtp_delete_error"   style="display: none;"></div>
83
    <div class="dialog alert"   id="smtp_delete_error"   style="display: none;"></div>
84
84
85
[% IF op == 'add_form' %]
85
[% IF op == 'add_form' %]
86
    <h3>New SMTP server</h3>
86
    <h1>New SMTP server</h1>
87
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
87
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
88
        <input type="hidden" name="op" value="add" />
88
        <input type="hidden" name="op" value="add" />
89
        <fieldset class="rows">
89
        <fieldset class="rows">
Lines 146-152 SMTP servers Link Here
146
[% END %]
146
[% END %]
147
147
148
[% IF op == 'edit_form' %]
148
[% IF op == 'edit_form' %]
149
    <h3>Edit SMTP server</h3>
149
    <h1>Edit SMTP server</h1>
150
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
150
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
151
        <input type="hidden" name="op" value="edit_save" />
151
        <input type="hidden" name="op" value="edit_save" />
152
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
152
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
Lines 233-239 SMTP servers Link Here
233
        <a class="btn btn-default" id="new_smtp_server" href="/cgi-bin/koha/admin/smtp_servers.pl?op=add_form"><i class="fa fa-plus"></i> New SMTP server</a>
233
        <a class="btn btn-default" id="new_smtp_server" href="/cgi-bin/koha/admin/smtp_servers.pl?op=add_form"><i class="fa fa-plus"></i> New SMTP server</a>
234
    </div>
234
    </div>
235
235
236
    <h3>SMTP servers</h3>
236
    <h1>SMTP servers</h1>
237
237
238
        <div class="dialog message" id="default_server_message">
238
        <div class="dialog message" id="default_server_message">
239
        <p>Default configuration:</p>
239
        <p>Default configuration:</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 188-194 Link Here
188
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
188
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
189
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
189
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
190
    </div>
190
    </div>
191
    <h3>Z39.50/SRU servers administration</h3>
191
    <h1>Z19.50/SRU servers administration</h1>
192
    [% IF id %]
192
    [% IF id %]
193
        You searched for record [% id | html %]
193
        You searched for record [% id | html %]
194
    [% ELSIF searchfield %]
194
    [% ELSIF searchfield %]
195
- 

Return to bug 27631