Skip to content

Commit

Permalink
fix user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhelskiy committed Oct 27, 2014
1 parent ee8ca94 commit f649862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/skin/default/actions/ActionAdmin/users/list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<td class="cell-rating">
<div class="dropdown-circle js-dropdown" data-dropdown-target="dropdown-user-menu-{$oUser->getId()}"></div>

<ul class="dropdown-menu" id="dropdown-user-menu-{$oUser->getId()}">
<ul class="nav nav--stacked nav--dropdown dropdown-menu" id="dropdown-user-menu-{$oUser->getId()}">
{include file="{$aTemplatePathPlugin.admin}actions/ActionAdmin/users/user_actions.tpl"}
</ul>

Expand Down

0 comments on commit f649862

Please sign in to comment.