[Pkg-owncloud-commits] [owncloud] 10/199: adopt new settings style
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit b7981910f7a4bf8815c23714d525633a8c800f18
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Fri May 9 22:53:01 2014 +0200
adopt new settings style
---
settings/templates/admin.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index d6aa867..992d9c1 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
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list