aboutsummaryrefslogtreecommitdiff
path: root/app/views/library_file/create.php
blob: fb142efdaf545293a29b71e7e321fb850b4866ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<? if ($defined_variables) : ?>
    <p>
        <?= sprintf(
            _('Erstellung eines Bibliothekseintrages vom Typ ā€ž%sā€œ'),
            htmlReady($document_type['display_name'][$user_language] ?: $document_type['name'])
        ) ?>
    </p>
    <?= $this->render_partial(
        'library_file/_add_edit_form',
        [
            'form_action' => $controller->link_for('library_file/create/' . $folder_id)
        ]
    ) ?>
<? endif ?>