mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #2578 Admin Navigation on medium devices.
This commit is contained in:
parent
3133836c62
commit
e3eb8207ab
@ -27,7 +27,7 @@ $E_ADMIN_NAVIGATION['start_other'] = '<ul class="nav nav-admin navbar-nav navbar
|
||||
$E_ADMIN_NAVIGATION['button'] = '
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" title="{LINK_TEXT}">
|
||||
{LINK_IMAGE} <span class="hidden-md hidden-lg">{LINK_TEXT}</span>
|
||||
{LINK_IMAGE} <span class="hidden-lg">{LINK_TEXT}</span>
|
||||
|
||||
</a>
|
||||
{SUB_MENU}
|
||||
@ -39,7 +39,7 @@ $E_ADMIN_NAVIGATION['button'] = '
|
||||
$E_ADMIN_NAVIGATION['button_active'] = '
|
||||
<li class="dropdown active">
|
||||
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" title="{LINK_TEXT}">
|
||||
{LINK_IMAGE} <span class="hidden-md hidden-lg">{LINK_TEXT}</span>
|
||||
{LINK_IMAGE} <span class="hidden-lg">{LINK_TEXT}</span>
|
||||
|
||||
</a>
|
||||
{SUB_MENU}
|
||||
|
Loading…
x
Reference in New Issue
Block a user