Browse Source
use `inputmode="numeric"` on port number
this is a UX enhancement for touchscreen devices... e.g. iPad
pull/31841/head
Christian Oliff
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/settings/templates/settings/admin/additional-mail.php
|
|
|
@ -140,7 +140,7 @@ $mail_sendmailmode = [ |
|
|
|
<input type="text" name="mail_smtphost" id="mail_smtphost" placeholder="smtp.example.com" |
|
|
|
value="<?php p($_['mail_smtphost']) ?>" /> |
|
|
|
: |
|
|
|
<input type="text" name="mail_smtpport" id="mail_smtpport" placeholder="<?php p($l->t('Port'))?>" |
|
|
|
<input type="text" inputmode="numeric" name="mail_smtpport" id="mail_smtpport" placeholder="<?php p($l->t('Port'))?>" |
|
|
|
value="<?php p($_['mail_smtpport']) ?>" /> |
|
|
|
</p> |
|
|
|
</form> |
|
|
|
|