svn: /web/doc-editor/trunk/js/ login.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 21 Dec 2009 19:41:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292432
Log:
Reword the information about VCS account
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-21 17:57:40 UTC (rev 292431)
+++ web/doc-editor/trunk/js/login.js 2009-12-21 19:41:44 UTC (rev 292432)
@@ -55,7 +55,7 @@
iconCls : 'key',
plugins : [
new Ext.ux.plugins.WindowDrawer({
- html : 'If you want to request for a SVN account, please read this page :<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 an 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>',
side : 's',
bodyStyle: 'margin: 10px;',
animate : true,
@@ -91,7 +91,7 @@
defaults : { width : 217 },
defaultType : 'textfield',
items : [{
- fieldLabel : 'Vcs login',
+ fieldLabel : 'VCS login',
name : 'vcsLogin',
value : 'anonymous',
id : 'login-form-vcsLogin',
@@ -105,7 +105,7 @@
}
}
}, {
- fieldLabel : 'Vcs password',
+ fieldLabel : 'VCS password',
name : 'vcsPassword',
id : 'login-form-vcsPasswd',
inputType : 'password',