summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-27 16:41:16 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-27 17:00:47 +0100
commit25326b89dad234ecbb91b778e6d1adf3600f09c6 (patch)
tree45848091274efc31ff709fbfcb594547be06e5ed /apps/user_ldap/templates
parent6de572c6e6387ae2b60c97b655083a0412bfa643 (diff)
downloadnextcloud-server-25326b89dad234ecbb91b778e6d1adf3600f09c6.tar.gz
nextcloud-server-25326b89dad234ecbb91b778e6d1adf3600f09c6.zip
replace personalblock fieldset with section class in core user_ apps
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r--apps/user_ldap/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php
index 79c4ae224c3..ee4a7df3cb8 100644
--- a/apps/user_ldap/templates/settings.php
+++ b/apps/user_ldap/templates/settings.php
@@ -1,5 +1,5 @@
<form id="ldap" action="#" method="post">
- <div id="ldapSettings" class="personalblock">
+ <div id="ldapSettings" class="section">
<ul>
<?php foreach($_['toc'] as $id => $title) { ?>
<li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>