diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2021-07-22 16:07:19 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2021-07-22 16:19:12 +0200 |
| commit | a3da1483a9e689846179159355badfec8073dbec (patch) | |
| tree | 770dcca6bdf5f6f2a11b0e7fcbbeda6919a3fc52 /app/views/file/unzipquestion.php | |
current code from svn, revision 62608
Diffstat (limited to 'app/views/file/unzipquestion.php')
| -rw-r--r-- | app/views/file/unzipquestion.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/file/unzipquestion.php b/app/views/file/unzipquestion.php new file mode 100644 index 0000000..a7e82b1 --- /dev/null +++ b/app/views/file/unzipquestion.php @@ -0,0 +1,15 @@ +<form action="<?= $controller->url_for('file/unzipquestion') ?>" method="post" data-dialog> + +<? foreach ($file_refs as $file_ref): ?> + <input type="hidden" name="file_refs[]" value="<?= htmlReady($file_ref->id) ?>"> +<? endforeach ?> + + <?= Icon::create('unit-test', Icon::ROLE_INACTIVE)->asImg(120, ['style' => 'display: block; margin-left: auto; margin-right: auto;']) ?> + + <?= _('Soll diese ZIP-Datei entpackt werden?') ?> + + <footer data-dialog-button> + <?= Studip\Button::create(_('Entpacken'), 'unzip') ?> + <?= Studip\Button::create(_('Nicht Entpacken'), 'dontunzip') ?> + </footer> +</form> |
