migrate table layout to paragraph layout for HTTPS setting

This commit is contained in:
Morris Jobke 2014-06-13 16:54:47 +02:00
parent c09f5680c9
commit dc2212cd46
1 changed files with 25 additions and 29 deletions

View File

@ -313,9 +313,7 @@ if (!$_['internetconnectionworking']) {
<div class="section" id="security">
<h2><?php p($l->t('Security'));?></h2>
<table>
<tr>
<td id="enable">
<p>
<input type="checkbox" name="forcessl" id="forcessl"
<?php if ($_['enforceHTTPSEnabled']) {
print_unescaped('checked="checked" ');
@ -339,9 +337,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped("</em>");
}
?>
</td>
</tr>
</table>
</p>
</div>
<div id="mail_settings" class="section">