]> jfr.im git - irc/unrealircd/unrealircd-webpanel-plugins.git/commitdiff
Update mail-settings.php
authorValerie Pond <redacted>
Tue, 27 Jun 2023 04:54:07 +0000 (05:54 +0100)
committerValerie Pond <redacted>
Tue, 27 Jun 2023 04:54:07 +0000 (05:54 +0100)
php_mailer/mail-settings.php

index 1f36860dccefd541df47039c44bc41e6aafa2eaf..af43d8956797bd69bc2288d70a657f4854c9d40a 100644 (file)
@@ -58,22 +58,24 @@ foreach($_POST as $key => $value)
                                <input type="text" class="form-control" id="smtpPort" name="smtpPort" value="<?php echo get_config("smtp::port") ?>">
                        </div>
                </div>
-               <div class="form-check">
-                       <input class="form-check-input" type="radio" name="smtpEnc" id="radioOne" value="TLS" checked>
-                       <label class="form-check-label" for="radioOne">
-                       TLS Encryption <i>(Recommended)</i>
-                       </label>
-               </div>
-               <div class="form-check">
-                       <input class="form-check-input" type="radio" name="smtpEnc" id="radioTwo" value="SSL">
-                       <label class="form-check-label" for="radioTwo">
-                               SSL Encryption
-                       </label>
+               <div class="col">
+                       <div class="form-check">
+                               <input class="form-check-input" type="radio" name="smtpEnc" id="radioOne" value="TLS" checked>
+                               <label class="form-check-label" for="radioOne">
+                               TLS Encryption <i>(Recommended)</i>
+                               </label>
+                       </div>
+                       <div class="form-check">
+                               <input class="form-check-input" type="radio" name="smtpEnc" id="radioTwo" value="SSL">
+                               <label class="form-check-label" for="radioTwo">
+                                       SSL Encryption
+                               </label>
+                       </div>
                </div>
-
-
-               <div class="float-right">
-                       <input type="submit" class="btn btn-primary" value="Submit">
+               <div class="col">
+                       <div class="float-right">
+                               <input type="submit" class="btn btn-primary" value="Submit">
+                       </div>
                </div>
        </form>
 </div>