|
Lines 198-204
function populateHiddenCheckboxes(tab) {
Link Here
|
| 198 |
</h1> |
198 |
</h1> |
| 199 |
<form action="[% script_name %]" name="Aform" method="post"> |
199 |
<form action="[% script_name %]" name="Aform" method="post"> |
| 200 |
<input type="hidden" name="op" value="add_validate" /> |
200 |
<input type="hidden" name="op" value="add_validate" /> |
| 201 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
201 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
| 202 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
202 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
| 203 |
<div id="subfieldtabs" class="toptabs numbered"> |
203 |
<div id="subfieldtabs" class="toptabs numbered"> |
| 204 |
<ul> |
204 |
<ul> |
|
Lines 360-366
function populateHiddenCheckboxes(tab) {
Link Here
|
| 360 |
|
360 |
|
| 361 |
<form action="[% script_name %]" method="post"> |
361 |
<form action="[% script_name %]" method="post"> |
| 362 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
362 |
<input type="hidden" name="searchfield" value="[% searchfield %]" /> |
| 363 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
363 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
| 364 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> |
364 |
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> |
| 365 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
365 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
| 366 |
<input type="submit" value="No, do not delete" /> |
366 |
<input type="submit" value="No, do not delete" /> |
|
Lines 371-377
function populateHiddenCheckboxes(tab) {
Link Here
|
| 371 |
|
371 |
|
| 372 |
<h3>Data deleted</h3> |
372 |
<h3>Data deleted</h3> |
| 373 |
<form action="[% script_name %]" method="post"> |
373 |
<form action="[% script_name %]" method="post"> |
| 374 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
374 |
<input type="hidden" name="tagfield" value="[% tagfield | html %]" /> |
| 375 |
<input type="submit" value="OK" /> |
375 |
<input type="submit" value="OK" /> |
| 376 |
</form> |
376 |
</form> |
| 377 |
[% END %] |
377 |
[% END %] |
|
Lines 428-434
function populateHiddenCheckboxes(tab) {
Link Here
|
| 428 |
<input type="hidden" name="tagfield" value="[% edit_tagfield %]" /> |
428 |
<input type="hidden" name="tagfield" value="[% edit_tagfield %]" /> |
| 429 |
<input type="hidden" name="frameworkcode" value="[% edit_frameworkcode %]" /> |
429 |
<input type="hidden" name="frameworkcode" value="[% edit_frameworkcode %]" /> |
| 430 |
<input type="submit" value="Edit subfields" /> |
430 |
<input type="submit" value="Edit subfields" /> |
| 431 |
<a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode %]">Cancel</a> |
431 |
<a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode %]">Cancel</a> |
| 432 |
</fieldset> |
432 |
</fieldset> |
| 433 |
</form> |
433 |
</form> |
| 434 |
|
434 |
|
| 435 |
- |
|
|