mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #31841 from nextcloud/port-number-numeric-input
use `inputmode="numeric"` on port number
This commit is contained in:
commit
a61382b577
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