mirror of https://github.com/apache/archiva.git
[MRM-269]
- create an "Administration" menu group and list in it: Index, Managed Repo and Proxied Repo menus. - adjust the height of the left nav bar in css to accomodate IE browsers clipping the last menu. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@497749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6da8902389
commit
db42cac593
|
@ -81,7 +81,6 @@
|
|||
|
||||
<h5>Find</h5>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="index" namespace="/">Search</my:currentWWUrl>
|
||||
</li>
|
||||
|
@ -94,6 +93,7 @@
|
|||
<my:currentWWUrl action="browse" namespace="/">Browse</my:currentWWUrl>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<pss:ifAnyAuthorized permissions="archiva-manage-users,archiva-access-reports,archiva-manage-configuration">
|
||||
<h5>Manage</h5>
|
||||
<ul>
|
||||
|
@ -116,28 +116,30 @@
|
|||
<li class="none">
|
||||
<my:currentWWUrl action="configureAppearance" namespace="/admin">Appearance</my:currentWWUrl>
|
||||
</li>
|
||||
</pss:ifAuthorized>
|
||||
</ul>
|
||||
</pss:ifAnyAuthorized>
|
||||
|
||||
<pss:ifAuthorized permission="archiva-manage-configuration">
|
||||
<h5>Administration</h5>
|
||||
<ul>
|
||||
<li class="expanded">
|
||||
<my:currentWWUrl action="index" namespace="/admin">Administration</my:currentWWUrl>
|
||||
|
||||
|
||||
<ul>
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="managedRepositories" namespace="/admin">Managed Repositories</my:currentWWUrl>
|
||||
</li>
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="proxiedRepositories" namespace="/admin">Proxied Repositories</my:currentWWUrl>
|
||||
</li>
|
||||
<my:currentWWUrl action="index" namespace="/admin">Index</my:currentWWUrl>
|
||||
</li>
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="managedRepositories" namespace="/admin">Managed Repositories</my:currentWWUrl>
|
||||
</li>
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="proxiedRepositories" namespace="/admin">Proxied Repositories</my:currentWWUrl>
|
||||
</li>
|
||||
|
||||
<%-- TODO: add back after synced repos are implemented
|
||||
<li class="none">
|
||||
<my:currentWWUrl action="syncedRepositories" namespace="/admin">Synced Repositories</my:currentWWUrl>
|
||||
</li>
|
||||
--%>
|
||||
</ul>
|
||||
</li>
|
||||
</pss:ifAuthorized>
|
||||
</ul>
|
||||
</pss:ifAnyAuthorized>
|
||||
</pss:ifAuthorized>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -84,7 +84,7 @@ div.clear hr {
|
|||
}
|
||||
|
||||
#leftColumn {
|
||||
height: 300px;
|
||||
height: 315px;
|
||||
width: 170px;
|
||||
float: left;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in New Issue