mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Clarify requirement of rights statement page in artwork form
This commit is contained in:
parent
dd8134db6f
commit
e98a650f59
2 changed files with 2 additions and 5 deletions
|
@ -313,10 +313,7 @@ class Artwork extends PropertiesBase{
|
|||
&& ($this->ArtworkPageUrl !== null && $this->ArtworkPageUrl != '');
|
||||
|
||||
if(!$hasMuseumProof && !$hasBookProof && $this->Exception === null){
|
||||
// In-use artwork has its public domain status tracked elsewhere, e.g., on the mailing list.
|
||||
if($this->Status !== COVER_ARTWORK_STATUS_IN_USE){
|
||||
$error->Add(new Exceptions\MissingPdProofException());
|
||||
}
|
||||
$error->Add(new Exceptions\MissingPdProofException());
|
||||
}
|
||||
|
||||
if($this->MimeType === null){
|
||||
|
|
|
@ -194,7 +194,7 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
</label>
|
||||
<label>
|
||||
<span>URL of page with rights statement</span>
|
||||
<span>Might be same URL as above; non-English is OK; keywords in other languages include “<i>droits</i>” and “<i>rechte vorbehalten</i>.”</span>
|
||||
<span>Might be same URL as above; non-English is OK; keywords in other languages include “<i>droits</i>” and “<i>rechte vorbehalten</i>”; not required</span>
|
||||
<input
|
||||
type="url"
|
||||
name="artwork-copyright-page-url"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue