Remove obsolete info message in artwork edit form

This commit is contained in:
Alex Cabal 2024-04-14 22:34:15 -05:00
parent e55fecaaa2
commit 3561cc1e3b

View file

@ -154,9 +154,6 @@ catch(Exceptions\InvalidPermissionsException){
<? if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?> <? 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> <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 ?>"> <form method="post" action="<?= $artwork->Url ?>">
<input type="hidden" name="_method" value="PATCH" /> <input type="hidden" name="_method" value="PATCH" />
<? if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?> <? if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?>