svn: /web/doc-editor/trunk/js/ui/component/ PortletTranslationsGraph.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 28 Mar 2010 20:01:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297017
Log:
Add an ID for this portlet
Changed paths:
U web/doc-editor/trunk/js/ui/component/PortletTranslationsGraph.js
Modified: web/doc-editor/trunk/js/ui/component/PortletTranslationsGraph.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PortletTranslationsGraph.js 2010-03-28 20:00:45 UTC (rev 297016)
+++ web/doc-editor/trunk/js/ui/component/PortletTranslationsGraph.js 2010-03-28 20:01:04 UTC (rev 297017)
@@ -68,6 +68,7 @@
ui.component.PortletTranslationsGraph = Ext.extend(Ext.ux.Portlet,
{
title : _('Graphics for all language'),
+ id : 'portletTranslationsGraph',
iconCls : 'iconGraphic',
layout : 'fit',
store : ui.component._PortletTranslationsGraph.store,