Author: phuong_vu
Date: 2011-09-06 05:53:16 -0400 (Tue, 06 Sep 2011)
New Revision: 7310
Modified:
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableAutofitColumnContainer.gtmpl
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableColumnContainer.gtmpl
Log:
[DOM] Fix DnD problem with UITableColumnContainer
Modified:
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableAutofitColumnContainer.gtmpl
===================================================================
---
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableAutofitColumnContainer.gtmpl 2011-09-06
09:51:17 UTC (rev 7309)
+++
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableAutofitColumnContainer.gtmpl 2011-09-06
09:53:16 UTC (rev 7310)
@@ -36,7 +36,7 @@
<%} %>
<div>
<%if(hasPermission) {%>
- <table class="UITableColumnContainer" style="margin: 0px auto;
$style">
+ <table class="UITableColumn" style="margin: 0px auto;
$style">
<tr class="TRContainer">
<% for(uiChild in uicomponent.getChildren()) {%>
<td class="${uiChild.id}TDContainer TDContainer" <%
if(uiChild.getWidth()) { %> width="<%= uiChild.getWidth(); %>" <% }
%>><% uicomponent.renderUIComponent(uiChild) %></td>
Modified:
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableColumnContainer.gtmpl
===================================================================
---
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableColumnContainer.gtmpl 2011-09-06
09:51:17 UTC (rev 7309)
+++
portal/branches/dom/web/portal/src/main/webapp/groovy/portal/webui/container/UITableColumnContainer.gtmpl 2011-09-06
09:53:16 UTC (rev 7310)
@@ -36,7 +36,7 @@
<%} %>
<div>
<%if(hasPermission) {%>
- <table class="UITableColumnContainer" style="table-layout: fixed;
margin: 0px auto; $style">
+ <table class="UITableColumn" style="table-layout: fixed; margin:
0px auto; $style">
<tr class="TRContainer">
<% for(uiChild in uicomponent.getChildren()) {%>
<td class="${uiChild.id}TDContainer TDContainer" <%
if(uiChild.getWidth()) { %> width="<%= uiChild.getWidth(); %>" <% }
%>><% uicomponent.renderUIComponent(uiChild) %></td>
Show replies by date