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 179-185 Link Here
179
[% END %]
179
[% END %]
180
180
181
[% IF ( duplicate_form ) %]
181
[% IF ( duplicate_form ) %]
182
<h3>Duplicate budget</h3>
182
<h1>Duplicate budget</h1>
183
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
183
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
184
    <fieldset class="rows">
184
    <fieldset class="rows">
185
    <input type="hidden" name="op" value="duplicate_budget" />
185
    <input type="hidden" name="op" value="duplicate_budget" />
Lines 245-253 Link Here
245
    <!--  add or modify a budget period   -->
245
    <!--  add or modify a budget period   -->
246
246
247
    [% IF ( budget_period_id ) %]
247
    [% IF ( budget_period_id ) %]
248
        <h3>Modify budget <em>[% budget_period_description | html %]</em></h3>
248
        <h1>Modify budget <em>[% budget_period_description | html %]</em></h1>
249
    [% ELSE %]
249
    [% ELSE %]
250
        <h3>Add budget</h3>
250
        <h1>Add budget</h1>
251
	[% END %]
251
	[% END %]
252
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
252
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
253
    <fieldset class="rows">
253
    <fieldset class="rows">
Lines 326-341 Link Here
326
[% IF ( delete_confirm ) %]
326
[% IF ( delete_confirm ) %]
327
    [% IF ( total ) %]
327
    [% IF ( total ) %]
328
        <div class="dialog message">
328
        <div class="dialog message">
329
        <h3>Cannot delete budget</h3>
329
        <h1>Cannot delete budget</h1>
330
        <p><strong>This record is used [% total | html %] times</strong>
330
        <p><strong>This record is used [% total | html %] times</strong>
331
        . Deletion is not possible.</p>
331
        . Deletion is not possible.</p>
332
    [% ELSIF ( funds_exist ) %]
332
    [% ELSIF ( funds_exist ) %]
333
        <div class="dialog message">
333
        <div class="dialog message">
334
        <h3>Cannot delete budget</h3>
334
        <h1>Cannot delete budget</h1>
335
        <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p>
335
        <p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p>
336
    [% ELSE %]
336
    [% ELSE %]
337
        <div class="dialog alert">
337
        <div class="dialog alert">
338
        <h3>Delete budget '[% budget_period_description | html %]'?</h3>
338
        <h1>Delete budget '[% budget_period_description | html %]'?</h1>
339
339
340
    <!-- ############################################################# -->
340
    <!-- ############################################################# -->
341
    <!-- "delete" and "cancel" buttons    -->
341
    <!-- "delete" and "cancel" buttons    -->
Lines 355-360 Link Here
355
[% END %]
355
[% END %]
356
356
357
[% IF close_form %]
357
[% IF close_form %]
358
<h1>Close budget [% budget_period_description | html %]</h1>
358
  [% IF budget_periods.size == 0 %]
359
  [% IF budget_periods.size == 0 %]
359
    You cannot move funds of this budget, there is no active budget.
360
    You cannot move funds of this budget, there is no active budget.
360
    Please create a new active budget and retry.
361
    Please create a new active budget and retry.
Lines 412-417 Link Here
412
    </form>
413
    </form>
413
  [% END %]
414
  [% END %]
414
[% ELSIF closed %]
415
[% ELSIF closed %]
416
    <h1>Budget [% budget_period_description | html %] closed</h1>
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>
417
  <h3>Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])</h3>
416
418
417
  <table id="closed_report">
419
  <table id="closed_report">
Lines 462-468 Link Here
462
464
463
<!--  DEFAULT  display budget periods list -->
465
<!--  DEFAULT  display budget periods list -->
464
[% IF ( else ) %]
466
[% IF ( else ) %]
465
  <h2>Budgets administration</h2>
467
  <h1>Budgets administration</h1>
466
468
467
    [% IF ( failed_delete_funds_exist ) %]
469
    [% IF ( failed_delete_funds_exist ) %]
468
        <div class="dialog message">Failed to delete budget because funds exist.</div>
470
        <div class="dialog message">Failed to delete budget because funds exist.</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +3 lines)
Lines 243-252 Link Here
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
245
    <fieldset class="rows">
245
    <fieldset class="rows">
246
    <legend>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund
246
        <legend><h1>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund
247
    [% IF ( budget_period_description ) %]
247
    [% IF ( budget_period_description ) %]
248
        [% budget_name | html %] for Budget '[% budget_period_description | html %]'
248
        [% budget_name | html %] for Budget '[% budget_period_description | html %]'
249
    [% END %]
249
    [% END %]
250
            </h1>
250
    </legend>
251
    </legend>
251
252
252
    <input type="hidden" name="op" value="add_validate" />
253
    <input type="hidden" name="op" value="add_validate" />
Lines 411-417 Link Here
411
412
412
[% IF op == 'delete_confirm' %]
413
[% IF op == 'delete_confirm' %]
413
    <div class="dialog alert">
414
    <div class="dialog alert">
414
        <h3>Delete fund [% budget_name | html %]?</h3>
415
        <h1>Delete fund [% budget_name | html %]?</h1>
415
        If you delete this fund, all orders linked to this fund will be deleted!
416
        If you delete this fund, all orders linked to this fund will be deleted!
416
        <table>
417
        <table>
417
            <tr>
418
            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-4 / +4 lines)
Lines 149-162 Link Here
149
                    </form>
149
                    </form>
150
            [% END %]
150
            [% END %]
151
            [% IF ( add_validate ) %]
151
            [% IF ( add_validate ) %]
152
                <h3>Data recorded</h3>
152
                <h1>Data recorded</h1>
153
                <form action="[% script_name | html %]" method="post">
153
                <form action="[% script_name | html %]" method="post">
154
                    <input type="submit" value="OK" />
154
                    <input type="submit" value="OK" />
155
                </form>
155
                </form>
156
            [% END %]
156
            [% END %]
157
            [% IF ( delete_confirm ) %]
157
            [% IF ( delete_confirm ) %]
158
                    <div class="dialog alert">
158
                    <div class="dialog alert">
159
                        <h3>Confirm deletion of contract <em>[% contractname | html %]</em></h3>
159
                        <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1>
160
                        <table>
160
                        <table>
161
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
161
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
162
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
162
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
Lines 179-192 Link Here
179
                    </div>
179
                    </div>
180
            [% END %]
180
            [% END %]
181
            [% IF ( delete_confirmed ) %]
181
            [% IF ( delete_confirmed ) %]
182
                <h3>Contract deleted</h3>
182
                <h1>Contract deleted</h1>
183
                <form action="[% script_name | html %]" method="post">
183
                <form action="[% script_name | html %]" method="post">
184
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
184
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
185
                    <input type="submit" value="OK" />
185
                    <input type="submit" value="OK" />
186
                </form>
186
                </form>
187
            [% END %]
187
            [% END %]
188
            [% IF ( else ) %]
188
            [% IF ( else ) %]
189
                <h2>Contract(s) of [% booksellername | html %]</h2>
189
                <h1>Contract(s) of [% booksellername | html %]</h1>
190
                [% IF ( loop ) %]
190
                [% IF ( loop ) %]
191
                    <table>
191
                    <table>
192
                        <tr>
192
                        <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 (-2 / +2 lines)
Lines 38-44 Link Here
38
38
39
                <form id="new-alert-form" action="audio_alerts.pl" method="post" class="validated">
39
                <form id="new-alert-form" action="audio_alerts.pl" method="post" class="validated">
40
                    <fieldset class="rows">
40
                    <fieldset class="rows">
41
                        <legend><span class="create-alert">Add new alert</span><span class="edit-alert">Edit alert</span></legend>
41
                        <legend><h1><span class="create-alert">Add new alert</span><span class="edit-alert">Edit alert</span></h1></legend>
42
42
43
                        <input id="id" name="id" type="hidden" value="" />
43
                        <input id="id" name="id" type="hidden" value="" />
44
                        <ol>
44
                        <ol>
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/auth_subfields_structure.tt (-1 / +1 lines)
Lines 270-276 Link Here
270
[% IF ( delete_confirm ) %]
270
[% IF ( delete_confirm ) %]
271
271
272
    <div class="dialog alert">
