mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Remove obsolete info message in artwork edit form
This commit is contained in:
parent
e55fecaaa2
commit
3561cc1e3b
1 changed files with 0 additions and 3 deletions
|
@ -154,9 +154,6 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
<? if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?>
|
||||
<p>Review the metadata and PD proof for this artwork submission. Approve to make it available for future producers. Once an artwork is approved, it can no longer be edited.</p>
|
||||
<? } ?>
|
||||
<? if($artwork->CanEbookUrlBeChangedBy($GLOBALS['User'] ?? null)){ ?>
|
||||
<p>Set a file system slug to mark this artwork as “in use.”</p>
|
||||
<? } ?>
|
||||
<form method="post" action="<?= $artwork->Url ?>">
|
||||
<input type="hidden" name="_method" value="PATCH" />
|
||||
<? if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue