Author: chanaka
Date: Fri Feb 8 03:23:17 2008
New Revision: 13468
Log:
Resource path display changed
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-home-big.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css Fri Feb
8 03:23:17 2008
@@ -198,13 +198,13 @@
line-height:25px;
}
.sub-headding-resources{
-background-image:url(../images/icon-home-big.gif);
-background-repeat:no-repeat;
-background-position:0px 0px;
-text-indent:28px;
+color:#6e6b66;
+font-weight:bold;
+font-size:16px;
line-height:25px;
}
.sub-headding-resources a{
+font-size:16px;
color:#6e6b66;
}
/* Top menu styles */
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-home-big.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Fri Feb 8 03:23:17 2008
@@ -88,7 +88,7 @@
List iNavPaths = details.getNavigatablePaths();
if (iNavPaths.size() > 0) {
ResourcePath rootPath = (ResourcePath) iNavPaths.get(0);
- %><a href="/wso2registry/web<%=rootPath.getNavigatePath()%>"
title="root"><root></a>/<%
+ %><a href="/wso2registry/web<%=rootPath.getNavigatePath()%>"
title="root"><img src="/wso2registry/admin/images/icon-home-big.gif" border="0"
align="top" /></a> <a href="/wso2registry/web<%=rootPath.getNavigatePath()%>"
title="root">/</a><%
if (iNavPaths.size() > 1) {
ResourcePath childPath = (ResourcePath) iNavPaths.get(1);
@@ -202,7 +202,7 @@
<tr>
<th style="width:40%">Name</th>
<th>Value</th>
- <th style="width:70px;"></th>
+ <th style="width:50px;">Action</th>
</tr>
<%
}
@@ -596,11 +596,11 @@
<td align="right" valign="top">
<table cellpadding="0" cellspacing="0" border="0"
class="toolBarTable">
<tr>
- <td>
- <% if (details.isLoggedIn() &&
!details.isVersionView()) { %><a href="#"
onclick="showHideCommon('add-comment-div');expandIfNot('comments');"><img
src="/wso2registry/admin/images/universal-add.gif" border="0" valign="top"
title="Add New Comment" /></a><% } %>
+ <td>
+ <a
href="/wso2registry/atom<%=details.getPath()%>;comments" target="_blank"
title="Subscribe to this feed"><img border="0"
src="/wso2registry/admin/images/icon-feed-small.gif" /></a>
</td>
<td>
- <a
href="/wso2registry/atom<%=details.getPath()%>;comments" target="_blank"
title="Subscribe to this feed"><img border="0"
src="/wso2registry/admin/images/icon-feed-small.gif" /></a>
+ <% if (details.isLoggedIn() &&
!details.isVersionView()) { %><a href="#"
onclick="showHideCommon('add-comment-div');expandIfNot('comments');"><img
src="/wso2registry/admin/images/universal-add.gif" border="0" valign="top"
title="Add New Comment" /></a><% } %>
</td>
<td style="padding-top:3px;">
<a href="#"
onclick="showHideCommon('commentsIconExpanded');showHideCommon('commentsIconMinimized');showHideCommon('commentsExpanded');showHideCommon('commentsMinimized');">
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev