]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge pull request #5299 from owncloud/settings-ie8-tablegridstyles
authorThomas Müller <thomas.mueller@tmit.eu>
Sat, 12 Oct 2013 10:51:01 +0000 (03:51 -0700)
committerThomas Müller <thomas.mueller@tmit.eu>
Sat, 12 Oct 2013 10:51:01 +0000 (03:51 -0700)
Fixed table grid styles for IE8

1  2 
settings/templates/admin.php

index c4782606e284a830a07d11b1d57285b6aaadb6e3,4afcf539ea36ff6dea4d25867cb791d77ccd29d1..d51a22b72a42f8835ddba21be1c26ac6231599f6
@@@ -176,10 -176,10 +176,10 @@@ if (!$_['internetconnectionworking']) 
  
  <fieldset class="personalblock" id="security">
        <h2><?php p($l->t('Security'));?></h2>
-       <table class="nostyle">
+       <table>
                <tr>
                        <td id="enable">
 -                              <input type="checkbox" name="forcessl"  id="enforceHTTPSEnabled"
 +                              <input type="checkbox" name="forcessl"  id="forcessl"
                                        <?php if ($_['enforceHTTPSEnabled']) {
                                                print_unescaped('checked="checked" ');
                                                print_unescaped('value="false"');