|
Lines 134-147
Link Here
|
| 134 |
[% IF op == 'delete_confirm' %] |
134 |
[% IF op == 'delete_confirm' %] |
| 135 |
<div class="dialog alert"> |
135 |
<div class="dialog alert"> |
| 136 |
[% IF biblios_use_this_framework %] |
136 |
[% IF biblios_use_this_framework %] |
| 137 |
<h3>This framework cannot be deleted</h3> |
137 |
<h1>This framework cannot be deleted</h1> |
| 138 |
<p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p> |
138 |
<p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p> |
| 139 |
<p>The framework is used [% biblios_use_this_framework | html %] times.</p> |
139 |
<p>The framework is used [% biblios_use_this_framework | html %] times.</p> |
| 140 |
<form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> |
140 |
<form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> |
| 141 |
<button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> |
141 |
<button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> |
| 142 |
</form> |
142 |
</form> |
| 143 |
[% ELSE %] |
143 |
[% ELSE %] |
| 144 |
<h3>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h3> |
144 |
<h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1> |
| 145 |
<form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> |
145 |
<form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> |
| 146 |
<input type="hidden" name="op" value="delete_confirmed" /> |
146 |
<input type="hidden" name="op" value="delete_confirmed" /> |
| 147 |
<input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" /> |
147 |
<input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" /> |
|
Lines 188-194
Link Here
|
| 188 |
<div class="modal-content"> |
188 |
<div class="modal-content"> |
| 189 |
<div class="modal-header"> |
189 |
<div class="modal-header"> |
| 190 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
190 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 191 |
<h3 id="exportLabelexportModal_default">Export default framework</h3> |
191 |
<h1 id="exportLabelexportModal_default">Export default framework</h1> |
| 192 |
</div> <!-- /.modal-header --> |
192 |
</div> <!-- /.modal-header --> |
| 193 |
<form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank" class="form_export"> |
193 |
<form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank" class="form_export"> |
| 194 |
<div class="modal-body"> |
194 |
<div class="modal-body"> |
|
Lines 213-219
Link Here
|
| 213 |
<div class="modal-content"> |
213 |
<div class="modal-content"> |
| 214 |
<div class="modal-header"> |
214 |
<div class="modal-header"> |
| 215 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
215 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 216 |
<h3 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h> |
216 |
<h1 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1> |
| 217 |
</div> <!-- /.modal-header --> |
217 |
</div> <!-- /.modal-header --> |
| 218 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import"> |
218 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import"> |
| 219 |
<div class="modal-body"> |
219 |
<div class="modal-body"> |
|
Lines 258-264
Link Here
|
| 258 |
<div class="modal-content"> |
258 |
<div class="modal-content"> |
| 259 |
<div class="modal-header"> |
259 |
<div class="modal-header"> |
| 260 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
260 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 261 |
<h3 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h3> |
261 |
<h1 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h1> |
| 262 |
</div> <!-- /.modal-header --> |
262 |
</div> <!-- /.modal-header --> |
| 263 |
<form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank" class="form_export"> |
263 |
<form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank" class="form_export"> |
| 264 |
<div class="modal-body"> |
264 |
<div class="modal-body"> |
|
Lines 283-289
Link Here
|
| 283 |
<div class="modal-content"> |
283 |
<div class="modal-content"> |
| 284 |
<div class="modal-header"> |
284 |
<div class="modal-header"> |
| 285 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
285 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 286 |
<h3 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h3> |
286 |
<h1 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1> |
| 287 |
</div> <!-- /.modal-header --> |
287 |
</div> <!-- /.modal-header --> |
| 288 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import"> |
288 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import"> |
| 289 |
<div class="modal-body"> |
289 |
<div class="modal-body"> |