mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Improve artwork DB form
This commit is contained in:
parent
0be1df204e
commit
487bf7b1df
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ catch(Exceptions\InvalidPermissionsException){
|
||||||
<label>
|
<label>
|
||||||
<span>In use by</span>
|
<span>In use by</span>
|
||||||
<span>The full S.E. ebook URL. If not in use, leave this blank.</span>
|
<span>The full S.E. ebook URL. If not in use, leave this blank.</span>
|
||||||
<input type="url" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>"/>
|
<input type="url" name="artwork-ebook-url" placeholder="https://standardebooks.org/ebooks/" pattern="^https:\/\/standardebooks\.org\/ebooks/[^\/]+(\/[^\/]+)+$" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>"/>
|
||||||
</label>
|
</label>
|
||||||
<? }else{ ?>
|
<? }else{ ?>
|
||||||
<input type="hidden" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>" />
|
<input type="hidden" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue