mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Add data-id to settings navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9fe95e8a7c
commit
897898a93b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@
|
|||
aria-label="<?php p($l->t('Settings menu'));?>">
|
||||
<ul>
|
||||
<?php foreach($_['settingsnavigation'] as $entry):?>
|
||||
<li>
|
||||
<li data-id="<?php p($entry['id']); ?>">
|
||||
<a href="<?php print_unescaped($entry['href']); ?>"
|
||||
<?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
|
||||
<img alt="" src="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>">
|
||||
|
|
|
|||
Loading…
Reference in a new issue