mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Allow creating new ebook placeholders when creating a new project
This commit is contained in:
parent
4596aeb007
commit
98e09f414e
14 changed files with 114 additions and 44 deletions
|
@ -56,6 +56,9 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
<form class="create-update-ebook-placeholder" method="<?= Enums\HttpMethod::Post->value ?>" action="<?= $ebook->Url ?>" autocomplete="off">
|
||||
<input type="hidden" name="_method" value="<?= Enums\HttpMethod::Put->value ?>" />
|
||||
<?= Template::EbookPlaceholderForm(['ebook' => $ebook, 'isEditForm' => true]) ?>
|
||||
<div class="footer">
|
||||
<button>Save</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue