mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Fix for admin-ui Navigation 'nav-header'.
This commit is contained in:
@@ -1507,7 +1507,8 @@ class e_admin_dispatcher
|
||||
|
||||
case 'url':
|
||||
$k2 = 'link';
|
||||
$v = $tp->replaceConstants($v, 'abs').'?mode='.$tmp[0].'&action='.$tmp[1];
|
||||
$qry = (isset($val['query'])) ? $val['query'] : '?mode='.$tmp[0].'&action='.$tmp[1];
|
||||
$v = $tp->replaceConstants($v, 'abs').$qry;
|
||||
break;
|
||||
|
||||
case 'uri':
|
||||
|
@@ -1005,7 +1005,10 @@ footer { padding-top:150px; padding-bottom:20px; color: rgb(153, 153, 153); }
|
||||
}
|
||||
|
||||
|
||||
.plugin-navigation .nav-header {
|
||||
padding: 10px 15px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Attempt to Hide the white arrow */
|
||||
|
Reference in New Issue
Block a user