|
Lines 223-247
Link Here
|
| 223 |
[% IF ( delete_confirm ) %] |
223 |
[% IF ( delete_confirm ) %] |
| 224 |
|
224 |
|
| 225 |
<div class="dialog alert"> |
225 |
<div class="dialog alert"> |
| 226 |
<h3>Delete subfield <span class="ex">'[% tagsubfield | html %]'?</span></h3> |
226 |
<h3>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h3> |
| 227 |
<form action="[% delete_link | html %]" method="post"> |
227 |
<form action="[% delete_link | html %]" method="post"> |
| 228 |
<input type="hidden" name="op" value="delete_confirmed" /> |
228 |
<input type="hidden" name="op" value="delete_confirmed" /> |
| 229 |
<table> |
229 |
<table> |
| 230 |
<tr><th scope="row">Subfield:</th> <td>[% tagsubfield | html %]</td></tr> |
230 |
<tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr> |
| 231 |
<tr><th scope="row">Description:</th> <td>[% liblibrarian | html_entity %]</td></tr> |
231 |
<tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr> |
| 232 |
</table> |
232 |
</table> |
| 233 |
<input type="hidden" name="searchfield" value="[% searchfield | html %]" /> |
233 |
<input type="hidden" name="tagfield" value="[% ass.tagfield | html %]" /> |
| 234 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
234 |
<input type="hidden" name="tagsubfield" value="[% ass.tagsubfield | html %]" /> |
| 235 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" /> |
235 |
<input type="hidden" name="authtypecode" value="[% ass.authtypecode | html %]" /> |
| 236 |
<input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> |
|
|
| 237 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this subfield</button> |
236 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this subfield</button> |
| 238 |
</form> |
237 |
</form> |
| 239 |
|
238 |
|
| 240 |
<form action="[% delete_link | html %]" method="get"> |
239 |
<form action="[% delete_link | html %]" method="get"> |
| 241 |
<input type="hidden" name="searchfield" value="[% searchfield | html %]" /> |
240 |
<input type="hidden" name="tagfield" value="[% ass.tagfield | html %]" /> |
| 242 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
241 |
<input type="hidden" name="tagsubfield" value="[% ass.tagsubfield | html %]" /> |
| 243 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" /> |
242 |
<input type="hidden" name="authtypecode" value="[% ass.authtypecode | html %]" /> |
| 244 |
<input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> |
|
|
| 245 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> |
243 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> |
| 246 |
</form> |
244 |
</form> |
| 247 |
</form></div> |
245 |
</form></div> |
| 248 |
- |
|
|