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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-20 / +23 lines)
Lines 109-136 Link Here
109
    [% IF op == 'list_tables' %]
109
    [% IF op == 'list_tables' %]
110
        [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription || CAN_user_updatecharges_remaining_permissions %]
110
        [% IF CAN_user_acquisitions_order_manage || CAN_user_serials_edit_subscription || CAN_user_updatecharges_remaining_permissions %]
111
        <h1>Additional fields</h1>
111
        <h1>Additional fields</h1>
112
        <p>Select a table:</p>
112
113
        [% BLOCK table_option %]
113
        <div class="page-section">
114
            <li><a href="?tablename=[% value | uri %]">[% content | $raw %] (<span class="ex">[% value | html %]</span>)</a></li>
114
            <p>Select a table:</p>
115
        [% END %]
115
            [% BLOCK table_option %]
116
        <ul>
116
                <li><a href="?tablename=[% value | uri %]">[% content | $raw %] (<span class="ex">[% value | html %]</span>)</a></li>
117
            [% IF CAN_user_acquisition_order_manage %]
118
                [% WRAPPER table_option value="aqbasket" %]<span>Order baskets</span>[% END %]
119
            [% END %]
120
            [% IF CAN_user_acquisition_edit_invoices %]
121
                [% WRAPPER table_option value="aqinvoices" %]<span>Invoices</span>[% END %]
122
            [% END %]
123
            [% IF CAN_user_serials_edit_subscription %]
124
                [% WRAPPER table_option value="subscription" %]<span>Subscriptions</span>[% END %]
125
            [% END %]
117
            [% END %]
126
            [% IF CAN_user_updatecharges_remaining_permissions %]
118
            <ul>
127
                [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %]
119
                [% IF CAN_user_acquisition_order_manage %]
128
                [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %]
120
                    [% WRAPPER table_option value="aqbasket" %]<span>Order baskets</span>[% END %]
121
                [% END %]
122
                [% IF CAN_user_acquisition_edit_invoices %]
123
                    [% WRAPPER table_option value="aqinvoices" %]<span>Invoices</span>[% END %]
124
                [% END %]
125
                [% IF CAN_user_serials_edit_subscription %]
126
                    [% WRAPPER table_option value="subscription" %]<span>Subscriptions</span>[% END %]
127
                [% END %]
128
                [% IF CAN_user_updatecharges_remaining_permissions %]
129
                    [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %]
130
                    [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %]
131
                [% END %]
132
            </ul>
133
            [% ELSE %]
134
                Additional permissions are required for editing additional fields
129
            [% END %]
135
            [% END %]
130
        </ul>
136
        </div><!-- /.page-section -->
131
        [% ELSE %]
132
            Additional permissions are required for editing additional fields
133
        [% END %]
134
    [% ELSIF op == 'list' %]
137
    [% ELSIF op == 'list' %]
135
        <h1>Additional fields for '[% tablename | html %]'</h1>
138
        <h1>Additional fields for '[% tablename | html %]'</h1>
136
        [% IF fields %]
139
        [% IF fields %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +2 lines)
Lines 116-122 Link Here
116
            </span>
116
            </span>
117
        </div>
117
        </div>
118
    [% END %]
118
    [% END %]
119
119
<div class="page-section">
120
<table id="budgeth" class="group">
120
<table id="budgeth" class="group">
121
    <thead>
121
    <thead>
122
        <tr>
122
        <tr>
Lines 234-239 Link Here
234
    [% END %]
234
    [% END %]
235
    </tbody>
235
    </tbody>
236
</table>
236
</table>
237
</div> <!-- /.page-section -->
237
238
238
[% ELSE %]
239
[% ELSE %]
239
    <p>No fund found</p>
240
    <p>No fund found</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (+2 lines)
Lines 313-318 Link Here
313
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
313
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
314
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
314
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
315
315
316
<div class="page-section">
316
<table id="table_authsubfieldstructure">
317
<table id="table_authsubfieldstructure">
317
    <thead>
318
    <thead>
318
        <tr>
319
        <tr>
Lines 364-369 Link Here
364
    [% END %]
365
    [% END %]
365
    </tbody>
366
    </tbody>
366
</table>
367
</table>
368
</div> <!-- /.page-section -->
367
369
368
    <form action="[% script_name | html %]" method="get">
370
    <form action="[% script_name | html %]" method="get">
369
    <fieldset class="action"><input type="hidden" name="op" value="add_form" />
371
    <fieldset class="action"><input type="hidden" name="op" value="add_form" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +3 lines)
Lines 298-303 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
298
</form><br />
298
</form><br />
299
<div id="pagertable_authtagstructure">
299
<div id="pagertable_authtagstructure">
300
</div>
300
</div>
301
302
<div class="page-section">
301
<table id="table_authtagstructure">
303
<table id="table_authtagstructure">
302
    <thead>
304
    <thead>
303
        <tr>
305
        <tr>
Lines 332-338 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
332
        [% END %]
334
        [% END %]
333
    </tbody>
335
    </tbody>
334
    </table>
336
    </table>
335
337
</div> <!-- /.page-section -->
336
[% END %]
338
[% END %]
337
339
338
            </main>
340
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-82 / +85 lines)
Lines 171-262 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
171
171
172
    <h1>Authority types</h1>
172
    <h1>Authority types</h1>
173
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
173
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
174
    <table id="authtypes">
174
175
        <thead>
175
    <div class="page-section">
176
        <tr>
176
        <table id="authtypes">
177
            <th>Code</th>
177
            <thead>
178
            <th>Description</th>
179
            <th>Summary</th>
180
            <th>Auth field copied</th>
181
            <th>&nbsp;</th>
182
        </tr>
183
        </thead>
184
        <tbody>
185
        [% FOREACH authority_type IN authority_types %]
186
            <tr>
178
            <tr>
187
                <td>[% authority_type.authtypecode | html %]</td>
179
                <th>Code</th>
188
                <td>[% authority_type.authtypetext | html %]</td>
180
                <th>Description</th>
189
                <td>[% authority_type.summary | html %]</td>
181
                <th>Summary</th>
190
                <td>[% authority_type.auth_tag_to_report | html %]</td>
182
                <th>Auth field copied</th>
191
                <td>
183
                <th>&nbsp;</th>
192
                  <div class="btn-group dropup">
184
            </tr>
193
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtypeactions[% authority_type.authtypecode | html %]" role="button" data-toggle="dropdown" href="#">
185
            </thead>
194
                      Actions <b class="caret"></b></a>
186
            <tbody>
195
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtypeactions[% authority_type.authtypecode | html %]">
187
            [% FOREACH authority_type IN authority_types %]
196
                      <li><a href="auth_tag_structure.pl?authtypecode=[% authority_type.authtypecode | uri %]" class="button parameters"><i class="fa fa-eye"></i> MARC structure</a></li>
188
                <tr>
197
                      <li><a href="/cgi-bin/koha/admin/authtypes.pl?op=add_form&amp;authtypecode=[% authority_type.authtypecode | uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
189
                    <td>[% authority_type.authtypecode | html %]</td>
198
                      [% IF authority_type.authtypecode %]<li><a href="/cgi-bin/koha/admin/authtypes.pl?op=delete_confirm&amp;authtypecode=[% authority_type.authtypecode | uri %]"><i class="fa fa-trash"></i> Delete</a></li>[% END %]
190
                    <td>[% authority_type.authtypetext | html %]</td>
199
                      <!-- Button to trigger modal -->
191
                    <td>[% authority_type.summary | html %]</td>
200
                      <li><a href="#" data-toggle="modal" data-target="#exportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" title="Export authority type (fields, subfields) to a spreadsheet file (.csv, .ods)"><i class="fa fa-upload"></i> Export</a></li>
192
                    <td>[% authority_type.auth_tag_to_report | html %]</td>
201
                      <!-- Button to trigger modal -->
193
                    <td>
202
                      <li><a href="#" data-toggle="modal" data-target="#importModal_[% authority_type.authtypecode | html %][% loop.count | html %]" title="Import authority type (fields, subfields) from a spreadsheet file (.csv, .ods)"><i class="fa fa-download"></i> Import</a></li>
194
                    <div class="btn-group dropup">
203
                    </ul>
195
                        <a class="btn btn-default btn-xs dropdown-toggle" id="authtypeactions[% authority_type.authtypecode | html %]" role="button" data-toggle="dropdown" href="#">
204
                  </div>
196
                        Actions <b class="caret"></b></a>
197
                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtypeactions[% authority_type.authtypecode | html %]">
198
                        <li><a href="auth_tag_structure.pl?authtypecode=[% authority_type.authtypecode | uri %]" class="button parameters"><i class="fa fa-eye"></i> MARC structure</a></li>
199
                        <li><a href="/cgi-bin/koha/admin/authtypes.pl?op=add_form&amp;authtypecode=[% authority_type.authtypecode | uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
200
                        [% IF authority_type.authtypecode %]<li><a href="/cgi-bin/koha/admin/authtypes.pl?op=delete_confirm&amp;authtypecode=[% authority_type.authtypecode | uri %]"><i class="fa fa-trash"></i> Delete</a></li>[% END %]
201
                        <!-- Button to trigger modal -->
202
                        <li><a href="#" data-toggle="modal" data-target="#exportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" title="Export authority type (fields, subfields) to a spreadsheet file (.csv, .ods)"><i class="fa fa-upload"></i> Export</a></li>
203
                        <!-- Button to trigger modal -->
204
                        <li><a href="#" data-toggle="modal" data-target="#importModal_[% authority_type.authtypecode | html %][% loop.count | html %]" title="Import authority type (fields, subfields) from a spreadsheet file (.csv, .ods)"><i class="fa fa-download"></i> Import</a></li>
205
                        </ul>
206
                    </div>
205
207
206
                  <!-- Modal for export -->
208
                    <!-- Modal for export -->
207
                  <div class="modal" id="exportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" aria-hidden="true">
209
                    <div class="modal" id="exportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" aria-hidden="true">
208
                      <div class="modal-dialog">
210
                        <div class="modal-dialog">
209
                          <div class="modal-content">
211
                            <div class="modal-content">
210
                              <div class="modal-header">
212
                                <div class="modal-header">
211
                                  <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
213
                                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
212
                                  <h3 id="exportLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]">Export [% authority_type.authtypetext | html %] authority type</h3>
214
                                    <h3 id="exportLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]">Export [% authority_type.authtypetext | html %] authority type</h3>
213
                              </div>
215
                                </div>
214
                              <form action="/cgi-bin/koha/admin/import_export_authtype.pl" name="form_[% authority_type.authtypecode | html %]" method="get" target="_blank" class="form_export">
216
                                <form action="/cgi-bin/koha/admin/import_export_authtype.pl" name="form_[% authority_type.authtypecode | html %]" method="get" target="_blank" class="form_export">
215
                                  <div class="modal-body">
217
                                    <div class="modal-body">
216
                                      <fieldset>
218
                                        <fieldset>
217
                                          <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
219
                                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
218
                                          <p><label for="csv_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]"><input type="radio" name="type_export_[% authority_type.authtypecode | html %]" value="csv" id="csv_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]" checked="checked" /> Export to CSV spreadsheet</label></p>
220
                                            <p><label for="csv_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]"><input type="radio" name="type_export_[% authority_type.authtypecode | html %]" value="csv" id="csv_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]" checked="checked" /> Export to CSV spreadsheet</label></p>
219
                                          <p><label for="ods_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]"><input type="radio" name="type_export_[% authority_type.authtypecode | html %]" value="ods" id="ods_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]" /> Export to OpenDocument spreadsheet format</label></p>
221
                                            <p><label for="ods_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]"><input type="radio" name="type_export_[% authority_type.authtypecode | html %]" value="ods" id="ods_type_export_[% authority_type.authtypecode | html %][% loop.count | html %]" /> Export to OpenDocument spreadsheet format</label></p>
220
                                      </fieldset>
222
                                        </fieldset>
221
                                  </div>
223
                                    </div>
222
                                  <div class="modal-footer">
224
                                    <div class="modal-footer">
223
                                      <button type="submit" class="btn btn-default">Export</button>
225
                                        <button type="submit" class="btn btn-default">Export</button>
224
                                      <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
226
                                        <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
225
                                  </div>
227
                                    </div>
226
                              </form>
228
                                </form>
227
                          </div>
229
                            </div>
228
                      </div>
230
                        </div>
229
                  </div>
231
                    </div>
230
232
231
                  <!-- Modal for import -->
233
                    <!-- Modal for import -->
232
                  <div class="modal" id="importModal_[% authority_type.authtypecode | html %][% loop.count | html %]" tabindex="-1" role="dialog" aria-labelledby="importLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" aria-hidden="true">
234
                    <div class="modal" id="importModal_[% authority_type.authtypecode | html %][% loop.count | html %]" tabindex="-1" role="dialog" aria-labelledby="importLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]" aria-hidden="true">
233
                      <div class="modal-dialog">
235
                        <div class="modal-dialog">
234
                          <div class="modal-content">
236
                            <div class="modal-content">
235
                              <div class="modal-header">
237
                                <div class="modal-header">
236
                                  <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
238
                                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
237
                                  <h3 id="importLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]">Import [% authority_type.authtypecode | html %] authority type (fields and subfields) from a spreadsheet file (.csv, .ods)</h3>
239
                                    <h3 id="importLabelexportModal_[% authority_type.authtypecode | html %][% loop.count | html %]">Import [% authority_type.authtypecode | html %] authority type (fields and subfields) from a spreadsheet file (.csv, .ods)</h3>
238
                              </div>
240
                                </div>
239
                              <form action="/cgi-bin/koha/admin/import_export_authtype.pl" name="form_i_[% authority_type.authtypecode | html %]" id="form_i_[% authority_type.authtypecode | html %]" method="post" enctype="multipart/form-data" class="form_import">
241
                                <form action="/cgi-bin/koha/admin/import_export_authtype.pl" name="form_i_[% authority_type.authtypecode | html %]" id="form_i_[% authority_type.authtypecode | html %]" method="post" enctype="multipart/form-data" class="form_import">
240
                                  <div class="modal-body">
242
                                    <div class="modal-body">
241
                                      <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
243
                                        <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
242
                                      <input type="hidden" name="action" value="import" />
244
                                        <input type="hidden" name="action" value="import" />
243
                                      <p><label for="file_import_[% authority_type.authtypecode | html %]">Upload file:</label> <input type="file" name="file_import_[% authority_type.authtypecode | html %]" id="file_import_[% authority_type.authtypecode | html %]" class="input_import" /></p>
245
                                        <p><label for="file_import_[% authority_type.authtypecode | html %]">Upload file:</label> <input type="file" name="file_import_[% authority_type.authtypecode | html %]" id="file_import_[% authority_type.authtypecode | html %]" class="input_import" /></p>
244
                                      <div id="importing_[% authority_type.authtypecode | html %]" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div>
246
                                        <div id="importing_[% authority_type.authtypecode | html %]" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div>
245
                                  </div>
247
                                    </div>
246
                                  <div class="modal-footer">
248
                                    <div class="modal-footer">
247
                                      <button type="submit" class="btn btn-default">Import</button>
