Author: kien_nguyen
Date: 2010-12-01 03:53:43 -0500 (Wed, 01 Dec 2010)
New Revision: 5402
Modified:
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortletForm.gtmpl
Log:
GTNPORTAL-1651 Edit Portlet dialog - tabs are switched by mouse click but dialog buttons
are updated on mouse down
Modified:
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortletForm.gtmpl
===================================================================
---
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortletForm.gtmpl 2010-12-01
08:20:01 UTC (rev 5401)
+++
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortletForm.gtmpl 2010-12-01
08:53:43 UTC (rev 5402)
@@ -25,7 +25,7 @@
<div class="$className">
<div class="LeftTab">
<div class="RightTab">
- <div class="MiddleTab"
onmousedown="eXo.UIPortletForm.hideSaveButton(this)"
onclick="eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this,
'$uiform.id', 'EditMode');$actionLink"><%=
_ctx.appRes("UIPortletForm.tab.label.EditMode") %></div>
+ <div class="MiddleTab"
onclick="eXo.UIPortletForm.hideSaveButton(this);
eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this, '$uiform.id',
'EditMode');$actionLink"><%=
_ctx.appRes("UIPortletForm.tab.label.EditMode") %></div>
</div>
</div>
</div>
@@ -44,7 +44,7 @@
<div class="$className">
<div class="LeftTab">
<div class="RightTab">
- <div class="MiddleTab"
onmousedown="eXo.UIPortletForm.showSaveButton(this)"
onclick="eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this,
'$uiform.id', '$inputSet.id');$actionLink">$tabName</div>
+ <div class="MiddleTab"
onclick="eXo.UIPortletForm.showSaveButton(this);
eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this, '$uiform.id',
'$inputSet.id');$actionLink">$tabName</div>
</div>
</div>
</div>
Show replies by date