Author: glen
Date: Fri Feb  8 07:11:17 2008
New Revision: 13481

Log:

Merge 13468 from trunk (Resource path display changes)


Modified:
   branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-home-big.gif
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css    
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css    
Fri Feb  8 07:11: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: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
==============================================================================
Binary files. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-home-big.gif
==============================================================================
Binary files. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
==============================================================================
Binary files. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
--- 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
  (original)
+++ 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/registry-resources.jsp
  Fri Feb  8 07:11: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">&lt;root&gt;</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

Reply via email to