mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Tweak success message for consistency
This commit is contained in:
parent
89d0b2ea46
commit
77056dd267
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ catch(Exceptions\InvalidPermissionsException){
|
||||||
<?= Template::Error(['exception' => $exception]) ?>
|
<?= Template::Error(['exception' => $exception]) ?>
|
||||||
|
|
||||||
<? if($isCreated && isset($createdEbook)){ ?>
|
<? if($isCreated && isset($createdEbook)){ ?>
|
||||||
<p class="message success">Ebook Placeholder created: <a href="<?= $createdEbook->Url ?>"><?= Formatter::EscapeHtml($createdEbook->Title) ?></a></p>
|
<p class="message success">Ebook Placeholder created: <a href="<?= $createdEbook->Url ?>"><?= Formatter::EscapeHtml($createdEbook->Title) ?></a>!</p>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
||||||
<form class="create-update-ebook-placeholder" method="<?= Enums\HttpMethod::Post->value ?>" action="/ebook-placeholders" autocomplete="off">
|
<form class="create-update-ebook-placeholder" method="<?= Enums\HttpMethod::Post->value ?>" action="/ebook-placeholders" autocomplete="off">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue