1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

port number!

This commit is contained in:
Harvey Kandola 2016-10-19 10:09:21 -07:00
parent 79951c46d1
commit f4e7c70d7e
2 changed files with 594 additions and 594 deletions

View file

@ -10,7 +10,7 @@
{{focus-input id="smtp-host" type="text" value=model.global.host class=(if SMTPHostEmptyError 'error')}}
</div>
<div class="input-control">
<label>SMTP Host</label>
<label>SMTP Port</label>
<div class="tip">e.g. 587</div>
{{input id="smtp-port" type="text" value=model.global.port class=(if SMTPPortEmptyError 'error')}}
</div>

File diff suppressed because one or more lines are too long