mirror of https://github.com/apache/archiva.git
presentation fixes:
- settings page is about the index and proxy, so name it appropriately - page is not a parent, change CSS style from expanded to none - add missing div git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
feb22f6a43
commit
ffaaad74e1
|
@ -95,6 +95,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -123,8 +123,8 @@
|
||||||
<pss:ifAuthorized permission="archiva-manage-configuration">
|
<pss:ifAuthorized permission="archiva-manage-configuration">
|
||||||
<h5>Administration</h5>
|
<h5>Administration</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="expanded">
|
<li class="none">
|
||||||
<my:currentWWUrl action="index" namespace="/admin">Index</my:currentWWUrl>
|
<my:currentWWUrl action="index" namespace="/admin">Settings</my:currentWWUrl>
|
||||||
</li>
|
</li>
|
||||||
<li class="none">
|
<li class="none">
|
||||||
<my:currentWWUrl action="managedRepositories" namespace="/admin">Managed Repositories</my:currentWWUrl>
|
<my:currentWWUrl action="managedRepositories" namespace="/admin">Managed Repositories</my:currentWWUrl>
|
||||||
|
|
Loading…
Reference in New Issue