Lines 137-150
MARC frameworks › Administration › 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 › Administration › 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 › Administration › 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 › Administration › 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 › Administration › 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"> |