mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #339 from DimalChandrasiri/theme-migration
Theme migration
This commit is contained in:
commit
c9c167ef96
@ -16,13 +16,18 @@
|
||||
under the License.
|
||||
}}
|
||||
{{#zone "userMenu"}}
|
||||
<ul class="nav navbar-right float-remove-xs text-center-xs">
|
||||
<li class="visible-inline-block">
|
||||
<a href="#" class="dropdown" data-toggle="dropdown">
|
||||
<span class="hidden-xs add-padding-left-3x">
|
||||
<span class="icon fw-stack fw-lg">
|
||||
<i class="fw fw-circle fw-stack-2x"></i>
|
||||
<i class="fw fw-user fw-stack-1x fw-inverse"></i>
|
||||
</span>
|
||||
<span class="hidden-xs add-padding-left-1x">
|
||||
{{@user.username}}<span class="caret"></span>
|
||||
</span>
|
||||
<span class="icon fw-stack fw-lg"><i class="fw fw-user fw-stack-1x"></i></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu float-remove-xs position-static-xs text-center-xs remove-margin-xs slideInDown"
|
||||
<ul class="dropdown-menu dropdown-menu-right float-remove-xs position-static-xs text-center-xs remove-margin-xs slideInDown"
|
||||
role="menu">
|
||||
<li class="dropdown-header visible-xs">
|
||||
{{@user.username}}<span class="caret"></span>
|
||||
@ -34,4 +39,6 @@
|
||||
</li>
|
||||
{{/defineZone}}
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
{{/zone}}
|
||||
Loading…
Reference in New Issue
Block a user