Răsfoiți Sursa

Remove deprecated public_shtml option from Add Web Domain UI

Kristan Kenney 6 ani în urmă
părinte
comite
3cf97e0fd8
1 a modificat fișierele cu 4 adăugiri și 21 ștergeri
  1. 4 21
      web/templates/admin/add_web.html

+ 4 - 21
web/templates/admin/add_web.html

@@ -203,30 +203,13 @@
                             <td>
                             <td>
                                 <table style="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>;" id="ssltable">
                                 <table style="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>;" id="ssltable">
                                     <tr>
                                     <tr>
-                                      <td class="step-left input-label vst-text">
-                                          <label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letsencrypt == 'yes' || $v_letsencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
-                                      </td>
-                                  </tr>
-                                  <tr>
-                                      <td class="vst-text input-label lets-encrypt-note step-left" >
-                                          <?= __('Your certificate will be automatically issued in 5 minutes')?>
-                                      </td>
-                                  </tr>
-                                  <tr>
-                                        <td class="vst-text input-label step-left">
-                                            <?php print __('SSL Home Directory');?>
+                                        <td class="step-left input-label vst-text">
+                                            <label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letsencrypt == 'yes' || $v_letsencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
                                         </td>
                                         </td>
                                     </tr>
                                     </tr>
                                     <tr>
                                     <tr>
-                                        <td class="step-left">
-                                            <select class="vst-list" name="v_ssl_home">
-                                                <option value='same' <?php if ($v_ssl_home == 'same') echo "selected";?>>
-                                                     public_html
-                                                </option>
-                                                <option value='single' <?php if ($v_ssl_home == 'single') echo "selected";?>>
-                                                    public_shtml
-                                                </option>
-                                            </select>
+                                        <td class="vst-text input-label lets-encrypt-note step-left" >
+                                            <?= __('Your certificate will be automatically issued in 5 minutes')?>
                                         </td>
                                         </td>
                                     </tr>
                                     </tr>
                                     <tr>
                                     <tr>