Author: chanaka
Date: Tue Dec 18 03:04:18 2007
New Revision: 11393
Log:
the universal add icon added and configured in peoples page and registry
resources page
and IE alignment issues fixed
Added:
trunk/registry/modules/webapps/src/main/webapp/admin/images/universal-add.gif
(contents, props changed)
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp
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 Tue Dec
18 03:04:18 2007
@@ -360,9 +360,12 @@
.toolBarTable{
display:inline;
width:100px;
+*width:60px;
+
}
.toolBarTable td{
padding-left:10px;
+*padding-left:0px;
}
.helpText{
color:#444444;
Added:
trunk/registry/modules/webapps/src/main/webapp/admin/images/universal-add.gif
==============================================================================
Binary file. No diff available.
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp Tue Dec
18 03:04:18 2007
@@ -47,11 +47,11 @@
<td align="right" valign="top">
<table width="100%" border="0"
cellspacing="0" cellpadding="0" class="toolBarTable">
<tr>
- <td><a href="#"
onclick="showHideCommon('userAddBox');" title="Add New User"><img
src="/wso2registry/admin/images/icon-add-user.gif" border="0" align="top"
/></a></td>
+ <td><a href="#"
onclick="showHideCommon('userAddBox');" title="Add New User"><img
src="/wso2registry/admin/images/universal-add.gif" border="0" align="top"
style="margin-top:-5px;" /></a></td>
<td>
<a
href="#"
onclick="showHideCommon('userIconExpanded');showHideCommon('userIconMinimized');showHideCommon('userExpanded');showHideCommon('userMinimized');">
- <img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="userIconExpanded" />
- <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="userIconMinimized" style="display:none;" />
+ <img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="userIconExpanded" style="margin-top:-3px;" />
+ <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="userIconMinimized" style="display:none;margin-top:-3px;" />
</a>
</td>
</tr>
@@ -174,11 +174,11 @@
<td align="right" valign="top">
<table width="100%" border="0"
cellspacing="0" cellpadding="0" class="toolBarTable">
<tr>
- <td><a href="#"
onclick="showHideCommon('addRoleBox');" title="Add New Role"><img
src="/wso2registry/admin/images/icon-add-role.gif" border="0" align="top"
/></a></td>
+ <td
valign="top"><a href="#" onclick="showHideCommon('addRoleBox');" title="Add New
Role"><img src="/wso2registry/admin/images/universal-add.gif"
style="margin-top:-5px;" border="0" align="top" /></a></td>
<td>
<a href="#"
onclick="showHideCommon('roleIconExpanded');showHideCommon('roleIconMinimized');showHideCommon('roleExpanded');showHideCommon('roleMinimized');">
- <img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="roleIconExpanded" />
- <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="roleIconMinimized" style="display:none;" />
+ <img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="roleIconExpanded" style="margin-top:-3px;" />
+ <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="roleIconMinimized" style="display:none;margin-top:-3px;" />
</a>
</td>
</tr>
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
Tue Dec 18 03:04:18 2007
@@ -401,7 +401,7 @@
<table cellspacing="0" cellpadding="0"
border="0" style="width:100%">
<tr>
<td valign="top"
style="padding-top:0px;width:14px;"><img
src="/wso2registry/admin/images/box2-lefttop.jpg" /></td>
- <td valign="top"><h2><img
src="/wso2registry/admin/images/icon-tag.gif" align="top" /> Tags</h2></td>
+ <td valign="top"><h2>Tags</h2></td>
<td align="right" valign="top">
<a href="#"
onclick="showHideCommon('tagIconExpanded');showHideCommon('tagIconMinimized');showHideCommon('tagExpanded');showHideCommon('tagMinimized');">
<img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="tagIconExpanded" />
@@ -458,15 +458,15 @@
<table cellspacing="0" cellpadding="0"
border="0" style="width:100%">
<tr>
<td valign="top"
style="padding-top:0px;width:14px;"><img
src="/wso2registry/admin/images/box2-lefttop.jpg" /></td>
- <td valign="top"><h2><img
src="/wso2registry/admin/images/icon-comment.gif" align="top" />
Comments</h2></td>
+ <td valign="top"><h2>Comments</h2></td>
<td align="right" valign="top">
<table cellpadding="0"
cellspacing="0" border="0" class="toolBarTable">
<tr>
- <td><a href="#"
onclick="showHideCommon('add-comment-div');"><img
src="/wso2registry/admin/images/icon-add-comment.gif" border="0" valign="top"
style="margin-top:-7px;" /></a></td>
+ <td><a href="#"
onclick="showHideCommon('add-comment-div');"><img
src="/wso2registry/admin/images/universal-add.gif" border="0" valign="top"
style="margin-top:-10px;_margin-top:5px;" title="Add New Comment" /></a></td>
<td>
<a
href="#"
onclick="showHideCommon('commentsIconExpanded');showHideCommon('commentsIconMinimized');showHideCommon('commentsExpanded');showHideCommon('commentsMinimized');">
<img
src="/wso2registry/admin/images/icon-expanded.gif" border="0" align="top"
id="commentsIconExpanded" style="margin-top:-4px;" />
- <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="commentsIconMinimized" style="display:none;margin-top:-4px;" />
+ <img
src="/wso2registry/admin/images/icon-minimized.gif" border="0" align="top"
id="commentsIconMinimized" style="display:none;margin-top:-2px;" />
</a>
</td>
</tr>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev