Some tweaks to artwork form

This commit is contained in:
Alex Cabal 2024-01-24 00:06:37 -06:00
parent 1a14a775d4
commit fc42f1579a
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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) ?>" />