|
Lines 225-231
Link Here
|
| 225 |
<td>[% loo.frameworktext %]</td> |
225 |
<td>[% loo.frameworktext %]</td> |
| 226 |
<td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td> |
226 |
<td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td> |
| 227 |
<td><a href="[% loo.script_name %]?op=add_form&frameworkcode=[% loo.frameworkcode |html %]">Edit</a></td> |
227 |
<td><a href="[% loo.script_name %]?op=add_form&frameworkcode=[% loo.frameworkcode |html %]">Edit</a></td> |
| 228 |
<td><a href="[% loo.script_name %]?op=delete_confirm&frameworkcode=[% loo.frameworkcode |html %]">Delete</a></td> |
228 |
<td> |
|
|
229 |
[% IF loo.frameworkcode != 'FA' %] |
| 230 |
<a href="[% loo.script_name %]?op=delete_confirm&frameworkcode=[% loo.frameworkcode |html %]">Delete</a> |
| 231 |
[% END %] |
| 232 |
</td> |
| 229 |
<td> |
233 |
<td> |
| 230 |
|
234 |
|
| 231 |
<!-- Button to trigger modal --> |
235 |
<!-- Button to trigger modal --> |
| 232 |
- |
|
|