mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Add icons to form elements across site, and remove some CSS classes in favor of :has()
This commit is contained in:
parent
40932332cb
commit
00619080a8
12 changed files with 127 additions and 61 deletions
|
@ -43,13 +43,13 @@ if($exception){
|
|||
<input type="hidden" name="redirect" value="<?= Formatter::EscapeHtml($redirect) ?>" />
|
||||
<? if($passwordRequired){ ?>
|
||||
<input type="hidden" name="email" value="<?= Formatter::EscapeHtml($email) ?>" maxlength="80" required="required" />
|
||||
<label class="password">
|
||||
<label>
|
||||
<span>Your password</span>
|
||||
<span>Logging in as <?= Formatter::EscapeHtml($email) ?>.</span>
|
||||
<input type="password" name="password" value="" required="required" />
|
||||
</label>
|
||||
<? }else{ ?>
|
||||
<label class="email">Your email address
|
||||
<label>Your email address
|
||||
<input type="email" name="email" value="<?= Formatter::EscapeHtml($email) ?>" maxlength="80" required="required" />
|
||||
</label>
|
||||
<? } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue