Skip to content

Commit 3cf97e0

Browse files
author
Kristan Kenney
committed
Remove deprecated public_shtml option from Add Web Domain UI
1 parent ff183e3 commit 3cf97e0

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

web/templates/admin/add_web.html

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -203,30 +203,13 @@
203203
<td>
204204
<table style="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>;" id="ssltable">
205205
<tr>
206-
<td class="step-left input-label vst-text">
207-
<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>
208-
</td>
209-
</tr>
210-
<tr>
211-
<td class="vst-text input-label lets-encrypt-note step-left" >
212-
<?= __('Your certificate will be automatically issued in 5 minutes')?>
213-
</td>
214-
</tr>
215-
<tr>
216-
<td class="vst-text input-label step-left">
217-
<?php print __('SSL Home Directory');?>
206+
<td class="step-left input-label vst-text">
207+
<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>
218208
</td>
219209
</tr>
220210
<tr>
221-
<td class="step-left">
222-
<select class="vst-list" name="v_ssl_home">
223-
<option value='same' <?php if ($v_ssl_home == 'same') echo "selected";?>>
224-
public_html
225-
</option>
226-
<option value='single' <?php if ($v_ssl_home == 'single') echo "selected";?>>
227-
public_shtml
228-
</option>
229-
</select>
211+
<td class="vst-text input-label lets-encrypt-note step-left" >
212+
<?= __('Your certificate will be automatically issued in 5 minutes')?>
230213
</td>
231214
</tr>
232215
<tr>

0 commit comments

Comments
 (0)