svn: /web/doc-editor/trunk/js/ui/component/ PortletLocalMail.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 28 Mar 2010 20:00:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297016
Log:
Add an ID for this portlet
Changed paths:
U web/doc-editor/trunk/js/ui/component/PortletLocalMail.js
Modified: web/doc-editor/trunk/js/ui/component/PortletLocalMail.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PortletLocalMail.js 2010-03-28 20:00:32 UTC (rev 297015)
+++ web/doc-editor/trunk/js/ui/component/PortletLocalMail.js 2010-03-28 20:00:45 UTC (rev 297016)
@@ -168,6 +168,7 @@
{
title : '',
iconCls : 'iconMailing',
+ id : 'portletLocalMail',
layout : 'fit',
store : ui.component._PortletLocalMail.store,
reloadData : ui.component._PortletLocalMail.reloadData,