summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-09 22:53:01 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-09 22:53:01 +0200
commitb7981910f7a4bf8815c23714d525633a8c800f18 (patch)
tree1144660892b9606cef0ad294cf2eaea75eccbbee /settings/templates/admin.php
parent287c8981bce2027bcda24c30c79704e2ebe6f779 (diff)
downloadnextcloud-server-b7981910f7a4bf8815c23714d525633a8c800f18.tar.gz
nextcloud-server-b7981910f7a4bf8815c23714d525633a8c800f18.zip
adopt new settings style
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r--settings/templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index d6aa867d469..992d9c16a89 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -86,7 +86,7 @@ if (!$_['isWebDavWorking']) {
// Are doc blocks accessible?
if (!$_['isAnnotationsWorking']) {
?>
-<fieldset class="personalblock">
+<div class="section">
<h2><?php p($l->t('Setup Warning'));?></h2>
<span class="securitywarning">
@@ -94,7 +94,7 @@ if (!$_['isAnnotationsWorking']) {
<?php p($l->t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.')); ?>
</span>
-</fieldset>
+</div>
<?php
}