mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5001 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -312,7 +312,7 @@ public class RichListRenderer extends BaseRenderer
|
|||||||
{
|
{
|
||||||
ResponseWriter out = context.getResponseWriter();
|
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(); /**/)
|
for (Iterator i=richList.getChildren().iterator(); i.hasNext(); /**/)
|
||||||
{
|
{
|
||||||
// output all remaining child components that are not UIColumn
|
// 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(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(); /**/)
|
for (Iterator i=richList.getChildren().iterator(); i.hasNext(); /**/)
|
||||||
{
|
{
|
||||||
// output all remaining child components that are not UIColumn
|
// 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(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(); /**/)
|
for (Iterator i=richList.getChildren().iterator(); i.hasNext(); /**/)
|
||||||
{
|
{
|
||||||
// output all remaining child components that are not UIColumn
|
// output all remaining child components that are not UIColumn
|
||||||
|
@@ -441,7 +441,7 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl
|
|||||||
|
|
||||||
.pager img
|
.pager img
|
||||||
{
|
{
|
||||||
margin-top:2px;
|
margin-top: 4px;
|
||||||
vertical-align: -20%;
|
vertical-align: -20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user