249
                                        <button type="submit" class="btn btn-default">Import</button>
248
                                      <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Close</button>
250
                                        <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Close</button>
249
                                  </div>
251
                                    </div>
250
                              </form>
252
                                </form>
251
                          </div>
253
                            </div>
252
                      </div>
254
                        </div>
253
                  </div>
255
                    </div>
254
256
255
                </td>
257
                    </td>
256
            </tr>
258
                </tr>
257
        [% END %]
259
            [% END %]
258
        <tbody>
260
            <tbody>
259
    </table>
261
        </table>
262
    </div> <!-- /.page-section -->
260
[% END %]
263
[% END %]
261
264
262
            </main>
265
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-2 / +2 lines)
Lines 162-168 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
162
162
163
[% IF op == 'list' %]
163
[% IF op == 'list' %]
164
<h1>MARC frameworks</h1>
164
<h1>MARC frameworks</h1>
165
165
<div class="page-section">
166
<table id="table_biblio_frameworks">
166
<table id="table_biblio_frameworks">
167
    <thead>
167
    <thead>
168
    <tr>
168
    <tr>
Lines 311-317 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
311
311
312
    [% END %]
312
    [% END %]
313
</table>
313
</table>
314
314
</div> <!-- /.page-section -->
315
[% END %]
315
[% END %]
316
316
317
            </main>
317
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (+3 lines)
Lines 40-45 Link Here
40
            <main>
40
            <main>
41
41
42
<h1>MARC bibliographic framework test</h1>
42
<h1>MARC bibliographic framework test</h1>
43
44
<div class="page-section">
43
<table>
45
<table>
44
    <tr>
46
    <tr>
45
        <th>Test</th>
47
        <th>Test</th>
Lines 289-294 Link Here
289
[% ELSE %]
291
[% ELSE %]
290
    </table>
292
    </table>
291
        <p><strong>Configuration OK, you don't have errors in your MARC parameters table</strong></p>
293
        <p><strong>Configuration OK, you don't have errors in your MARC parameters table</strong></p>
294
    </div> <!-- /.page-section -->
292
[% END %]
295
[% END %]
293
296
294
            </main>
297
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (+6 lines)
Lines 344-349 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
344
    <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>
344
    <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>
345
</div>
345
</div>
346
<h1>Classification configuration</h1>
346
<h1>Classification configuration</h1>
347
<div class="page-section">
347
<h2>Classification sources</h2>
348
<h2>Classification sources</h2>
348
<table>
349
<table>
349
  <tr>
350
  <tr>
Lines 368-374 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
368
  </tr>
369
  </tr>
369
  [% END %]
370
  [% END %]
370
</table>
371
</table>
372
</div> <!-- /.page-section -->
371
373
374
<div class="page-section">
372
<h2>Classification filing rules</h2>
375
<h2>Classification filing rules</h2>
373
<table>
376
<table>
374
  <tr>
377
  <tr>
Lines 389-395 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
389
  </tr>
392
  </tr>
390
  [% END %]
393
  [% END %]
391
</table>
394
</table>
395
</div> <!-- /.page-section -->
392
396
397
<div class="page-section">
393
<h2>Classification splitting rules</h2>
398
<h2>Classification splitting rules</h2>
394
<table>
399
<table>
395
  <tr>
400
  <tr>
Lines 410-415 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
410
  </tr>
415
  </tr>
411
  [% END %]
416
  [% END %]
412
</table>
417
</table>
418
</div> <!-- /.page-section -->
413
419
414
420
415
[% END %]
421
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-32 / +33 lines)
Lines 213-251 Link Here
213
        You searched for [% searchfield | html %]</span>
213
        You searched for [% searchfield | html %]</span>
214
    [% END %]
214
    [% END %]
215
215
216
    <table id='currencies-table'>
216
    <div class="page-section">
217
      <thead>
217
        <table id='currencies-table'>
218
        <tr>
218
        <thead>
219
            <th>Currency</th>
219
            <tr>
220
            <th>Rate</th>
220
                <th>Currency</th>
221
            <th>Symbol</th>
221
                <th>Rate</th>
222
            <th>ISO code</th>
222
                <th>Symbol</th>
223
            <th>Last updated</th>
223
                <th>ISO code</th>
224
            <th>Active</th>
224
                <th>Last updated</th>
225
            <th>Archived</th>
225
                <th>Active</th>
226
            <th class="NoSort noExport">Actions</th>
226
                <th>Archived</th>
227
        </tr>
227
                <th class="NoSort noExport">Actions</th>
228
      </thead>
228
            </tr>
229
      <tbody>
229
        </thead>
230
        [% FOREACH currency IN currencies %]
230
        <tbody>
231
          <tr>
231
            [% FOREACH currency IN currencies %]
232
            <td>[% currency.currency | html %]</td>
232
            <tr>
233
            <td>[% currency.rate | html %]</td>
233
                <td>[% currency.currency | html %]</td>
234
            <td>[% currency.symbol | html %]</td>
234
                <td>[% currency.rate | html %]</td>
235
            <td>[% currency.isocode | html %]</td>
235
                <td>[% currency.symbol | html %]</td>
236
            <td data-order="[% currency.timestamp | html %]">[% currency.timestamp | $KohaDates %]</td>
236
                <td>[% currency.isocode | html %]</td>
237
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
237
                <td data-order="[% currency.timestamp | html %]">[% currency.timestamp | $KohaDates %]</td>
238
            <td>[% IF currency.archived %]Yes[% END %]</td>
238
                <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
239
            <td class="actions">
239
                <td>[% IF currency.archived %]Yes[% END %]</td>
240
              <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency | html %]"><i class="fa fa-pencil"></i> Edit</a>
240
                <td class="actions">
241
              <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency | html %]"><i class="fa fa-trash"></i> Delete</a>
241
                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency | html %]"><i class="fa fa-pencil"></i> Edit</a>
242
            </td>
242
                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency | html %]"><i class="fa fa-trash"></i> Delete</a>
243
          </tr>
243
                </td>
244
        [% END %]
244
            </tr>
245
      </tbody>
245
            [% END %]
246
    </table>
246
        </tbody>
247
        </table>
248
    </div>
247
249
248
    <br />
249
    <div class="hint">
250
    <div class="hint">
250
        <p>
251
        <p>
251
            When importing MARC files via the staging tools, the tool will attempt to find and use the price of the currently active currency.
252
            When importing MARC files via the staging tools, the tool will attempt to find and use the price of the currently active currency.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +2 lines)
Lines 304-310 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
304
[% IF display %]
304
[% IF display %]
305
[% IF ( ediaccounts ) %]
305
[% IF ( ediaccounts ) %]
306
<h1>Vendor EDI accounts</h1>
306
<h1>Vendor EDI accounts</h1>
307
307
<div class="page-section">
308
    <table>
308
    <table>
309
    <tr>
309
    <tr>
310
       <th>ID</th>
310
       <th>ID</th>
Lines 378-383 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
378
    </tr>
378
    </tr>
379
    [% END %]
379
    [% END %]
380
    </table>
380
    </table>
381
</div> <!-- /.page-section -->
381
    [% ELSE %]
382
    [% ELSE %]
382
        <div class="dialog message">
383
        <div class="dialog message">
383
            There are no EDI accounts.
384
            There are no EDI accounts.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (+2 lines)
Lines 163-168 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
163
[% IF display %]
163
[% IF display %]
164
    <h1>Library EANs</h1>
164
    <h1>Library EANs</h1>
165
[% IF ( eans ) %]
165
[% IF ( eans ) %]
166
    <div class="page-section">
166
    <table>
167
    <table>
167
        <tr>
168
        <tr>
168
            <th>Library</th>
169
            <th>Library</th>
Lines 194-199 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
194
            </tr>
195
            </tr>
195
        [% END %]
196
        [% END %]
196
    </table>
197
    </table>
198
    </div> <!-- /.page-section -->
197
[% ELSE %]
199
[% ELSE %]
198
    <div class="dialog message">
200
    <div class="dialog message">
199
        There are no library EANs.
201
        There are no library EANs.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-2 / +2 lines)
Lines 70-76 Link Here
70
          [% IF fields.size %]
70
          [% IF fields.size %]
71
              <div id="search_fields_list">
71
              <div id="search_fields_list">
72
                  <h1>Item search fields</h1>
72
                  <h1>Item search fields</h1>
73
73
                    <div class="page-section">
74
                  <table id="search_fields_table">
74
                  <table id="search_fields_table">
75
                    <thead>
75
                    <thead>
76
                      <tr>
76
                      <tr>
Lines 98-104 Link Here
98
                      [% END %]
98
                      [% END %]
99
                    </tbody>
99
                    </tbody>
100
                  </table>
100
                  </table>
101
              </div>
101
              </div> <!-- /.page-section -->
102
          [% ELSE %]
102
          [% ELSE %]
103
                <h1>Item search fields</h1>
103
                <h1>Item search fields</h1>
104
              <div class="dialog message">
104
              <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-1 / +2 lines)
Lines 41-46 Link Here
41
    <div class="dialog alert">Failed to add mapping for [% error_info | html %]</div>
41
    <div class="dialog alert">Failed to add mapping for [% error_info | html %]</div>
42
[% END %]
42
[% END %]
43
43
44
<div class="page-section">
44
<table id="kohafields">
45
<table id="kohafields">
45
<thead><tr>
46
<thead><tr>
46
    <th>Koha field</th>
47
    <th>Koha field</th>
Lines 67-73 Link Here
67
[% END %]
68
[% END %]
68
</tbody>
69
</tbody>
69
</table>
70
</table>
70
71
</div> <!-- /.page-section -->
71
<input id="remove_field" name="remove_field" type="hidden" value=""/>
72
<input id="remove_field" name="remove_field" type="hidden" value=""/>
72
<input id="add_field" name="add_field" type="hidden" value=""/>
73
<input id="add_field" name="add_field" type="hidden" value=""/>
73
74
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (+2 lines)
Lines 75-80 Link Here
75
                </div>
75
                </div>
76
                [% END %]
76
                [% END %]
77
77
78
                <div class="page-section">
