Lines 346-370
function populateHiddenCheckboxes(tab) {
Link Here
|
346 |
|
346 |
|
347 |
[% IF ( delete_confirm ) %] |
347 |
[% IF ( delete_confirm ) %] |
348 |
|
348 |
|
349 |
<h3>Confirm deletion of subfield [% tagsubfield %]?</h3> |
349 |
<div class="dialog alert"> |
350 |
<p>Subfield: [% tagsubfield %]</p> |
350 |
<h3>Confirm deletion of subfield [% tagsubfield %]?</h3> |
351 |
<p>Description: [% liblibrarian %]</p> |
351 |
<p>Subfield: [% tagsubfield %]</p> |
352 |
|
352 |
<p>Description: [% liblibrarian %]</p> |
353 |
<form action="[% delete_link %]" method="post"><input type="hidden" name="op" value="delete_confirmed" /> |
353 |
|
354 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
354 |
<form action="[% delete_link %]" method="post"><input type="hidden" name="op" value="delete_confirmed" /> |
355 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
355 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
356 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> |
356 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
357 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
357 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> |
358 |
<input type="submit" value="Yes, delete this subfield" /> |
358 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
359 |
</form> |
359 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this subfield</button> |
360 |
|
360 |
</form> |
361 |
<form action="[% script_name %]" method="post"> |
361 |
|
362 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
362 |
|
363 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
363 |
<form action="[% script_name %]" method="post"> |
364 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> |
364 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
365 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
365 |
<input type="hidden" name="tagfield" value="[% tagfield | html%]" /> |
366 |
<input type="submit" value="No, do not delete" /> |
366 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> |
367 |
</form> |
367 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
|
|
368 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> |
369 |
</form> |
370 |
</div> |
371 |
|
368 |
[% END %] |
372 |
[% END %] |
369 |
|
373 |
|
370 |
[% IF ( delete_confirmed ) %] |
374 |
[% IF ( delete_confirmed ) %] |
371 |
- |
|
|