Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-https
migrate table layout to paragraph layout for HTTPS setting
This commit is contained in:
commit
01de7b8b9e
|
@ -313,9 +313,7 @@ if (!$_['internetconnectionworking']) {
|
||||||
|
|
||||||
<div class="section" id="security">
|
<div class="section" id="security">
|
||||||
<h2><?php p($l->t('Security'));?></h2>
|
<h2><?php p($l->t('Security'));?></h2>
|
||||||
<table>
|
<p>
|
||||||
<tr>
|
|
||||||
<td id="enable">
|
|
||||||
<input type="checkbox" name="forcessl" id="forcessl"
|
<input type="checkbox" name="forcessl" id="forcessl"
|
||||||
<?php if ($_['enforceHTTPSEnabled']) {
|
<?php if ($_['enforceHTTPSEnabled']) {
|
||||||
print_unescaped('checked="checked" ');
|
print_unescaped('checked="checked" ');
|
||||||
|
@ -339,9 +337,7 @@ if (!$_['internetconnectionworking']) {
|
||||||
print_unescaped("</em>");
|
print_unescaped("</em>");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</p>
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section"><form id="mail_settings">
|
<div class="section"><form id="mail_settings">
|
||||||
|
|
Loading…
Reference in New Issue