272
    <div class="dialog alert">
273
        <h3>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h3>
273
        <h1>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h1>
274
        <form action="[% delete_link | html %]" method="post">
274
        <form action="[% delete_link | html %]" method="post">
275
            <input type="hidden" name="op" value="delete_confirmed" />
275
            <input type="hidden" name="op" value="delete_confirmed" />
276
            <table>
276
            <table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-2 / +4 lines)
Lines 92-102 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
92
    <form action="/cgi-bin/koha/admin/authtypes.pl" name="Aform" method="post" class="validated">
92
    <form action="/cgi-bin/koha/admin/authtypes.pl" name="Aform" method="post" class="validated">
93
        <fieldset class="rows">
93
        <fieldset class="rows">
94
            <legend>
94
            <legend>
95
                <h1>
95
                [% IF authority_type.authtypecode.defined %]
96
                [% IF authority_type.authtypecode.defined %]
96
                    Modify authority type
97
                    Modify authority type
97
                [% ELSE %]
98
                [% ELSE %]
98
                    New authority type
99
                    New authority type
99
                [% END %]
100
                [% END %]
101
                </h1>
100
            </legend>
102
            </legend>
101
            <ol>
103
            <ol>
102
                <li>
104
                <li>
Lines 142-152 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
142
[% IF op == 'delete_confirm' %]
144
[% IF op == 'delete_confirm' %]
143
    <div class="dialog alert">
145
    <div class="dialog alert">
144
        [% IF authorities_using_it %]
146
        [% IF authorities_using_it %]
145
            <h3>This authority type cannot be deleted</h3>
147
            <h1>This authority type cannot be deleted</h1>
146
            <p>This record is used <strong>[% authorities_using_it | html %]</strong> times</p>
148
            <p>This record is used <strong>[% authorities_using_it | html %]</strong> times</p>
147
            <a class="cancel" href="/cgi-bin/koha/admin/authtypes.pl">Back to the list</a>
149
            <a class="cancel" href="/cgi-bin/koha/admin/authtypes.pl">Back to the list</a>
148
        [% ELSE %]
150
        [% ELSE %]
149
            <h3>Confirm deletion of authority structure definition for <span class="ex">'[% authority_type.authtypetext | html %]' ([% authority_type.authtypecode | html %])</span></h3>
151
            <h1>Confirm deletion of authority structure definition for <span class="ex">'[% authority_type.authtypetext | html %]' ([% authority_type.authtypecode | html %])</span></h1>
150
            <form action="/cgi-bin/koha/admin/authtypes.pl" method="post">
152
            <form action="/cgi-bin/koha/admin/authtypes.pl" method="post">
151
                <input type="hidden" name="op" value="delete_confirmed" />
153
                <input type="hidden" name="op" value="delete_confirmed" />
152
                <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
154
                <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-1 / +1 lines)
Lines 162-168 Administration &rsaquo; Koha Link Here
162
162
163
[% IF op == 'list' %]
163
[% IF op == 'list' %]
164
164
165
    <h2>Background jobs</h2>
165
    <h1>Background jobs</h1>
166
166
167
    [% IF jobs.count %]
167
    [% IF jobs.count %]
168
        <table id="table_background_jobs">
168
        <table id="table_background_jobs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-6 / +6 lines)
Lines 137-150 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
137
[% IF op == 'delete_confirm' %]
137
[% IF op == 'delete_confirm' %]
138
    <div class="dialog alert">
138
    <div class="dialog alert">
139
        [% IF biblios_use_this_framework %]
139
        [% IF biblios_use_this_framework %]
140
            <h3>This framework cannot be deleted</h3>
140
            <h1>This framework cannot be deleted</h1>
141
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
141
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
142
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
142
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
143
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
143
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
144
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
144
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
145
            </form>
145
            </form>
146
        [% ELSE %]
146
        [% ELSE %]
147
            <h3>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h3>
147
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
148
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
148
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
149
                <input type="hidden" name="op" value="delete_confirmed" />
149
                <input type="hidden" name="op" value="delete_confirmed" />
150
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
150
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
Lines 191-197 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
191
                <div class="modal-content">
191
                <div class="modal-content">
192
                    <div class="modal-header">
192
                    <div class="modal-header">
193
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
193
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
194
                        <h3 id="exportLabelexportModal_default">Export default framework</h3>
194
                        <h1 id="exportLabelexportModal_default">Export default framework</h1>
195
                    </div> <!-- /.modal-header -->
195
                    </div> <!-- /.modal-header -->
196
                    <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank"  class="form_export">
196
                    <form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank"  class="form_export">
197
                        <div class="modal-body">
197
                        <div class="modal-body">
Lines 216-222 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
216
                <div class="modal-content">
216
                <div class="modal-content">
217
                    <div class="modal-header">
217
                    <div class="modal-header">
218
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
218
                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
219
                        <h3 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h>
219
                        <h1 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1>
220
                    </div> <!-- /.modal-header -->
220
                    </div> <!-- /.modal-header -->
221
                    <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">
221
                    <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">
222
                        <div class="modal-body">
222
                        <div class="modal-body">
Lines 261-267 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
261
                    <div class="modal-content">
261
                    <div class="modal-content">
262
                        <div class="modal-header">
262
                        <div class="modal-header">
263
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
263
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
264
                            <h3 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h3>
264
                            <h1 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h1>
265
                        </div> <!-- /.modal-header -->
265
                        </div> <!-- /.modal-header -->
266
                        <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank"  class="form_export">
266
                        <form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank"  class="form_export">
267
                            <div class="modal-body">
267
                            <div class="modal-body">
Lines 286-292 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
286
                    <div class="modal-content">
286
                    <div class="modal-content">
287
                        <div class="modal-header">
287
                        <div class="modal-header">
288
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
288
                            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
289
                            <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>
289
                            <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>
290
                        </div> <!-- /.modal-header -->
290
                        </div> <!-- /.modal-header -->
291
                        <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">
291
                        <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">
292
                            <div class="modal-body">
292
                            <div class="modal-body">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-3 / +3 lines)
Lines 124-130 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
124
[% END %]
124
[% END %]
125
125
126
[% IF op == 'add_form' %]
126
[% IF op == 'add_form' %]
127
    <h3>[% IF library %]Modify library[% ELSE %]New library[% END %]</h3>
127
    <h1>[% IF library %]Modify library[% ELSE %]New library[% END %]</h1>
128
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
128
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
129
        <fieldset class="rows">
129
        <fieldset class="rows">
130
            <input type="hidden" name="op" value="add_validate" />
130
            <input type="hidden" name="op" value="add_validate" />
Lines 273-279 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
273
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
273
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
274
    <div class="dialog alert">
274
    <div class="dialog alert">
275
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
275
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
276
            <h3>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h3>
276
            <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1>
277
            <input type="hidden" name="op" value="delete_confirmed" />
277
            <input type="hidden" name="op" value="delete_confirmed" />
278
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
278
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
279
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
279
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
Lines 286-292 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
286
[% END %]
286
[% END %]
287
287
288
[% IF op == 'list' %]
288
[% IF op == 'list' %]
289
    <h3>Libraries</h3>
289
    <h1>Libraries</h1>
290
    [% IF libraries_count > 0 %]
290
    [% IF libraries_count > 0 %]
291
        <table id="libraries">
291
        <table id="libraries">
292
            <thead>
292
            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +2 lines)
Lines 98-104 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
98
                [% END %]
98
                [% END %]
99
99
100
                [% IF op == 'add_form' %]
100
                [% IF op == 'add_form' %]
101
                <h3>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h3>
101
                <h1>[% IF cash_register %]Modify cash register[% ELSE %]Add new cash register[% END %]</h1>
102
                <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post">
102
                <form action="/cgi-bin/koha/admin/cash_registers.pl" id="Aform" name="Aform" class="validated" method="post">
103
103
104
                    <fieldset class="rows">
104
                    <fieldset class="rows">
Lines 155-160 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
155
                   <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>
155
                   <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>
156
               </div>
156
               </div>
157
157
158
               <h1>Cash registers</h1>
158
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
159
               <h3>Cash registers for <select id="branch_filter" name="branch_filter">
159
                       <option value=""></option>
160
                       <option value=""></option>
160
                       [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
161
                       [% 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 425-435 Link Here
425
    <form action="/cgi-bin/koha/admin/categories.pl" method="post">
425
    <form action="/cgi-bin/koha/admin/categories.pl" method="post">
426
        <fieldset>
426
        <fieldset>
427
            <legend>
427
            <legend>
428
                [% IF patrons_in_category > 0 %]
428
                <h1>
429
                    Category [% categorycode | html %] is in use.  Deletion not possible!
429
                    [% IF patrons_in_category > 0 %]
430
                [% ELSE %]
430
                        Category [% categorycode | html %] is in use.  Deletion not possible!
431
                    Confirm deletion of category [% categorycode | html %]
431
                    [% ELSE %]
432
                [% END %]
432
                        Confirm deletion of category [% categorycode | html %]
433
                    [% END %]
434
            </h1>
433
            </legend>
435
            </legend>
434
436
435
            [% IF patrons_in_category > 0  %]
437
            [% IF patrons_in_category > 0  %]
Lines 505-511 Link Here
505
        <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>
507
        <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>
506
    </div>
508
    </div>
507
509
508
    <h2>Patron categories</h2>
510
    <h1>Patron categories</h1>
509
    [% IF searchfield %]
511
    [% IF searchfield %]
510
        You Searched for [% searchfield | html %]</span>
512
        You Searched for [% searchfield | html %]</span>
511
    [% END %]
513
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +2 lines)
Lines 137-143 Link Here
137
137
138
[% IF op == 'delete_confirm' %]
138
[% IF op == 'delete_confirm' %]
139
    <div class="dialog alert">
139
    <div class="dialog alert">
140
        <h3>Delete city "[% city.city_name | html %]?"</h3>
140
        <h1>Delete city "[% city.city_name | html %]?"</h1>
141
        <table>
141
        <table>
142
            <tr><th>City id</th>
142
            <tr><th>City id</th>
143
                <td>[% city.cityid | html %]</td>
143
                <td>[% city.cityid | html %]</td>
Lines 172-178 Link Here
172
        <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>
172
        <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>
173
    </div>
173
    </div>
174
174
175
    <h2>Cities</h2>
175
    <h1>Cities</h1>
176
    [% IF city_name_filter %]
176
    [% IF city_name_filter %]
177
        Searching: [% city_name_filter | html %]
177
        Searching: [% city_name_filter | html %]
178
    [% END %]
178
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-7 / +7 lines)
Lines 151-159 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
151
151
152
[% IF op == 'add_source' %]
152
[% IF op == 'add_source' %]
153
  [% IF class_source %]
153
  [% IF class_source %]
154
<h2>Modify classification source</h2>
154
<h1>Modify classification source</h1>
155
  [% ELSE %]
155
  [% ELSE %]
156
<h2>Add classification source</h2>
156
<h1>Add classification source</h1>
157
  [% END %]
157
  [% END %]
158
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
158
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
159
  <input type="hidden" name="op" value="add_source_validate" />
159
  <input type="hidden" name="op" value="add_source_validate" />
Lines 215-223 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
215
215
216
[% IF op == 'add_sort_rule' %]
216
[% IF op == 'add_sort_rule' %]
217
  [% IF sort_rule %]
217
  [% IF sort_rule %]
218
<h2>Modify filing rule</h2>
218
<h1>Modify filing rule</h1>
219
  [% ELSE %]
219
  [% ELSE %]
220
<h2>Add filing rule</h2>
220
<h1>Add filing rule</h1>
221
  [% END %]
221
  [% END %]
222
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
222
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
223
  <input type="hidden" name="op" value="add_sort_rule_validate" />
223
  <input type="hidden" name="op" value="add_sort_rule_validate" />
Lines 261-269 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
261
261
262
[% IF op == 'add_split_rule' %]
262
[% IF op == 'add_split_rule' %]
263
  [% IF split_rule %]
263
  [% IF split_rule %]
264
<h2>Modify splitting rule</h2>
264
<h1>Modify splitting rule</h1>
265
  [% ELSE %]
265
  [% ELSE %]
266
<h2>Add splitting rule</h2>
266
<h1>Add splitting rule</h1>
267
  [% END %]
267
  [% END %]
268
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
268
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
269
  <input type="hidden" name="op" value="add_split_rule_validate" />
269
  <input type="hidden" name="op" value="add_split_rule_validate" />
Lines 340-346 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
340
    <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>
340
    <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>
341
    <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>
341
    <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>
342
</div>
342
</div>
343
343
<h1>Classification sources</h1>
344
<h2>Classification sources</h2>
344
<h2>Classification sources</h2>
345
<table>
345
<table>
346
  <tr>
346
  <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 77-85 Link Here
77
77
78
                [% IF op == 'add_form' %]
78
                [% IF op == 'add_form' %]
79
                    [% IF debit_type %]
79
                    [% IF debit_type %]
80
                        <h3>Modify a debit type</h3>
80
                        <h1>Modify a debit type</h1>
81
                    [% ELSE %]
81
                    [% ELSE %]
82
                        <h3>New debit type</h3>
82
                        <h1>New debit type</h1>
83
                    [% END %]
83
                    [% END %]
84
84
85
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
85
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
Lines 148-154 Link Here
148
                        <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>
148
                        <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>
149
                    </div>
149
                    </div>
150
150
151
                    <h3>Account debit types</h3>
151
                    <h1>Account debit types</h1>
152
                    [% IF debit_types.count %]
152
                    [% IF debit_types.count %]
153
                        <table id="table_debit_types">
153
                        <table id="table_debit_types">
154
                            <thead>
154
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-2 / +2 lines)
Lines 139-145 Link Here
139
139
140
[% IF op == 'delete_confirm' %]
140
[% IF op == 'delete_confirm' %]
141
    <div class="dialog alert">
141
    <div class="dialog alert">
142
        <h3>Delete desk "[% desk.desk_name | html %]"?</h3>
142
        <h1>Delete desk "[% desk.desk_name | html %]?"</h1>
143
        <table>
143
        <table>
144
            <tr><th>Desk ID</th>
144
            <tr><th>Desk ID</th>
145
                <td>[% desk.desk_id | html %]</td>
145
                <td>[% desk.desk_id | html %]</td>
Lines 168-174 Link Here
168
        <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>
168
        <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>
169
    </div>
169
    </div>
170
170
171
    <h2>Desks</h2>
171
    <h1>Desks</h1>
172
    [% IF searchfield %]
172
    [% IF searchfield %]
173
        Searching: [% searchfield | html %]
173
        Searching: [% searchfield | html %]
174
    [% END %]
174
    [% 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 88-98 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
88
  [% END %]
88
  [% END %]
89
  <fieldset class="rows">
89
  <fieldset class="rows">
90
  <legend>
90
  <legend>
91
  [% IF account %]
91
        <h1>
92
     Modify account
92
            [% IF account %]
93
  [% ELSE %]
93
                Modify account
94
    New account
94
            [% ELSE %]
95
  [% END %]
95
                New account
96
            [% END %]
97
        </h1>
96
  </legend>
98
  </legend>
97
99
98
  <ol>
100
  <ol>
Lines 240-246 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
240
[% END %]
242
[% END %]
241
[% IF delete_confirm %]
243
[% IF delete_confirm %]
242
<div class="dialog alert">
244
<div class="dialog alert">
243
<h3>Delete this account?</h3>
245
<h1>Delete this account?</h1>
244
<table>
246
<table>
245
    <tr>
247
    <tr>
246
    <th>Vendor</th>
248
    <th>Vendor</th>
Lines 269-275 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
269
[% END %]
271
[% END %]
270
[% IF display %]
272
[% IF display %]
271
[% IF ( ediaccounts ) %]
273
[% IF ( ediaccounts ) %]
272
<h2>Vendor EDI accounts</h2>
274
<h1>Vendor EDI accounts</h1>
273
275
274
    <table>
276
    <table>
275
    <tr>
277
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-7 / +9 lines)
Lines 86-96 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
86
86
87
  <fieldset class="rows">
87
  <fieldset class="rows">
88
      <legend>
88
      <legend>
89
          [% IF ean %]
89
            <h1>
90
             Modify EAN
90
                [% IF ean %]
91
          [% ELSE %]
91
                    Modify EAN
92
            New EAN
92
                [% ELSE %]
93
          [% END %]
93
                    New EAN
94
                [% END %]
95
            </h1>
94
      </legend>
96
      </legend>
95
97
96
      <ol>
98
      <ol>
Lines 143-149 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
143
145
144
[% IF delete_confirm %]
146
[% IF delete_confirm %]
145
<div class="dialog alert">
147
<div class="dialog alert">
146
<h3>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h3>
148
<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1>
147
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
149
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
148
    <input type="hidden" name="op" value="delete_confirmed" />
150
    <input type="hidden" name="op" value="delete_confirmed" />
149
    <input type="hidden" name="id" value="[% ean.id | html %]" />
151
    <input type="hidden" name="id" value="[% ean.id | html %]" />
Lines 157-163 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
157
159
158
[% IF display %]
160
[% IF display %]
159
[% IF ( eans ) %]
161
[% IF ( eans ) %]
160
    <h2>Library EANs</h2>
162
    <h1>Library EANs</h1>
161
    <table>
163
    <table>
162
        <tr>
164
        <tr>
163
            <th>Library</th>
165
            <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 Item types &rsaquo; Administration &rsaquo; Koha 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 407-413 Item types &rsaquo; Administration &rsaquo; Koha Link Here
407
407
408
[% IF op == 'delete_confirm' %]
408
[% IF op == 'delete_confirm' %]
409
    <div class="dialog alert">
409
    <div class="dialog alert">
410
        <h3>Delete item type '[% itemtype.itemtype | html %]'?</h3>
410
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
411
        <table>
411
        <table>
412
            <tr>
412
            <tr>
413
                <th scope="row">Item type</th>
413
                <th scope="row">Item type</th>
Lines 436-442 Item types &rsaquo; Administration &rsaquo; Koha Link Here
436
[% END %]
436
[% END %]
437
437
438
[% IF op == 'list' %]
438
[% IF op == 'list' %]
439
    <h2>Item types administration</h2>
439
    <h1>Item types administration</h1>
440
    [% IF itemtypes %]
440
    [% IF itemtypes %]
441
        <table id="table_item_type">
441
        <table id="table_item_type">
442
          <thead>
442
          <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 333-339 Link Here
333
333
334
                    [% IF ( delete_confirm ) %]
334
                    [% IF ( delete_confirm ) %]
335
                        <div class="dialog alert">
335
                        <div class="dialog alert">
336
                            <h3>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h3>
336
                            <h1>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h1>
337
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
337
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
338
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
338
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
339
339
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-4 / +4 lines)
Lines 112-120 Link Here
112
112
113
                [% IF ( matching_rule_form ) %]
113
                [% IF ( matching_rule_form ) %]
114
                    [% IF ( edit_matching_rule ) %]
114
                    [% IF ( edit_matching_rule ) %]
115
                        <h2>Modify record matching rule</h2>
115
                        <h1>Modify record matching rule</h1>
116
                    [% ELSE %]
116
                    [% ELSE %]
117
                        <h2>Add record matching rule</h2>
117
                        <h1>Add record matching rule</h1>
118
                    [% END %]
118
                    [% END %]
119
                    <form action="[% script_name | html %]" name="Aform" method="post">
119
                    <form action="[% script_name | html %]" name="Aform" method="post">
120
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
120
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
Lines 425-431 Link Here
425
425
426
                [% IF ( delete_matching_rule_form ) %]
426
                [% IF ( delete_matching_rule_form ) %]
427
                    <div class="dialog alert">
427
                    <div class="dialog alert">
428
                        <h3>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h3>
428
                        <h1>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
429
                        <form action="[% script_name | html %]" name="Aform" method="post">
429
                        <form action="[% script_name | html %]" name="Aform" method="post">
430
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
430
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
431
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
431
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
Lines 443-449 Link Here
443
                        <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>
443
                        <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
                    </div>
444
                    </div>
445
445
446
                    <h2>Record matching rules</h2>
446
                    <h1>Record matching rules</h1>
447
447
448
                    [% IF ( added_matching_rule ) %]
448
                    [% IF ( added_matching_rule ) %]
449
                        <div class="dialog message">Added record matching rule &quot;[% added_matching_rule | html %]&quot;</div>
449
                        <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 61-70 Link Here
61
        [% IF ( op_new || op_mod ) %]
61
        [% IF ( op_new || op_mod ) %]
62
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
62
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
63
            [% IF ( op_new ) %]
63
            [% IF ( op_new ) %]
64
                <h2>Add a new OAI set</h2>
64
                <h1>Add a new OAI set</h1>
65
                <input type="hidden" name="op" value="savenew" />
65
                <input type="hidden" name="op" value="savenew" />
66
            [% ELSIF ( op_mod ) %]
66
            [% ELSIF ( op_mod ) %]
67
                <h2>Edit OAI set '[% spec | html %]'</h2>
67
                <h1>Edit OAI set '[% spec | html %]'</h1>
68
                    <input type="hidden" name="op" value="savemod" />
68
                    <input type="hidden" name="op" value="savemod" />
69
                    <input type="hidden" name="id" value="[% id | html %]" />
69
                    <input type="hidden" name="id" value="[% id | html %]" />
70
            [% END %]
70
            [% END %]
Lines 101-107 Link Here
101
            <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>
101
            <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>
102
        </div>
102
        </div>
103
103
104
        <h2>OAI sets</h2>
104
        <h1>OAI sets</h1>
105
        [% IF sets_loop %]
105
        [% IF sets_loop %]
106
            <table>
106
            <table>
107
                <thead>
107
                <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 Patron attribute types &rsaquo; Administration &rsaquo; Koha 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 Patron attribute types &rsaquo; Administration &rsaquo; Koha 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 Patron attribute types &rsaquo; Administration &rsaquo; Koha 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 81-87 Link Here
81
    <div class="dialog alert"   id="smtp_delete_error"   style="display: none;"></div>
81
    <div class="dialog alert"   id="smtp_delete_error"   style="display: none;"></div>
82
82
83
[% IF op == 'add_form' %]
83
[% IF op == 'add_form' %]
84
    <h3>New SMTP server</h3>
84
    <h1>New SMTP server</h1>
85
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
85
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
86
        <input type="hidden" name="op" value="add" />
86
        <input type="hidden" name="op" value="add" />
87
        <fieldset class="rows">
87
        <fieldset class="rows">
Lines 144-150 Link Here
144
[% END %]
144
[% END %]
145
145
146
[% IF op == 'edit_form' %]
146
[% IF op == 'edit_form' %]
147
    <h3>Edit SMTP server</h3>
147
    <h1>Edit SMTP server</h1>
148
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
148
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
149
        <input type="hidden" name="op" value="edit_save" />
149
        <input type="hidden" name="op" value="edit_save" />
150
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
150
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
Lines 231-237 Link Here
231
        <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>
231
        <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>
232
    </div>
232
    </div>
233
233
234
    <h3>SMTP servers</h3>
234
    <h1>SMTP servers</h1>
235
235
236
        <div class="dialog message" id="default_server_message">
236
        <div class="dialog message" id="default_server_message">
237
        <p>Default configuration:</p>
237
        <p>Default configuration:</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 193-199 Link Here
193
        <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>
193
        <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>
194
        <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>
194
        <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>
195
    </div>
195
    </div>
196
    <h3>Z39.50/SRU servers administration</h3>
196
    <h1>Z19.50/SRU servers administration</h1>
197
    [% IF id %]
197
    [% IF id %]
198
        You searched for record [% id | html %]
198
        You searched for record [% id | html %]
199
    [% ELSIF searchfield %]
199
    [% ELSIF searchfield %]
200
- 

Return to bug 27631