mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Some tweaks to artwork form
This commit is contained in:
parent
1a14a775d4
commit
fc42f1579a
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ $now = new DateTime('now', new DateTimeZone('America/Juneau')); // Latest contin
|
|||
<label>
|
||||
<span>In use by</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" autocomplete="off" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>"/>
|
||||
</label>
|
||||
<? } ?>
|
||||
</fieldset>
|
||||
|
|
|
@ -177,7 +177,7 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
<label>
|
||||
<span>In use by</span>
|
||||
<span>The full S.E. ebook URL. If not in use, leave this blank.</span>
|
||||
<input type="text" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>"/>
|
||||
<input type="url" autocomplete="off" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>"/>
|
||||
</label>
|
||||
<? }else{ ?>
|
||||
<input type="hidden" name="artwork-ebook-url" value="<?= Formatter::EscapeHtml($artwork->EbookUrl) ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue