Lines 197-205
if ($op eq 'add_form') {
Link Here
|
197 |
$row_data{repeatable} = $results->[$i]{'repeatable'}; |
197 |
$row_data{repeatable} = $results->[$i]{'repeatable'}; |
198 |
$row_data{mandatory} = $results->[$i]{'mandatory'}; |
198 |
$row_data{mandatory} = $results->[$i]{'mandatory'}; |
199 |
$row_data{authorised_value} = $results->[$i]{'authorised_value'}; |
199 |
$row_data{authorised_value} = $results->[$i]{'authorised_value'}; |
200 |
$row_data{subfield_link} = "auth_subfields_structure.pl?tagfield=" . $results->[$i]{'tagfield'} . "&authtypecode=" . $authtypecode; |
|
|
201 |
$row_data{edit} = "$script_name?op=add_form&searchfield=" . $results->[$i]{'tagfield'} . "&authtypecode=" . $authtypecode; |
202 |
$row_data{delete} = "$script_name?op=delete_confirm&searchfield=" . $results->[$i]{'tagfield'} . "&authtypecode=" . $authtypecode; |
203 |
push(@loop_data, \%row_data); |
200 |
push(@loop_data, \%row_data); |
204 |
} |
201 |
} |
205 |
$template->param(loop => \@loop_data, |
202 |
$template->param(loop => \@loop_data, |