mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-25 01:27:29 +01:00
* [MOD] Allow to deselect secutiry options in mail configuration tab. Closes #851. Thanks to @vmario89 for the feedback!
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
<td class="valField">
|
||||
<div class="lowres-title"><?php echo __('Seguridad'); ?></div>
|
||||
|
||||
<select name="mail_security" id="sel-mailsecurity" size="1" class="select-box sel-chosen-ns">
|
||||
<select name="mail_security" id="sel-mailsecurity" size="1" class="select-box select-box-deselect">
|
||||
<option value=""><?php echo __('Deshabilitada'); ?></option>
|
||||
<?php foreach ($mailSecurity as $security): ?>
|
||||
<option
|
||||
|
||||
Reference in New Issue
Block a user