Author: thuy.nguyen
Date: 2009-11-11 03:51:22 -0500 (Wed, 11 Nov 2009)
New Revision: 564
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationRegistryPortlet.gtmpl
Log:
GTNPORTAL-150: Rename Organize to Categories, move Portlet and Gadget to the right.
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationRegistryPortlet.gtmpl
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationRegistryPortlet.gtmpl 2009-11-11
08:15:37 UTC (rev 563)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationRegistryPortlet.gtmpl 2009-11-11
08:51:22 UTC (rev 564)
@@ -16,7 +16,7 @@
<div class="RightToolbar">
<div class="MiddleToolbar">
- <div class="ManagementIconContainer">
+ <div class="ManagementIconContainer ClearFix">
<%
cssClass = "ItemButton";
if(uicomponent.getChild(0).isRendered()) cssClass = "ItemButton
SelectItemButton";
@@ -25,25 +25,25 @@
<div class="LablelIcon
OrganizeIcon"><span></span></div>
<a href="javascript:void(0);"
class="ButtonLabel"><%=_ctx.appRes("UIToolbar.label.organize")%></a>
</div>
- <div
class="HorizontalSeparator"><span></span></div>
<%
cssClass = "ItemButton";
+ if(uicomponent.getChild(2).isRendered()) cssClass = "ItemButton
SelectItemButton";
+ %>
+ <div onclick="<%=uicomponent.event("ViewChild",
"UIGadgetManagement")%>" class="$cssClass" style="float:
<%= isLT? "right" : "left" %>">
+ <div class="LablelIcon
GadgetIcon"><span></span></div>
+ <a href="javascript:void(0)"
class="ButtonLabel"><%=_ctx.appRes("UIToolbar.label.gadget")%></a>
+ </div>
+ <div class="HorizontalSeparator" style="float: <%= isLT?
"right" : "left" %>"><span></span></div>
+ <%
+ cssClass = "ItemButton";
if(uicomponent.getChild(1).isRendered()) cssClass = "ItemButton
SelectItemButton";
%>
- <div onclick="<%=uicomponent.event("ViewChild",
"UIPortletManagement")%>" class="$cssClass">
+ <div onclick="<%=uicomponent.event("ViewChild",
"UIPortletManagement")%>" class="$cssClass" style="float:
<%= isLT? "right" : "left" %>">
<div class="LablelIcon
PorletIcon"><span></span></div>
<a href="javascript:void(0);"
class="ButtonLabel"><%=_ctx.appRes("UIToolbar.label.portlet")%></a>
</div>
- <div
class="HorizontalSeparator"><span></span></div>
- <%
- cssClass = "ItemButton";
- if(uicomponent.getChild(2).isRendered()) cssClass = "ItemButton
SelectItemButton";
- %>
- <div onclick="<%=uicomponent.event("ViewChild",
"UIGadgetManagement")%>" class="$cssClass">
- <div class="LablelIcon
GadgetIcon"><span></span></div>
- <a href="javascript:void(0)"
class="ButtonLabel"><%=_ctx.appRes("UIToolbar.label.gadget")%></a>
- </div>
- <div class="ClearLeft"><span></span></div>
+ <div class="HorizontalSeparator" style="float: <%= isLT?
"right" : "left" %>"><span></span></div>
+
</div>
</div>