svn: /web/doc-editor/trunk/js/ login.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 23 Dec 2009 09:37:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292518
Log:
Open VCS account information into a new tab (or new window, depending your browser configuration)
Changed paths:
U web/doc-editor/trunk/js/login.js
Modified: web/doc-editor/trunk/js/login.js
===================================================================
--- web/doc-editor/trunk/js/login.js 2009-12-23 09:34:07 UTC (rev 292517)
+++ web/doc-editor/trunk/js/login.js 2009-12-23 09:37:28 UTC (rev 292518)
@@ -58,7 +58,7 @@
iconCls : 'key',
plugins : [
new Ext.ux.plugins.WindowDrawer({
- html : 'To request a VCS account please read :<div style="text-align: center; margin-top: 20px;"><a href="http://php.net/svn-php.php">http://php.net/svn-php.php</a></div>',
+ html : 'To request a VCS account please read :<div style="text-align: center; margin-top: 20px;"><a href="http://php.net/svn-php.php" target="_blank">http://php.net/svn-php.php</a></div>',
side : 's',
bodyStyle: 'margin: 10px;',
animate : true,