mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-29 09:02:23 +00:00
Changed order of checkbox and label for SSL in SMTP Settings
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
<input type="text" class="form-control" name="mail_port" id="mail_port" value="{{content.mail_port}}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="mail_use_ssl">{{_('Server uses SSL (StartTLS)')}}</label>
|
||||
<input type="checkbox" name="mail_use_ssl" id="mail_use_ssl" {% if content.mail_use_ssl %}checked{% endif %}>
|
||||
<label for="mail_use_ssl">{{_('Server uses SSL (StartTLS)')}}</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="mail_login">{{_('SMTP login')}}</label>
|
||||
|
Reference in New Issue
Block a user