aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2024-01-05 09:45:50 +0100
committerThomas Citharel <tcit@tcit.fr>2024-01-05 09:58:46 +0100
commitc75fbf8a83e567e6a1789bab35e7bc6f7eabaeaf (patch)
tree983c4e22407295af5ed7610c6226a0c54b5cc684 /apps/settings/templates
parent7502c19ddd43853c3b4fad1e2df91aed19e6b626 (diff)
downloadnextcloud-server-c75fbf8a83e567e6a1789bab35e7bc6f7eabaeaf.tar.gz
nextcloud-server-c75fbf8a83e567e6a1789bab35e7bc6f7eabaeaf.zip
Add data-active-section-type attribute to app-content settings section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r--apps/settings/templates/settings/frame.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/frame.php b/apps/settings/templates/settings/frame.php
index b0889746173..fac4753eeaf 100644
--- a/apps/settings/templates/settings/frame.php
+++ b/apps/settings/templates/settings/frame.php
@@ -84,6 +84,6 @@ script('files', 'jquery.fileupload');
</ul>
</nav>
</div>
-<div id="app-content" data-active-section-id="<?php print_unescaped($_['activeSectionId']) ?>">
+<div id="app-content" data-active-section-id="<?php print_unescaped($_['activeSectionId']) ?>" data-active-section-type="<?php print_unescaped($_['activeSectionType']) ?>">
<?php print_unescaped($_['content']); ?>
</div>