Author: tan_pham_dinh
Date: 2010-01-12 00:00:58 -0500 (Tue, 12 Jan 2010)
New Revision: 1228
Modified:
portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
Log:
GTNPORTAL-436: Label of Dashboard Tab still over 50 characters
Modified:
portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
===================================================================
---
portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js 2010-01-12
04:51:37 UTC (rev 1227)
+++
portal/trunk/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js 2010-01-12
05:00:58 UTC (rev 1228)
@@ -148,6 +148,7 @@
inputElement.style.width = "95px";
inputElement.onkeypress = eXo.webui.UITabbedDashboard.createDashboardPage;
inputElement.onblur = eXo.webui.UITabbedDashboard.cancelTabDashboard;
+ inputElement.setAttribute('maxLength', 50);
inputElement.id = portletFrag.parentNode.id; //Store the id of the portlet here
var spanElement = DOMUtil.findDescendantsByTagName(newTabElement,
"span")[0];
Show replies by date