blob: 8785e0ebcd3f18538e6d58b2c6fa030c4eb602e6 (
plain)
1
2
3
4
5
6
7
8
|
<? if ($defined_variables) : ?>
<?= $this->render_partial(
'library_file/_add_edit_form',
[
'form_action' => $controller->link_for('library_file/edit/' . $file_ref->id)
]
) ?>
<? endif ?>
|