Merge pull request #9421 from nextcloud/navigation-settings-data-id
Add data-id to settings navigation
This commit is contained in:
commit
7d3e7f4341
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