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 63-69 Link Here
63
63
64
    [% IF op == 'list_tables' %]
64
    [% IF op == 'list_tables' %]
65
        [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription %]
65
        [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription %]
66
        <h3>Additional fields</h3>
66
        <h1>Additional fields</h1>
67
        <p>Select a table:</p>
67
        <p>Select a table:</p>
68
        [% BLOCK table_option %]
68
        [% BLOCK table_option %]
69
            <li><a href="?tablename=[% value | uri %]">[% content | html %] (<span class="ex">[% value | html %]</span>)</a></li>
69
            <li><a href="?tablename=[% value | uri %]">[% content | html %] (<span class="ex">[% value | html %]</span>)</a></li>
Lines 80-86 Link Here
80
            Additional permissions in the acquisitions or serials modules are required for editing additional fields
80
            Additional permissions in the acquisitions or serials modules are required for editing additional fields
81
        [% END %]
81
        [% END %]
82
    [% ELSIF op == 'list' %]
82
    [% ELSIF op == 'list' %]
83
        <h3>Additional fields for '[% tablename | html %]'</h3>
83
        <h1>Additional fields for '[% tablename | html %]'</h1>
84
        [% IF fields %]
84
        [% IF fields %]
85
            <table id="fieldst">
85
            <table id="fieldst">
86
                <thead>
86
                <thead>
Lines 118-126 Link Here
118
        [% END %]
118
        [% END %]
119
    [% ELSIF op == 'add_form' %]
119
    [% ELSIF op == 'add_form' %]
120
        [% IF field %]
120
        [% IF field %]
121
            <h3>Modify field</h3>
121
            <h1>Modify field</h1>
122
        [% ELSE %]
122
        [% ELSE %]
123
            <h3>Add field</h3>
123
            <h1>Add field</h1>
124
        [% END %]
124
        [% END %]
125
        <form action="" name="add_form" id="add_field" method="post">
125
        <form action="" name="add_form" id="add_field" method="post">
126
            <fieldset class="rows">
126
            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-1 / +1 lines)
Lines 13-18 Link Here
13
<div class="main container-fluid">
13
<div class="main container-fluid">
14
    <div class="row">
14
    <div class="row">
15
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
15
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
16
        <h1>Koha administration</h1>
16
            [% IF ( CAN_user_parameters_manage_mana ) %]
17
            [% IF ( CAN_user_parameters_manage_mana ) %]
17
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
18
                [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]
18
                    <div class="dialog message">
19
                    <div class="dialog message">
Lines 39-45 Link Here
39
                    </div>
40
                    </div>
40
                [% END %]
41
                [% END %]
41
            [% END %]
42
            [% END %]
42
        <h1>Koha administration</h1>
43
        <div class="row">
43
        <div class="row">
44
            <div class="col-md-6 sysprefs">
44
            <div class="col-md-6 sysprefs">
45
            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
45
            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-7 / +9 lines)
Lines 123-129 Link Here
123
[% END %]
123
[% END %]
124
124
125
[% IF ( duplicate_form ) %]
125
[% IF ( duplicate_form ) %]
126
<h3>Duplicate budget</h3>
126
<h1>Duplicate budget</h1>
127
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
127
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
128
    <fieldset class="rows">
128
    <fieldset class="rows">
129
    <input type="hidden" name="op" value="duplicate_budget" />
129
    <input type="hidden" name="op" value="duplicate_budget" />
Lines 189-197 Link Here
189
    <!--  add or modify a budget period   -->
189
    <!--  add or modify a budget period   -->
190
190
191
    [% IF ( budget_period_id ) %]
191
    [% IF ( budget_period_id ) %]
192
        <h3>Modify budget <em>[% budget_period_description | html %]</em></h3>
192
        <h1>Modify budget <em>[% budget_period_description | html %]</em></h1>
193
    [% ELSE %]
193
    [% ELSE %]
194
        <h3>Add budget</h3>
194
        <h1>Add budget</h1>
195
	[% END %]
195
	[% END %]
196
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
196
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
197
    <fieldset class="rows">
197
    <fieldset class="rows">
Lines 270-285 Link Here
270
[% IF ( delete_confirm ) %]
270
[% IF ( delete_confirm ) %]
271
    [% IF ( total ) %]
271
    [% IF ( total ) %]
272
        <div class="dialog message">
272
        <div class="dialog message">
273
        <h3>Cannot delete budget</h3>
273
        <h1>Cannot delete budget</h1>
274
        <p><strong>This record is used [% total | html %] times</strong>
274
        <p><strong>This record is used [% total | html %] times</strong>
275
        . Deletion is not possible.</p>
275
        . Deletion is not possible.</p>
276
    [% ELSIF ( funds_exist ) %]
276
    [% ELSIF ( funds_exist ) %]
277
        <div class="dialog message">
277
        <div class="dialog message">
278
        <h3>Cannot delete budget</h3>
278
        <h1>Cannot delete budget</h1>
279
        <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p>
279
        <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p>
280
    [% ELSE %]
280
    [% ELSE %]
281
        <div class="dialog alert">
281
        <div class="dialog alert">
282
        <h3>Delete budget '[% budget_period_description | html %]'?</h3>
282
        <h1>Delete budget '[% budget_period_description | html %]'?</h1>
283
283
284
    <!-- ############################################################# -->
284
    <!-- ############################################################# -->
285
    <!-- "delete" and "cancel" buttons    -->
285
    <!-- "delete" and "cancel" buttons    -->
Lines 299-304 Link Here
299
[% END %]
299
[% END %]
300
300
301
[% IF close_form %]
301
[% IF close_form %]
302
<h1>Close budget [% budget_period_description | html %]</h1>
302
  [% IF budget_periods.size == 0 %]
303
  [% IF budget_periods.size == 0 %]
303
    You cannot move funds of this budget, there is no active budget.
304
    You cannot move funds of this budget, there is no active budget.
304
    Please create a new active budget and retry.
305
    Please create a new active budget and retry.
Lines 356-361 Link Here
356
    </form>
357
    </form>
357
  [% END %]
358
  [% END %]
358
[% ELSIF closed %]
359
[% ELSIF closed %]
360
    <h1>Budget [% budget_period_description | html %] closed</h1>
359
  <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>
361
  <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>
360
362
361
  <table id="closed_report">
363
  <table id="closed_report">
Lines 406-412 Link Here
406
408
407
<!--  DEFAULT  display budget periods list -->
409
<!--  DEFAULT  display budget periods list -->
408
[% IF ( else ) %]
410
[% IF ( else ) %]
409
  <h2>Budgets administration</h2>
411
  <h1>Budgets administration</h1>
410
412
411
    [% IF ( failed_delete_funds_exist ) %]
413
    [% IF ( failed_delete_funds_exist ) %]
412
        <div class="dialog message">Failed to delete budget because funds exist.</div>
414
        <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 101-114 Link Here
101
                    </form>
101
                    </form>
102
            [% END %]
102
            [% END %]
103
            [% IF ( add_validate ) %]
103
            [% IF ( add_validate ) %]
104
                <h3>Data recorded</h3>
104
                <h1>Data recorded</h1>
105
                <form action="[% script_name | html %]" method="post">
105
                <form action="[% script_name | html %]" method="post">
106
                    <input type="submit" value="OK" />
106
                    <input type="submit" value="OK" />
107
                </form>
107
                </form>
108
            [% END %]
108
            [% END %]
109
            [% IF ( delete_confirm ) %]
109
            [% IF ( delete_confirm ) %]
110
                    <div class="dialog alert">
110
                    <div class="dialog alert">
111
                        <h3>Confirm deletion of contract <em>[% contractname | html %]</em></h3>
111
                        <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1>
112
                        <table>
112
                        <table>
113
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
113
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
114
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
114
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
Lines 131-144 Link Here
131
                    </div>
131
                    </div>
132
            [% END %]
132
            [% END %]
133
            [% IF ( delete_confirmed ) %]
133
            [% IF ( delete_confirmed ) %]
134
                <h3>Contract deleted</h3>
134
                <h1>Contract deleted</h1>
135
                <form action="[% script_name | html %]" method="post">
135
                <form action="[% script_name | html %]" method="post">
136
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
136
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
137
                    <input type="submit" value="OK" />
137
                    <input type="submit" value="OK" />
138
                </form>
138
                </form>
139
            [% END %]
139
            [% END %]
140
            [% IF ( else ) %]
140
            [% IF ( else ) %]
141
                <h2>Contract(s) of [% booksellername | html %]</h2>
141
                <h1>Contract(s) of [% booksellername | html %]</h1>
142
                [% IF ( loop ) %]
142
                [% IF ( loop ) %]
143
                    <table>
143
                    <table>
144
                        <tr>
144
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
[% INCLUDE 'budgets-admin-toolbar.inc' %]
29
[% INCLUDE 'budgets-admin-toolbar.inc' %]
30
30
31
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
31
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
32
<h3>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h3>
32
<h1>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h1>
33
<input type="hidden" name="authcat" value="[% authcat | html %]" />
33
<input type="hidden" name="authcat" value="[% authcat | html %]" />
34
<!-- Budget Lines -->
34
<!-- Budget Lines -->
35
35
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
                </form>
72
                </form>
73
73
74
                <form id="delete-alert-form" action="audio_alerts.pl" method="post">
74
                <form id="delete-alert-form" action="audio_alerts.pl" method="post">
75
                    <h3>Audio alerts</h3>
75
                    <h1>Audio alerts</h1>
76
                    [%IF !( Koha.Preference('AudioAlerts') ) %]
76
                    [%IF !( Koha.Preference('AudioAlerts') ) %]
77
                        <div class="dialog alert">
77
                        <div class="dialog alert">
78
                            <h3>Audio alerts are disabled</h3>
78
                            <h3>Audio alerts are disabled</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-1 / +1 lines)
Lines 139-145 Link Here
139
139
140
[% IF op == 'list' %]
140
[% IF op == 'list' %]
141
141
142
    <h2>Background jobs</h2>
142
    <h1>Background jobs</h1>
143
143
144
    [% IF jobs.count %]
144
    [% IF jobs.count %]
145
        <table id="table_background_jobs">
145
        <table id="table_background_jobs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-6 / +6 lines)
Lines 98-111 Link Here
98
[% IF op == 'delete_confirm' %]
98
[% IF op == 'delete_confirm' %]
99
    <div class="dialog alert">
99
    <div class="dialog alert">
100
        [% IF biblios_use_this_framework %]
100
        [% IF biblios_use_this_framework %]
101
            <h3>This framework cannot be deleted</h3>
101
            <h1>This framework cannot be deleted</h1>
102
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
102
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
103
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
103
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
104
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
104
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
105
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
105
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
106
            </form>
106
            </form>
107
        [% ELSE %]
107
        [% ELSE %]
108
            <h3>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h3>
108
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
109
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
109
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
110
                <input type="hidden" name="op" value="delete_confirmed" />
110
                <input type="hidden" name="op" value="delete_confirmed" />
111
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
111
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
Lines 152-158 Link Here
152
                <div class="modal-content">
152
                <div class="modal-content">
153
                    <div class="modal-header">
153
                    <div class="modal-header">
154
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
154
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
155
                        <h3 id="exportLabelexportModal_default">Export default framework</h3>
155
                        <h1 id="exportLabelexportModal_default">Export default framework</h1>
156
                    </div> <!-- /.modal-header -->
156
                    </div> <!-- /.modal-header -->
157
                    <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank"  class="form_export">
157
                    <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank"  class="form_export">
158
                        <div class="modal-body">
158
                        <div class="modal-body">
Lines 177-183 Link Here
177
                <div class="modal-content">
177
                <div class="modal-content">
178
                    <div class="modal-header">
178
                    <div class="modal-header">
179
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
179
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
180
                        <h3 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h>
180
                        <h1 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1>
181
                    </div> <!-- /.modal-header -->
181
                    </div> <!-- /.modal-header -->
182
                    <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">
182
                    <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">
183
                        <div class="modal-body">
183
                        <div class="modal-body">
Lines 222-228 Link Here
222
                    <div class="modal-content">
222
                    <div class="modal-content">
223
                        <div class="modal-header">
223
                        <div class="modal-header">
224
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
224
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
225
                            <h3 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h3>
225
                            <h1 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h1>
226
                        </div> <!-- /.modal-header -->
226
                        </div> <!-- /.modal-header -->
227
                        <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank"  class="form_export">
227
                        <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank"  class="form_export">
228
                            <div class="modal-body">
228
                            <div class="modal-body">
Lines 247-253 Link Here
247
                    <div class="modal-content">
247
                    <div class="modal-content">
248
                        <div class="modal-header">
248
                        <div class="modal-header">
249
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
249
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
250
                            <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>
250
                            <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>
251
                        </div> <!-- /.modal-header -->
251
                        </div> <!-- /.modal-header -->
252
                        <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">
252
                        <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">
253
                            <div class="modal-body">
253
                            <div class="modal-body">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-3 / +3 lines)
Lines 85-91 Link Here
85
[% END %]
85
[% END %]
86
86
87
[% IF op == 'add_form' %]
87
[% IF op == 'add_form' %]
88
    <h3>[% IF library %]Modify library[% ELSE %]New library[% END %]</h3>
88
    <h1>[% IF library %]Modify library[% ELSE %]New library[% END %]</h1>
89
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
89
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
90
        <fieldset class="rows">
90
        <fieldset class="rows">
91
            <input type="hidden" name="op" value="add_validate" />
91
            <input type="hidden" name="op" value="add_validate" />
Lines 234-240 Link Here
234
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
234
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
235
    <div class="dialog alert">
235
    <div class="dialog alert">
236
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
236
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
237
            <h3>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h3>
237
            <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1>
238
            <input type="hidden" name="op" value="delete_confirmed" />
238
            <input type="hidden" name="op" value="delete_confirmed" />
239
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
239
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
240
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
240
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
Lines 247-253 Link Here
247
[% END %]
247
[% END %]
248
248
249
[% IF op == 'list' %]
249
[% IF op == 'list' %]
250
    <h3>Libraries</h3>
250
    <h1>Libraries</h1>
251
    [% IF libraries_count > 0 %]
251
    [% IF libraries_count > 0 %]
252
        <table id="libraries">
252
        <table id="libraries">
253
            <thead>
253
            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +2 lines)
Lines 60-66 Link Here
60
                [% END %]
60
                [% END %]
61
61
62
                [% IF op == 'add_form' %]
62
                [% IF op == 'add_form' %]
63
                <h3>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h3>
63
                <h1>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h1>
64
                <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post">
64
                <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post">
65
65
66
                    <fieldset class="rows">
66
                    <fieldset class="rows">
Lines 117-122 Link Here
117
                   <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>
117
                   <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>
118
               </div>
118
               </div>
119
119
120
               <h1>Cash registers</h1>
120
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
121
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
121
                       <option value=""></option>
122
                       <option value=""></option>
122
                       [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
123
                       [% 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 367-377 Link Here
367
    <form action="/cgi-bin/koha/admin/categories.pl" method="post">
367
    <form action="/cgi-bin/koha/admin/categories.pl" method="post">
368
        <fieldset>
368
        <fieldset>
369
            <legend>
369
            <legend>
370
                [% IF patrons_in_category > 0 %]
370
                <h1>
371
                    Category [% categorycode | html %] is in use.  Deletion not possible!
371
                    [% IF patrons_in_category > 0 %]
372
                [% ELSE %]
372
                        Category [% categorycode | html %] is in use.  Deletion not possible!
373
                    Confirm deletion of category [% categorycode | html %]
373
                    [% ELSE %]
374
                [% END %]
374
                        Confirm deletion of category [% categorycode | html %]
375
                    [% END %]
376
            </h1>
375
            </legend>
377
            </legend>
376
378
377
            [% IF patrons_in_category > 0  %]
379
            [% IF patrons_in_category > 0  %]
Lines 447-453 Link Here
447
        <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>
449
        <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>
448
    </div>
450
    </div>
449
451
450
    <h2>Patron categories</h2>
452
    <h1>Patron categories</h1>
451
    [% IF searchfield %]
453
    [% IF searchfield %]
452
        You Searched for [% searchfield | html %]</span>
454
        You Searched for [% searchfield | html %]</span>
453
    [% END %]
455
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +2 lines)
Lines 93-99 Link Here
93
93
94
[% IF op == 'delete_confirm' %]
94
[% IF op == 'delete_confirm' %]
95
    <div class="dialog alert">
95
    <div class="dialog alert">
96
        <h3>Delete city "[% city.city_name | html %]?"</h3>
96
        <h1>Delete city "[% city.city_name | html %]?"</h1>
97
        <table>
97
        <table>
98
            <tr><th>City id</th>
98
            <tr><th>City id</th>
99
                <td>[% city.cityid | html %]</td>
99
                <td>[% city.cityid | html %]</td>
Lines 128-134 Link Here
128
        <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>
128
        <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>
129
    </div>
129
    </div>
130
130
131
    <h2>Cities</h2>
131
    <h1>Cities</h1>
132
    [% IF city_name_filter %]
132
    [% IF city_name_filter %]
133
        Searching: [% city_name_filter | html %]
133
        Searching: [% city_name_filter | html %]
134
    [% END %]
134
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-7 / +7 lines)
Lines 96-104 Link Here
96
96
97
[% IF op == 'add_source' %]
97
[% IF op == 'add_source' %]
98
  [% IF class_source %]
98
  [% IF class_source %]
99
<h2>Modify classification source</h2>
99
<h1>Modify classification source</h1>
100
  [% ELSE %]
100
  [% ELSE %]
101
<h2>Add classification source</h2>
101
<h1>Add classification source</h1>
102
  [% END %]
102
  [% END %]
103
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
103
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
104
  <input type="hidden" name="op" value="add_source_validate" />
104
  <input type="hidden" name="op" value="add_source_validate" />
Lines 160-168 Link Here
160
160
161
[% IF op == 'add_sort_rule' %]
161
[% IF op == 'add_sort_rule' %]
162
  [% IF sort_rule %]
162
  [% IF sort_rule %]
163
<h2>Modify filing rule</h2>
163
<h1>Modify filing rule</h1>
164
  [% ELSE %]
164
  [% ELSE %]
165
<h2>Add filing rule</h2>
165
<h1>Add filing rule</h1>
166
  [% END %]
166
  [% END %]
167
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
167
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
168
  <input type="hidden" name="op" value="add_sort_rule_validate" />
168
  <input type="hidden" name="op" value="add_sort_rule_validate" />
Lines 206-214 Link Here
206
206
207
[% IF op == 'add_split_rule' %]
207
[% IF op == 'add_split_rule' %]
208
  [% IF split_rule %]
208
  [% IF split_rule %]
209
<h2>Modify splitting rule</h2>
209
<h1>Modify splitting rule</h1>
210
  [% ELSE %]
210
  [% ELSE %]
211
<h2>Add splitting rule</h2>
211
<h1>Add splitting rule</h1>
212
  [% END %]
212
  [% END %]
213
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
213
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
214
  <input type="hidden" name="op" value="add_split_rule_validate" />
214
  <input type="hidden" name="op" value="add_split_rule_validate" />
Lines 285-291 Link Here
285
    <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>
285
    <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>
286
    <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>
286
    <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>
287
</div>
287
</div>
288
288
<h1>Classification sources</h1>
289
<h2>Classification sources</h2>
289
<h2>Classification sources</h2>
290
<table>
290
<table>
291
  <tr>
291
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-2 / +2 lines)
Lines 17-26 Link Here
17
        <div class="col-sm-10 col-sm-push-2">
17
        <div class="col-sm-10 col-sm-push-2">
18
            <main>
18
            <main>
19
19
20
    <h2>Cloning circulation and fine rules
20
    <h1>Cloning circulation and fine rules
21
        [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
21
        [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
22
        [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
22
        [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
23
    </h2>
23
    </h1>
24
24
25
    [% IF ( result ) %]
25
    [% IF ( result ) %]
26
	[% IF ( error ) %]
26
	[% IF ( error ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 lines)
Lines 186-192 Link Here
186
                <div class="col-sm-10 col-sm-push-2">
186
                <div class="col-sm-10 col-sm-push-2">
187
                        <main>
187
                        <main>
188
188
189
                            <h2>Table settings</h2>
189
                            <h1>Table settings</h1>
190
                            <div id="modules">
190
                            <div id="modules">
191
                                <div class="panel_header"><a href="#acqui">Acquisition</a></div>
191
                                <div class="panel_header"><a href="#acqui">Acquisition</a></div>
192
                                <div id="acqui">
192
                                <div id="acqui">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-3 / +3 lines)
Lines 55-63 Link Here
55
55
56
                [% IF op == 'add_form' %]
56
                [% IF op == 'add_form' %]
57
                    [% IF credit_type %]
57
                    [% IF credit_type %]
58
                        <h3>Modify a credit type</h3>
58
                        <h1>Modify a credit type</h1>
59
                    [% ELSE %]
59
                    [% ELSE %]
60
                        <h3>New credit type</h3>
60
                        <h1>New credit type</h1>
61
                    [% END %]
61
                    [% END %]
62
62
63
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
63
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
Lines 133-139 Link Here
133
                        <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>
133
                        <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>
134
                    </div>
134
                    </div>
135
135
136
                    <h3>Account credit types</h3>
136
                    <h1>Account credit types</h1>
137
                    [% IF credit_types.count %]
137
                    [% IF credit_types.count %]
138
                        <table id="table_credit_types">
138
                        <table id="table_credit_types">
139
                            <thead>
139
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-7 / +9 lines)
Lines 62-72 Link Here
62
    <input type="hidden" name="op" value="add_validate" />
62
    <input type="hidden" name="op" value="add_validate" />
63
    <fieldset class="rows">
63
    <fieldset class="rows">
64
        <legend>
64
        <legend>
65
            [% IF currency %]
65
            <h1>
66
                Modify currency
66
                [% IF currency %]
67
            [% ELSE %]
67
                    Modify currency
68
                New currency
68
                [% ELSE %]
69
            [% END %]
69
                    New currency
70
                [% END %]
71
            </h1>
70
        </legend>
72
        </legend>
71
        <ol>
73
        <ol>
72
            <li>
74
            <li>
Lines 140-146 Link Here
140
    </div>
142
    </div>
141
    [% ELSE %]
143
    [% ELSE %]
142
    <div class="dialog alert">
144
    <div class="dialog alert">
143
        <h3>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3>
145
        <h1>Confirm deletion of currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
144
        <table>
146
        <table>
145
            <tr><th>Currency</th>
147
            <tr><th>Currency</th>
146
                <td>[% currency.currency | html %]</td>
148
                <td>[% currency.currency | html %]</td>
Lines 163-169 Link Here
163
165
164
[% IF op == 'list' %]
166
[% IF op == 'list' %]
165
167
166
<h2>Currencies and exchange rates</h2>
168
<h1>Currencies and exchange rates</h1>
167
169
168
    [% IF currencies and no_active_currency %]
170
    [% IF currencies and no_active_currency %]
169
        <div class="dialog alert"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div>
171
        <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 56-64 Link Here
56
56
57
                [% IF op == 'add_form' %]
57
                [% IF op == 'add_form' %]
58
                    [% IF debit_type %]
58
                    [% IF debit_type %]
59
                        <h3>Modify a debit type</h3>
59
                        <h1>Modify a debit type</h1>
60
                    [% ELSE %]
60
                    [% ELSE %]
61
                        <h3>New debit type</h3>
61
                        <h1>New debit type</h1>
62
                    [% END %]
62
                    [% END %]
63
63
64
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
64
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
Lines 127-133 Link Here
127
                        <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>
127
                        <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>
128
                    </div>
128
                    </div>
129
129
130
                    <h3>Account debit types</h3>
130
                    <h1>Account debit types</h1>
131
                    [% IF debit_types.count %]
131
                    [% IF debit_types.count %]
132
                        <table id="table_debit_types">
132
                        <table id="table_debit_types">
133
                            <thead>
133
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-2 / +2 lines)
Lines 96-102 Link Here
96
96
97
[% IF op == 'delete_confirm' %]
97
[% IF op == 'delete_confirm' %]
98
    <div class="dialog alert">
98
    <div class="dialog alert">
99
        <h3>Delete desk "[% desk.desk_name | html %]?"</h3>
99
        <h1>Delete desk "[% desk.desk_name | html %]?"</h1>
100
        <table>
100
        <table>
101
            <tr><th>Desk ID</th>
101
            <tr><th>Desk ID</th>
102
                <td>[% desk.desk_id | html %]</td>
102
                <td>[% desk.desk_id | html %]</td>
Lines 125-131 Link Here
125
        <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>
125
        <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>
126
    </div>
126
    </div>
127
127
128
    <h2>Desks</h2>
128
    <h1>Desks</h1>
129
    [% IF searchfield %]
129
    [% IF searchfield %]
130
        Searching: [% searchfield | html %]
130
        Searching: [% searchfield | html %]
131
    [% END %]
131
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-1 / +1 lines)
Lines 38-44 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
        <h3>Did you mean?</h3>
41
        <h1>Did you mean?</h1>
42
        <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong>
42
        <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong>
43
            Configuring 'Did you mean?' plugins requires Javascript. If
43
            Configuring 'Did you mean?' plugins requires Javascript. If
44
            you are unable to use Javascript, you may be able to enter the
44
            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 58-68 Link Here
58
  [% END %]
58
  [% END %]
59
  <fieldset class="rows">
59
  <fieldset class="rows">
60
  <legend>
60
  <legend>
61
  [% IF account %]
61
        <h1>
62
     Modify account
62
            [% IF account %]
63
  [% ELSE %]
63
                Modify account
64
    New account
64
            [% ELSE %]
65
  [% END %]
65
                New account
66
            [% END %]
67
        </h1>
66
  </legend>
68
  </legend>
67
69
68
  <ol>
70
  <ol>
Lines 210-216 Link Here
210
[% END %]
212
[% END %]
211
[% IF delete_confirm %]
213
[% IF delete_confirm %]
212
<div class="dialog alert">
214
<div class="dialog alert">
213
<h3>Delete this account?</h3>
215
<h1>Delete this account?</h1>
214
<table>
216
<table>
215
    <tr>
217
    <tr>
216
    <th>Vendor</th>
218
    <th>Vendor</th>
Lines 239-245 Link Here
239
[% END %]
241
[% END %]
240
[% IF display %]
242
[% IF display %]
241
[% IF ( ediaccounts ) %]
243
[% IF ( ediaccounts ) %]
242
<h2>Vendor EDI accounts</h2>
244
<h1>Vendor EDI accounts</h1>
243
245
244
    <table>
246
    <table>
245
    <tr>
247
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-7 / +9 lines)
Lines 60-70 Link Here
60
60
61
  <fieldset class="rows">
61
  <fieldset class="rows">
62
      <legend>
62
      <legend>
63
          [% IF ean %]
63
            <h1>
64
             Modify EAN
64
                [% IF ean %]
65
          [% ELSE %]
65
                    Modify EAN
66
            New EAN
66
                [% ELSE %]
67
          [% END %]
67
                    New EAN
68
                [% END %]
69
            </h1>
68
      </legend>
70
      </legend>
69
71
70
      <ol>
72
      <ol>
Lines 117-123 Link Here
117
119
118
[% IF delete_confirm %]
120
[% IF delete_confirm %]
119
<div class="dialog alert">
121
<div class="dialog alert">
120
<h3>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h3>
122
<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1>
121
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
123
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
122
    <input type="hidden" name="op" value="delete_confirmed" />
124
    <input type="hidden" name="op" value="delete_confirmed" />
123
    <input type="hidden" name="id" value="[% ean.id | html %]" />
125
    <input type="hidden" name="id" value="[% ean.id | html %]" />
Lines 131-137 Link Here
131
133
132
[% IF display %]
134
[% IF display %]
133
[% IF ( eans ) %]
135
[% IF ( eans ) %]
134
    <h2>Library EANs</h2>
136
    <h1>Library EANs</h1>
135
    <table>
137
    <table>
136
        <tr>
138
        <tr>
137
            <th>Library</th>
139
            <th>Library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-2 / +2 lines)
Lines 55-61 Link Here
55
          [% END %]
55
          [% END %]
56
          [% IF fields.size %]
56
          [% IF fields.size %]
57
              <div id="search_fields_list">
57
              <div id="search_fields_list">
58
                  <h2>Item search fields</h2>
58
                  <h1>Item search fields</h1>
59
59
60
                  <table id="search_fields_table">
60
                  <table id="search_fields_table">
61
                    <thead>
61
                    <thead>
Lines 93-99 Link Here
93
93
94
          <form id="add_field_form" action="/cgi-bin/koha/admin/items_search_fields.pl" method="POST" class="validated">
94
          <form id="add_field_form" action="/cgi-bin/koha/admin/items_search_fields.pl" method="POST" class="validated">
95
            <fieldset class="rows">
95
            <fieldset class="rows">
96
              <legend>Add a new field</legend>
96
                <legend><h1>Add a new field</h1></legend>
97
              [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
97
              [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
98
              <input type="hidden" name="op" value="add" />
98
              <input type="hidden" name="op" value="add" />
99
            </fieldset>
99
            </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-4 / +4 lines)
Lines 95-103 Item types administration Link Here
95
95
96
[% IF op == 'add_form' %]
96
[% IF op == 'add_form' %]
97
    [% IF itemtype %]
97
    [% IF itemtype %]
98
        <h3>Modify item type</h3>
98
        <h1>Modify item type</h1>
99
    [% ELSE %]
99
    [% ELSE %]
100
        <h3>Add item type</h3>
100
        <h1>Add item type</h1>
101
    [% END %]
101
    [% END %]
102
    <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
102
    <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
103
        <input type="hidden" name="op" value="add_validate" />
103
        <input type="hidden" name="op" value="add_validate" />
Lines 357-363 Item types administration Link Here
357
357
358
[% IF op == 'delete_confirm' %]
358
[% IF op == 'delete_confirm' %]
359
    <div class="dialog alert">
359
    <div class="dialog alert">
360
        <h3>Delete item type '[% itemtype.itemtype | html %]'?</h3>
360
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
361
        <table>
361
        <table>
362
            <tr>
362
            <tr>
363
                <th scope="row">Item type</th>
363
                <th scope="row">Item type</th>
Lines 386-392 Item types administration Link Here
386
[% END %]
386
[% END %]
387
387
388
[% IF op == 'list' %]
388
[% IF op == 'list' %]
389
    <h2>Item types administration</h2>
389
    <h1>Item types administration</h1>
390
    [% IF itemtypes %]
390
    [% IF itemtypes %]
391
        <table id="table_item_type">
391
        <table id="table_item_type">
392
          <thead>
392
          <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
                        </div>
64
                        </div>
65
                    </div>
65
                    </div>
66
66
67
                <h2>Library groups</h2>
67
                <h1>Library groups</h1>
68
68
69
                [% FOREACH root_group IN root_groups %]
69
                [% FOREACH root_group IN root_groups %]
70
                    <table class="library-groups">
70
                    <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 280-286 Link Here
280
280
281
                    [% IF ( delete_confirm ) %]
281
                    [% IF ( delete_confirm ) %]
282
                        <div class="dialog alert">
282
                        <div class="dialog alert">
283
                            <h3>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h3>
283
                            <h1>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h1>
284
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
284
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
285
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
285
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
286
286
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-4 / +4 lines)
Lines 90-98 Link Here
90
90
91
                [% IF ( matching_rule_form ) %]
91
                [% IF ( matching_rule_form ) %]
92
                    [% IF ( edit_matching_rule ) %]
92
                    [% IF ( edit_matching_rule ) %]
93
                        <h2>Modify record matching rule</h2>
93
                        <h1>Modify record matching rule</h1>
94
                    [% ELSE %]
94
                    [% ELSE %]
95
                        <h2>Add record matching rule</h2>
95
                        <h1>Add record matching rule</h1>
96
                    [% END %]
96
                    [% END %]
97
                    <form action="[% script_name | html %]" name="Aform" method="post">
97
                    <form action="[% script_name | html %]" name="Aform" method="post">
98
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
98
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
Lines 403-409 Link Here
403
403
404
                [% IF ( delete_matching_rule_form ) %]
404
                [% IF ( delete_matching_rule_form ) %]
405
                    <div class="dialog alert">
405
                    <div class="dialog alert">
406
                        <h3>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3>
406
                        <h1>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
407
                        <form action="[% script_name | html %]" name="Aform" method="post">
407
                        <form action="[% script_name | html %]" name="Aform" method="post">
408
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
408
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
409
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
409
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
Lines 421-427 Link Here
421
                        <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>
421
                        <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>
422
                    </div>
422
                    </div>
423
423
424
                    <h2>Record matching rules</h2>
424
                    <h1>Record matching rules</h1>
425
425
426
                    [% IF ( added_matching_rule ) %]
426
                    [% IF ( added_matching_rule ) %]
427
                        <div class="dialog message">Added record matching rule &quot;[% added_matching_rule | html %]&quot;</div>
427
                        <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 20-29 Link Here
20
        [% IF ( op_new || op_mod ) %]
20
        [% IF ( op_new || op_mod ) %]
21
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
21
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
22
            [% IF ( op_new ) %]
22
            [% IF ( op_new ) %]
23
                <h2>Add a new OAI set</h2>
23
                <h1>Add a new OAI set</h1>
24
                <input type="hidden" name="op" value="savenew" />
24
                <input type="hidden" name="op" value="savenew" />
25
            [% ELSIF ( op_mod ) %]
25
            [% ELSIF ( op_mod ) %]
26
                <h2>Edit OAI set '[% spec | html %]'</h2>
26
                <h1>Edit OAI set '[% spec | html %]'</h1>
27
                    <input type="hidden" name="op" value="savemod" />
27
                    <input type="hidden" name="op" value="savemod" />
28
                    <input type="hidden" name="id" value="[% id | html %]" />
28
                    <input type="hidden" name="id" value="[% id | html %]" />
29
            [% END %]
29
            [% END %]
Lines 60-66 Link Here
60
            <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>
60
            <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>
61
        </div>
61
        </div>
62
62
63
        <h2>OAI sets</h2>
63
        <h1>OAI sets</h1>
64
        [% IF sets_loop %]
64
        [% IF sets_loop %]
65
            <table>
65
            <table>
66
                <thead>
66
                <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
        <div class="col-sm-10 col-sm-push-2">
21
        <div class="col-sm-10 col-sm-push-2">
22
            <main>
22
            <main>
23
23
24
                <h2>OverDrive library authnames</h2>
24
                <h1>OverDrive library authnames</h1>
25
25
26
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
26
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
27
                    <input type="hidden" name="op" value="update" />
27
                    <input type="hidden" name="op" value="update" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-4 / +4 lines)
Lines 49-57 Link Here
49
49
50
[% IF ( attribute_type_form ) %]
50
[% IF ( attribute_type_form ) %]
51
  [% IF ( edit_attribute_type ) %]
51
  [% IF ( edit_attribute_type ) %]
52
<h2>Modify patron attribute type</h2>
52
<h1>Modify patron attribute type</h1>
53
  [% ELSE %]
53
  [% ELSE %]
54
<h2>Add patron attribute type</h2>
54
<h1>Add patron attribute type</h1>
55
  [% END %]
55
  [% END %]
56
[% IF ( duplicate_code_error ) %]
56
[% IF ( duplicate_code_error ) %]
57
<div class="dialog message">Could not add patron attribute type &quot;[% duplicate_code_error | html %]&quot; 
57
<div class="dialog message">Could not add patron attribute type &quot;[% duplicate_code_error | html %]&quot; 
Lines 221-227 Link Here
221
221
222
[% IF ( delete_attribute_type_form ) %]
222
[% IF ( delete_attribute_type_form ) %]
223
    <div class="dialog alert">
223
    <div class="dialog alert">
224
        <h3>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3>
224
        <h1>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
225
        <form action="[% script_name | html %]" name="Aform" method="post">
225
        <form action="[% script_name | html %]" name="Aform" method="post">
226
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
226
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
227
            <input type="hidden" name="code" value="[% code | html %]" />
227
            <input type="hidden" name="code" value="[% code | html %]" />
Lines 239-245 Link Here
239
    <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>
239
    <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>
240
</div>
240
</div>
241
241
242
<h2>Patron attribute types</h2>
242
<h1>Patron attribute types</h1>
243
[% IF ( added_attribute_type ) %]
243
[% IF ( added_attribute_type ) %]
244
<div class="dialog message">Added patron attribute type &quot;[% added_attribute_type | html %]&quot;</div>
244
<div class="dialog message">Added patron attribute type &quot;[% added_attribute_type | html %]&quot;</div>
245
[% END %]
245
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +2 lines)
Lines 24-31 Link Here
24
        <div class="col-sm-10 col-sm-push-2">
24
        <div class="col-sm-10 col-sm-push-2">
25
            <main>
25
            <main>
26
26
27
    <h1>System preferences</h1>
27
    [% IF ( jump_not_found ) %]
28
    [% IF ( jump_not_found ) %]
28
    <h2>System preferences</h2>
29
    <div class="dialog alert">
29
    <div class="dialog alert">
30
        Could not find a system preference named <code>[% jumpfield | html %]</code>.
30
        Could not find a system preference named <code>[% jumpfield | html %]</code>.
31
    </div>
31
    </div>
Lines 35-41 Link Here
35
        No system preferences matched your search for: <strong>[% searchfield | html %]</strong>
35
        No system preferences matched your search for: <strong>[% searchfield | html %]</strong>
36
    </div>
36
    </div>
37
    [% ELSIF searchfield %]
37
    [% ELSIF searchfield %]
38
        <h1>You searched for: [% searchfield | html %]</h1>
38
        <h2>You searched for: [% searchfield | html %]</h2>
39
    [% END %]
39
    [% END %]
40
    [% FOREACH TAB IN TABS %]
40
    [% FOREACH TAB IN TABS %]
41
    <div class="prefs-tab">
41
    <div class="prefs-tab">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
                    <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
21
                    <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
22
                </div>
22
                </div>
23
23
24
                <h2>SMS cellular providers</h2>
24
                <h1>SMS cellular providers</h1>
25
25
26
                [% IF providers.size %]
26
                [% IF providers.size %]
27
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-3 / +3 lines)
Lines 55-61 SMTP servers Link Here
55
    <div class="dialog alert"   id="smtp_delete_error"   style="display: none;"></div>
55
    <div class="dialog alert"   id="smtp_delete_error"   style="display: none;"></div>
56
56
57
[% IF op == 'add_form' %]
57
[% IF op == 'add_form' %]
58
    <h3>New SMTP server</h3>
58
    <h1>New SMTP server</h1>
59
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
59
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
60
        <input type="hidden" name="op" value="add" />
60
        <input type="hidden" name="op" value="add" />
61
        <fieldset class="rows">
61
        <fieldset class="rows">
Lines 118-124 SMTP servers Link Here
118
[% END %]
118
[% END %]
119
119
120
[% IF op == 'edit_form' %]
120
[% IF op == 'edit_form' %]
121
    <h3>Edit SMTP server</h3>
121
    <h1>Edit SMTP server</h1>
122
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
122
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
123
        <input type="hidden" name="op" value="edit_save" />
123
        <input type="hidden" name="op" value="edit_save" />
124
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
124
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
Lines 205-211 SMTP servers Link Here
205
        <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>
205
        <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>
206
    </div>
206
    </div>
207
207
208
    <h3>SMTP servers</h3>
208
    <h1>SMTP servers</h1>
209
209
210
        <div class="dialog message" id="default_server_message">
210
        <div class="dialog message" id="default_server_message">
211
        <p>Default configuration:</p>
211
        <p>Default configuration:</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 154-160 Link Here
154
        <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>
154
        <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>
155
        <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>
155
        <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>
156
    </div>
156
    </div>
157
    <h3>Z39.50/SRU servers administration</h3>
157
    <h1>Z19.50/SRU servers administration</h1>
158
    [% IF id %]
158
    [% IF id %]
159
        You searched for record [% id | html %]
159
        You searched for record [% id | html %]
160
    [% ELSIF searchfield %]
160
    [% ELSIF searchfield %]
161
- 

Return to bug 27631