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