Typeratings
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php Block::put('breadcrumb') ?>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="<?= Backend::url('germanairlinesva/schooling/examtyperatingquestion') ?>">Exam Typerating Questions</a>
|
||||
</li>
|
||||
<li><?= e($this->pageTitle) ?></li>
|
||||
</ul>
|
||||
<?php Block::endPut() ?>
|
||||
|
||||
<?php if (!$this->fatalError): ?>
|
||||
|
||||
<div class="form-preview"><?= $this->formRenderPreview() ?></div>
|
||||
|
||||
<?php else: ?>
|
||||
<p class="flash-message static error"><?= e($this->fatalError) ?></p>
|
||||
<?php endif ?>
|
||||
|
||||
<p>
|
||||
<a
|
||||
href="<?= Backend::url('germanairlinesva/schooling/examtyperatingquestion') ?>"
|
||||
class="btn btn-default oc-icon-chevron-left"
|
||||
>
|
||||
<?= e(trans('backend::lang.form.return_to_list')) ?>
|
||||
</a>
|
||||
</p>
|
||||
Reference in New Issue
Block a user