Author: phuong_vu
Date: 2011-09-07 04:43:20 -0400 (Wed, 07 Sep 2011)
New Revision: 7324
Modified:
portal/branches/dom/portlet/exoadmin/src/main/webapp/groovy/organization/webui/component/UIGroupMembershipForm.gtmpl
portal/branches/dom/portlet/web/src/main/webapp/groovy/portal/webui/component/UIPortalNavigation.gtmpl
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css
Log:
Small problem after merge temlate optimization
Modified:
portal/branches/dom/portlet/exoadmin/src/main/webapp/groovy/organization/webui/component/UIGroupMembershipForm.gtmpl
===================================================================
---
portal/branches/dom/portlet/exoadmin/src/main/webapp/groovy/organization/webui/component/UIGroupMembershipForm.gtmpl 2011-09-07
08:42:14 UTC (rev 7323)
+++
portal/branches/dom/portlet/exoadmin/src/main/webapp/groovy/organization/webui/component/UIGroupMembershipForm.gtmpl 2011-09-07
08:43:20 UTC (rev 7324)
@@ -37,7 +37,7 @@
<%// start render action%>
<div class="UIAction">
- <a href="javascript:void(0);"
onclick="ajaxGet(eXo.env.server.createPortalURL('UIWorkingWorkspace',
'CreatePortal', true))" class="ActionButton
LightBlueStyle"><%=_ctx.appRes(uicomponent.getId() +
".action.Save")%></a>
+ <a href="javascript:void(0);"
onclick="<%=uicomponent.event("Save")%>"
class="ActionButton LightBlueStyle"><%=_ctx.appRes(uicomponent.getId() +
".action.Save")%></a>
</div>
</div>
Modified:
portal/branches/dom/portlet/web/src/main/webapp/groovy/portal/webui/component/UIPortalNavigation.gtmpl
===================================================================
---
portal/branches/dom/portlet/web/src/main/webapp/groovy/portal/webui/component/UIPortalNavigation.gtmpl 2011-09-07
08:42:14 UTC (rev 7323)
+++
portal/branches/dom/portlet/web/src/main/webapp/groovy/portal/webui/component/UIPortalNavigation.gtmpl 2011-09-07
08:43:20 UTC (rev 7324)
@@ -65,7 +65,7 @@
}
print """
<li class="MenuItem $tabStyleNavigation $arrowIcon"
title="$title" $getNodeURL>
- <a class="ItemIcon $icon"
onclick="$actionLink">$label</a>
+ <a class="ItemIcon $icon"
href="$actionLink">$label</a>
""";
if (node.getChildren().size() > 0) {
Modified:
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css
===================================================================
---
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css 2011-09-07
08:42:14 UTC (rev 7323)
+++
portal/branches/dom/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css 2011-09-07
08:43:20 UTC (rev 7324)
@@ -160,7 +160,7 @@
}
.EdittingContainer .LAYOUT-CONTAINER .UIContainer {
- height: 100%;
+ _height: 100%;
/*
fix bug dragdrop in IE6
*/
Show replies by date