Skip to content

Commit 53dfc58

Browse files
committed
*Puts letsencrypt on its own row
1 parent 0ee268d commit 53dfc58

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

web/templates/admin/list_web.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -247,18 +247,6 @@
247247
</div>
248248
<? } ?>
249249
</td>
250-
<td>
251-
<? if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
252-
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
253-
<? } else {?>
254-
<div class="l-unit__stat-cols clearfix">
255-
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Lets Encrypt Support')?>:</div>
256-
<div class="l-unit__stat-col l-unit__stat-col--right">
257-
<b><?=__($data[$key]['LETSENCRYPT'])?></b>
258-
</div>
259-
</div>
260-
<? } ?>
261-
</td>
262250
<td>
263251
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
264252
<div class="l-unit__stat-cols clearfix last">
@@ -278,6 +266,22 @@
278266
<? } ?>
279267
</td>
280268
</tr>
269+
<tr>
270+
<td>
271+
<? if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
272+
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
273+
<? } else {?>
274+
<div class="l-unit__stat-cols clearfix">
275+
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Lets Encrypt Support')?>:</div>
276+
<div class="l-unit__stat-col l-unit__stat-col--right">
277+
<b><?=__($data[$key]['LETSENCRYPT'])?></b>
278+
</div>
279+
</div>
280+
<? } ?>
281+
</td>
282+
</tr>
283+
<td></td>
284+
<td></td>
281285
<tr>
282286
<td>
283287
<div class="l-unit__stat-cols clearfix graph">

0 commit comments

Comments
 (0)