git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5001 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-02-01 15:44:13 +00:00
parent 5b8ba72630
commit aeaeffc649
2 changed files with 4 additions and 4 deletions

View File

@@ -312,7 +312,7 @@ public class RichListRenderer extends BaseRenderer
{
ResponseWriter out = context.getResponseWriter();
out.write("<tr><td colspan=99 align=right>");
out.write("<tr><td colspan=99 align=center>");
for (Iterator i=richList.getChildren().iterator(); i.hasNext(); /**/)
{
// output all remaining child components that are not UIColumn
@@ -518,7 +518,7 @@ public class RichListRenderer extends BaseRenderer
out.write(END_ROW_SEPARATOR);
}
out.write("<tr><td colspan=99 align=right>");
out.write("<tr><td colspan=99 align=center>");
for (Iterator i=richList.getChildren().iterator(); i.hasNext(); /**/)
{
// output all remaining child components that are not UIColumn
@@ -695,7 +695,7 @@ public class RichListRenderer extends BaseRenderer
out.write(END_ROW_SEPARATOR);
}
out.write("<tr><td colspan=99 align=right>");
out.write("<tr><td colspan=99 align=center>");
for (Iterator i=richList.getChildren().iterator(); i.hasNext(); /**/)
{
// output all remaining child components that are not UIColumn

View File

@@ -441,7 +441,7 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl
.pager img
{
margin-top:2px;
margin-top: 4px;
vertical-align: -20%;
}