78
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form">
79
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form">
79
                    <table id="marc-overlay-rules">
80
                    <table id="marc-overlay-rules">
80
                        <thead><tr>
81
                        <thead><tr>
Lines 254-259 Link Here
254
                        </tbody>
255
                        </tbody>
255
                    </table>
256
                    </table>
256
                </form>
257
                </form>
258
                </div> <!-- /.page-section -->
257
259
258
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
260
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
259
                    <input type="hidden" name="op" value="redo-matching" />
261
                    <input type="hidden" name="op" value="redo-matching" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-44 / +46 lines)
Lines 383-434 Link Here
383
                        <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
383
                        <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
384
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
384
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
385
385
386
                        <table id="table_marcsubfieldstructure">
386
                        <div class="page-section">
387
                            <thead>
387
                            <table id="table_marcsubfieldstructure">
388
                                <tr>
388
                                <thead>
389
                                    <th>Subfield</th>
390
                                    <th>Text</th>
391
                                    <th>Constraints</th>
392
                                    <th class="NoSort noExport">Actions</th>
393
                                </tr>
394
                            </thead>
395
                            <tbody>
396
                                [% FOREACH loo IN loop %]
397
                                    <tr>
389
                                    <tr>
398
                                        <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field">[% loo.tagsubfield | html %]</a></td>
390
                                        <th>Subfield</th>
399
                                        <td>
391
                                        <th>Text</th>
400
                                            [% IF loo.tab == -1 %]
392
                                        <th>Constraints</th>
401
                                                <em>[% loo.liblibrarian | html_entity %]</em>
393
                                        <th class="NoSort noExport">Actions</th>
402
                                            [% ELSE %]
403
                                                [% loo.liblibrarian | html_entity %]
404
                                            [% END %]
405
                                        </td>
406
                                        <td>
407
                                            [% IF loo.tab == -1 %]
408
                                                <em>subfield ignored</em>
409
                                            [% ELSE %]
410
                                                <span>Tab:</span>[% loo.tab | html %],
411
                                                [% IF ( loo.kohafield ) %] | <span>Koha field:</span> [% loo.kohafield | html %], [% END %]
412
                                                [% IF ( loo.repeatable ) %]<span>Repeatable</span>, [% ELSE %]<span>Not repeatable</span>,[% END %]
413
                                                [% IF ( loo.mandatory ) %]<span>Mandatory</span>, [% ELSE %]<span>Not mandatory</span>,[% END %]
414
                                                [% IF ( loo.important ) %]<span>Important</span>, [% ELSE %]<span>Not important</span>,[% END %]
415
                                                [% IF ( loo.seealso ) %] | <span>See also:</span> [% loo.seealso | html %],[% END %]
416
                                                [% IF ( loo.hidden ) %]<span>hidden</span>,[% END %]
417
                                                [% IF ( loo.isurl ) %]<span>is a URL</span>,[% END %]
418
                                                [% IF ( loo.authorised_value ) %] | <span>Auth value:</span>[% loo.authorised_value | html %],[% END %]
419
                                                [% IF ( loo.authtypecode ) %] | <span>Authority:</span>[% loo.authtypecode | html %],[% END %]
420
                                                [% IF ( loo.value_builder ) %] | <span>Plugin:</span>[% loo.value_builder | html %],[% END %]
421
                                                [% IF ( loo.link ) %] | <span>Link:</span>[% loo.link | html %],[% END %]
422
                                            [% END %]
423
                                        </td>
424
                                        <td class="actions">
425
                                            <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
426
                                            <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&amp;tagfield=[% loo.tagfield | uri %]&amp;tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
427
                                        </td>
428
                                    </tr>
394
                                    </tr>
429
                                [% END %]
395
                                </thead>
430
                            </tbody>
396
                                <tbody>
431
                        </table> <!-- /#table_marcsubfieldstructure -->
397
                                    [% FOREACH loo IN loop %]
398
                                        <tr>
399
                                            <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field">[% loo.tagsubfield | html %]</a></td>
400
                                            <td>
401
                                                [% IF loo.tab == -1 %]
402
                                                    <em>[% loo.liblibrarian | html_entity %]</em>
403
                                                [% ELSE %]
404
                                                    [% loo.liblibrarian | html_entity %]
405
                                                [% END %]
406
                                            </td>
407
                                            <td>
408
                                                [% IF loo.tab == -1 %]
409
                                                    <em>subfield ignored</em>
410
                                                [% ELSE %]
411
                                                    <span>Tab:</span>[% loo.tab | html %],
412
                                                    [% IF ( loo.kohafield ) %] | <span>Koha field:</span> [% loo.kohafield | html %], [% END %]
413
                                                    [% IF ( loo.repeatable ) %]<span>Repeatable</span>, [% ELSE %]<span>Not repeatable</span>,[% END %]
414
                                                    [% IF ( loo.mandatory ) %]<span>Mandatory</span>, [% ELSE %]<span>Not mandatory</span>,[% END %]
415
                                                    [% IF ( loo.important ) %]<span>Important</span>, [% ELSE %]<span>Not important</span>,[% END %]
416
                                                    [% IF ( loo.seealso ) %] | <span>See also:</span> [% loo.seealso | html %],[% END %]
417
                                                    [% IF ( loo.hidden ) %]<span>hidden</span>,[% END %]
418
                                                    [% IF ( loo.isurl ) %]<span>is a URL</span>,[% END %]
419
                                                    [% IF ( loo.authorised_value ) %] | <span>Auth value:</span>[% loo.authorised_value | html %],[% END %]
420
                                                    [% IF ( loo.authtypecode ) %] | <span>Authority:</span>[% loo.authtypecode | html %],[% END %]
421
                                                    [% IF ( loo.value_builder ) %] | <span>Plugin:</span>[% loo.value_builder | html %],[% END %]
422
                                                    [% IF ( loo.link ) %] | <span>Link:</span>[% loo.link | html %],[% END %]
423
                                                [% END %]
424
                                            </td>
425
                                            <td class="actions">
426
                                                <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
427
                                                <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&amp;tagfield=[% loo.tagfield | uri %]&amp;tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
428
                                            </td>
429
                                        </tr>
430
                                    [% END %]
431
                                </tbody>
432
                            </table> <!-- /#table_marcsubfieldstructure -->
433
                        </div><!-- /.page-section -->
432
434
433
                        <form action="[% script_name | html %]" method="get">
435
                        <form action="[% script_name | html %]" method="get">
434
                            <fieldset class="action"><input type="hidden" name="op" value="add_form" />
436
                            <fieldset class="action"><input type="hidden" name="op" value="add_form" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (+2 lines)
Lines 260-265 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
260
</fieldset>
260
</fieldset>
261
</form>
261
</form>
262
262
263
<div class="page-section">
263
    <table id="table_marctagstructure">
264
    <table id="table_marctagstructure">
264
    <thead>
265
    <thead>
265
        <tr>
266
        <tr>
Lines 311-316 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
311
    [% END %]
312
    [% END %]
312
    </tbody>
313
    </tbody>
313
    </table>
314
    </table>
315
    </div> <!-- /.page-section -->
314
[% END %]
316
[% END %]
315
317
316
            </main>
318
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-17 / +19 lines)
Lines 459-483 Link Here
459
                        <div class="dialog message">Deleted record matching rule &quot;[% deleted_matching_rule | html %]&quot;</div>
459
                        <div class="dialog message">Deleted record matching rule &quot;[% deleted_matching_rule | html %]&quot;</div>
460
                    [% END %]
460
                    [% END %]
461
                    [% IF ( available_matching_rules ) %]
461
                    [% IF ( available_matching_rules ) %]
462
                        <table>
462
                        <div class="page-section">
463
                            <tr>
463
                            <table>
464
                                <th>#</th>
465
                                <th>Code</th>
466
                                <th>Description</th>
467
                                <th class="noExport">Actions</th>
468
                            </tr>
469
                            [% FOREACH available_matching_rule IN available_matching_rules %]
470
                                <tr>
464
                                <tr>
471
                                    <td>[% available_matching_rule.matcher_id | html %]</td>
465
                                    <th>#</th>
472
                                    <td>[% available_matching_rule.code | html %]</td>
466
                                    <th>Code</th>
473
                                    <td>[% available_matching_rule.description | html %]</td>
467
                                    <th>Description</th>
474
                                    <td class="actions">
468
                                    <th class="noExport">Actions</th>
475
                                        <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-pencil"></i> Edit</a>
476
                                        <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-trash"></i> Delete</a>
477
                                    </td>
478
                                </tr>
469
                                </tr>
479
                            [% END %]
470
                                [% FOREACH available_matching_rule IN available_matching_rules %]
480
                        </table>
471
                                    <tr>
472
                                        <td>[% available_matching_rule.matcher_id | html %]</td>
473
                                        <td>[% available_matching_rule.code | html %]</td>
474
                                        <td>[% available_matching_rule.description | html %]</td>
475
                                        <td class="actions">
476
                                            <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-pencil"></i> Edit</a>
477
                                            <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-trash"></i> Delete</a>
478
                                        </td>
479
                                    </tr>
480
                                [% END %]
481
                            </table>
482
                        </div> <!-- /.page-section -->
481
                    [% ELSE %]
483
                    [% ELSE %]
482
                        <p>There are no saved matching rules.</p>
484
                        <p>There are no saved matching rules.</p>
483
                    [% END # /IF ( available_matching_rules ) %]
485
                    [% END # /IF ( available_matching_rules ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-38 / +40 lines)
Lines 106-151 Link Here
106
106
107
        <h1>OAI sets</h1>
107
        <h1>OAI sets</h1>
108
        [% IF sets_loop %]
108
        [% IF sets_loop %]
109
            <table>
109
            <div class="page-section">
110
                <thead>
110
                <table>
111
                    <tr>
111
                    <thead>
112
                        <th>setSpec</th>
113
                        <th>setName</th>
114
                        <th>setDescriptions</th>
115
                        <th>&nbsp;</th>
116
                    </tr>
117
                </thead>
118
                <tbody>
119
                    [% FOREACH set IN sets_loop %]
120
                        <tr>
112
                        <tr>
121
                            <td>[% set.spec | html %]</td>
113
                            <th>setSpec</th>
122
                            <td>[% set.name | html %]</td>
114
                            <th>setName</th>
123
                            <td>
115
                            <th>setDescriptions</th>
124
                                [% IF set.descriptions %]
116
                            <th>&nbsp;</th>
125
                                    <ul>
126
                                        [% FOREACH desc IN set.descriptions %]
127
                                            <li>[% desc.description | html %]</li>
128
                                        [% END %]
129
                                    </ul>
130
                                [% ELSE %]
131
                                    <em>No descriptions</em>
132
                                [% END %]
133
                            </td>
134
                            <td>
135
                              <div class="btn-group dropup">
136
                                <a class="btn btn-default btn-xs dropdown-toggle" id="oaisetsactions[% set.id | html %]" role="button" data-toggle="dropdown" href="#">
137
                                  Actions <b class="caret"></b></a>
138
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id | html %]">
139
                                  <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id | uri %]"><i class="fa fa-fw fa-pencil"></i> Edit</a></li>
140
                                  <li><a class="delete_oai_set" href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id | html %]"><i class="fa fa-fw fa-trash"></i> Delete</a></li>
141
                                  <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id | uri %]"><i class="fa fa-fw fa-info"></i> Define mappings</a></li>
142
                                </ul>
143
                              </div>
144
                            </td>
145
                        </tr>
117
                        </tr>
146
                    [% END %]
118
                    </thead>
147
                </tbody>
119
                    <tbody>
148
            </table>
120
                        [% FOREACH set IN sets_loop %]
121
                            <tr>
122
                                <td>[% set.spec | html %]</td>
123
                                <td>[% set.name | html %]</td>
124
                                <td>
125
                                    [% IF set.descriptions %]
126
                                        <ul>
127
                                            [% FOREACH desc IN set.descriptions %]
128
                                                <li>[% desc.description | html %]</li>
129
                                            [% END %]
130
                                        </ul>
131
                                    [% ELSE %]
132
                                        <em>No descriptions</em>
133
                                    [% END %]
134
                                </td>
135
                                <td>
136
                                <div class="btn-group dropup">
137
                                    <a class="btn btn-default btn-xs dropdown-toggle" id="oaisetsactions[% set.id | html %]" role="button" data-toggle="dropdown" href="#">
138
                                    Actions <b class="caret"></b></a>
139
                                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id | html %]">
140
                                    <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id | uri %]"><i class="fa fa-fw fa-pencil"></i> Edit</a></li>
141
                                    <li><a class="delete_oai_set" href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id | html %]"><i class="fa fa-fw fa-trash"></i> Delete</a></li>
142
                                    <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id | uri %]"><i class="fa fa-fw fa-info"></i> Define mappings</a></li>
143
                                    </ul>
144
                                </div>
145
                                </td>
146
                            </tr>
147
                        [% END %]
148
                    </tbody>
149
                </table>
150
            </div> <!-- /.page-section -->
149
        [% ELSE %]
151
        [% ELSE %]
150
            <div class="dialog message"><p>There are no sets defined.</p></div>
152
            <div class="dialog message"><p>There are no sets defined.</p></div>
151
        [% END %]
153
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-13 / +15 lines)
Lines 246-264 Link Here
246
    </div>
246
    </div>
247
247
248
    [% IF servers_count > 0 %]
248
    [% IF servers_count > 0 %]
249
        <table id="smtp_servers">
249
        <div class="page-section">
250
            <thead>
250
            <table id="smtp_servers">
251
                <tr>
251
                <thead>
252
                    <th>Name</th>
252
                    <tr>
253
                    <th>Host</th>
253
                        <th>Name</th>
254
                    <th>Port</th>
254
                        <th>Host</th>
255
                    <th>Timeout (secs)</th>
255
                        <th>Port</th>
256
                    <th>SSL</th>
256
                        <th>Timeout (secs)</th>
257
                    <th>Authenticated</th>
257
                        <th>SSL</th>
258
                    <th data-class-name="actions noExport">Actions</th>
258
                        <th>Authenticated</th>
259
                </tr>
259
                        <th data-class-name="actions noExport">Actions</th>
260
            </thead>
260
                    </tr>
261
        </table>
261
                </thead>
262
            </table>
263
        </div> <!-- /.page-section -->
262
    [% END %]
264
    [% END %]
263
[% END %]
265
[% END %]
264
266
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +3 lines)
Lines 216-221 Link Here
216
    [% ELSIF searchfield %]
216
    [% ELSIF searchfield %]
217
        You searched for [% searchfield | html %]
217
        You searched for [% searchfield | html %]
218
    [% END %]
218
    [% END %]
219
220
    <div class="page-section">
219
    <table id="serverst">
221
    <table id="serverst">
220
222
221
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
223
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
Lines 248-253 Link Here
248
        [% END %]
250
        [% END %]
249
        </tbody>
251
        </tbody>
250
    </table>
252
    </table>
253
    </div> <!-- /.page-section -->
251
[% END %]
254
[% END %]
252
255
253
            </main>
256
            </main>
254
- 

Return to bug 31986