svn: /web/doc-editor/trunk/js/ui/task/ GetFileTask.js

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sat, 24 Apr 2010 18:59:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298437

Log:
Use a Css class for the google icon

Changed paths:
    U   web/doc-editor/trunk/js/ui/task/GetFileTask.js

Modified: web/doc-editor/trunk/js/ui/task/GetFileTask.js
===================================================================
--- web/doc-editor/trunk/js/ui/task/GetFileTask.js	2010-04-24 18:58:29 UTC (rev 298436)
+++ web/doc-editor/trunk/js/ui/task/GetFileTask.js	2010-04-24 18:59:05 UTC (rev 298437)
@@ -45,7 +45,8 @@
                 p.permlink = '';
             } else if( this.ftype  === 'GGTRANS' )
             {
-                p.setTitle('<img src="themes/img/google.png" alt="permlink" style="vertical-align: middle;"> ' + p.originTitle);
+                p.setTitle(p.originTitle);
+                p.setIconClass('iconGoogle');
             } else {
                 p.permlink = (o.xmlid != 'NULL') ? perm : '';
                 p.setTitle(p.permlink + p.originTitle);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.