mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Clarify edit link on artworks page
This commit is contained in:
parent
a16b6690e9
commit
f3aa4f35fc
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
|
||||
<? if($artwork->CanBeEditedBy($GLOBALS['User'] ?? null)){ ?>
|
||||
<h2>Edit artwork</h2>
|
||||
<p>Before approval, the editor and submitter may <a href="<?= $artwork->EditUrl ?>">edit <i><?= Formatter::EscapeHtml($artwork->Name) ?></i></a>.</p>
|
||||
<p>The editor or submitter may edit this artwork before it’s approved. Once it’s approved, it can no longer be edited.</p>
|
||||
<p><a href="<?= $artwork->EditUrl ?>">Edit this artwork.</a></p>
|
||||
<? } ?>
|
||||
|
||||
<? if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null) || $artwork->CanEbookWwwFilesysemPathBeChangedBy($GLOBALS['User'] ?? null)){ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue