mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
use inputmode="numeric" on port number
this is a UX enhancement for touchscreen devices... e.g. iPad
This commit is contained in:
parent
34c9b572eb
commit
c13888a188
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue