Author: thuy.nguyen
Date: 2010-04-21 01:06:43 -0400 (Wed, 21 Apr 2010)
New Revision: 2713
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIGadget.gtmpl
Log:
GTNPORTAL-1034: Broken form of gaget when edit number of column is 4
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIGadget.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIGadget.gtmpl 2010-04-21
04:48:27 UTC (rev 2712)
+++
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIGadget.gtmpl 2010-04-21
05:06:43 UTC (rev 2713)
@@ -31,18 +31,17 @@
<div class="GadgetControl" style="visibility: visible;">
<div class="LeftControlBar">
<div class="RightControlBar">
- <div class="CenterControlBar">
- <div class="GadgetTitle" style="display: none"><%=
uicomponent.getApplicationName() %></div>
+ <div class="CenterControlBar ClearFix">
<div class="CloseGadget IconControl"
onclick="eXo.gadget.UIGadget.deleteGadget(this)"
onmousedown="event.cancelBubble=true;"
title="<%=_ctx.appRes("UIGadget.tooltip.deleteGadget")%>"><span></span></div>
+ <div class="<%=view.equals(uicomponent.HOME_VIEW) ?
"MaximizeGadget" : "RestoreGadget";%> IconControl"
+
onclick="eXo.gadget.UIGadget.maximizeGadget(this)"
onmousedown="event.cancelBubble=true;"
+ title="<%=view.equals(uicomponent.HOME_VIEW)
? maxiTitle : unmaxiTitle%>"><span></span></div>
<div class="<%=isMini ? "RestoreGadget":
"MinimizeGadget";%> MinimizeAction IconControl"
onclick="eXo.gadget.UIGadget.minimizeGadget(this)"
onmousedown="event.cancelBubble=true;" style="display:none;"
title="<%=isMini ? unminiTitle : miniTitle%>"
miniTitle="$miniTitle"
unminiTitle="$unminiTitle"><span></span></div>
<div class="EditGadget IconControl"
onclick="eXo.gadget.UIGadget.editGadget('$id')"
onmousedown="event.cancelBubble=true;"
title="<%=_ctx.appRes("UIGadget.tooltip.editGadget")%>"><span></span></div>
- <div class="<%=view.equals(uicomponent.HOME_VIEW) ?
"MaximizeGadget" : "RestoreGadget";%> IconControl"
-
onclick="eXo.gadget.UIGadget.maximizeGadget(this)"
onmousedown="event.cancelBubble=true;"
- title="<%=view.equals(uicomponent.HOME_VIEW)
? maxiTitle : unmaxiTitle%>"><span></span></div>
<div
class="GadgetDragHandleArea"><span></span></div>
- <div style="clear: both;"><span></span></div>
+ <div class="GadgetTitle" style="display: none; float: none; width:
auto; margin-right: 75px"><%= uicomponent.getApplicationName()
%></div>
</div>
</div>
</div>
Show replies by date