|
Lines 98-111
Link Here
|
| 98 |
[% IF op == 'delete_confirm' %] |
98 |
[% IF op == 'delete_confirm' %] |
| 99 |
<div class="dialog alert"> |
99 |
<div class="dialog alert"> |
| 100 |
[% IF biblios_use_this_framework %] |
100 |
[% IF biblios_use_this_framework %] |
| 101 |
<h3>This framework cannot be deleted</h3> |
101 |
<h1>This framework cannot be deleted</h1> |
| 102 |
<p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p> |
102 |
<p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p> |
| 103 |
<p>The framework is used [% biblios_use_this_framework | html %] times.</p> |
103 |
<p>The framework is used [% biblios_use_this_framework | html %] times.</p> |
| 104 |
<form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> |
104 |
<form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> |
| 105 |
<button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> |
105 |
<button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> |
| 106 |
</form> |
106 |
</form> |
| 107 |
[% ELSE %] |
107 |
[% ELSE %] |
| 108 |
<h3>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h3> |
108 |
<h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1> |
| 109 |
<form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> |
109 |
<form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> |
| 110 |
<input type="hidden" name="op" value="delete_confirmed" /> |
110 |
<input type="hidden" name="op" value="delete_confirmed" /> |
| 111 |
<input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" /> |
111 |
<input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" /> |
|
Lines 152-158
Link Here
|
| 152 |
<div class="modal-content"> |
152 |
<div class="modal-content"> |
| 153 |
<div class="modal-header"> |
153 |
<div class="modal-header"> |
| 154 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
154 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 155 |
<h3 id="exportLabelexportModal_default">Export default framework</h3> |
155 |
<h1 id="exportLabelexportModal_default">Export default framework</h1> |
| 156 |
</div> <!-- /.modal-header --> |
156 |
</div> <!-- /.modal-header --> |
| 157 |
<form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank" class="form_export"> |
157 |
<form action="import_export_framework.pl" name="form_defaul" method="get" target="_blank" class="form_export"> |
| 158 |
<div class="modal-body"> |
158 |
<div class="modal-body"> |
|
Lines 177-183
Link Here
|
| 177 |
<div class="modal-content"> |
177 |
<div class="modal-content"> |
| 178 |
<div class="modal-header"> |
178 |
<div class="modal-header"> |
| 179 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
179 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 180 |
<h3 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h> |
180 |
<h1 id="importLabelexportModal_[% framework.frameworkcode | html %][% frameworks.count | html %]">Import default framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1> |
| 181 |
</div> <!-- /.modal-header --> |
181 |
</div> <!-- /.modal-header --> |
| 182 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import"> |
182 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_default" id="form_i_default" method="post" enctype="multipart/form-data" class="form_import"> |
| 183 |
<div class="modal-body"> |
183 |
<div class="modal-body"> |
|
Lines 222-228
Link Here
|
| 222 |
<div class="modal-content"> |
222 |
<div class="modal-content"> |
| 223 |
<div class="modal-header"> |
223 |
<div class="modal-header"> |
| 224 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
224 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 225 |
<h3 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h3> |
225 |
<h1 id="exportLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Export [% loo.frameworktext | html %] framework</h1> |
| 226 |
</div> <!-- /.modal-header --> |
226 |
</div> <!-- /.modal-header --> |
| 227 |
<form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank" class="form_export"> |
227 |
<form action="import_export_framework.pl" name="form_[% loo.frameworkcode | html %]" method="get" target="_blank" class="form_export"> |
| 228 |
<div class="modal-body"> |
228 |
<div class="modal-body"> |
|
Lines 247-253
Link Here
|
| 247 |
<div class="modal-content"> |
247 |
<div class="modal-content"> |
| 248 |
<div class="modal-header"> |
248 |
<div class="modal-header"> |
| 249 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
249 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 250 |
<h3 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h3> |
250 |
<h1 id="importLabelexportModal_[% loo.frameworkcode | html %][% loop.count | html %]">Import [% loo.frameworkcode | html %] framework structure (fields and subfields) from a spreadsheet file (.csv or .ods)</h1> |
| 251 |
</div> <!-- /.modal-header --> |
251 |
</div> <!-- /.modal-header --> |
| 252 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import"> |
252 |
<form action="/cgi-bin/koha/admin/import_export_framework.pl" name="form_i_[% loo.frameworkcode | html %]" id="form_i_[% loo.frameworkcode | html %]" method="post" enctype="multipart/form-data" class="form_import"> |
| 253 |
<div class="modal-body"> |
253 |
<div class="modal-body"> |