MOD french -> english (6)
[euphorik.git] / js / pageProfile.js
index 41e9fd5..99f2cfb 100755 (executable)
@@ -17,7 +17,7 @@
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
 \r
 euphorik.PageProfile = function(client, formater, util) {\r
-   this.nom = "profile";\r
+   this.name = "profile";\r
    \r
    this.client = client;\r
    this.formater = formater;\r
@@ -46,7 +46,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() {
    var thisPage = this;\r
    \r
    $("form#profile input.login").val(this.client.login);\r
-   $("form#profile input.pseudo").val(this.client.pseudo);\r
+   $("form#profile input.nick").val(this.client.nick);\r
    $("form#profile input.email").val(this.client.email);\r
    $("form#profile input#viewTooltips").attr("checked", this.client.viewTooltips);\r
    $("form#profile input#viewTimes").attr("checked", this.client.viewTimes);\r
@@ -64,7 +64,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() {
 \r
    $("form#profile button").click(\r
       function() {\r
-         thisPage.client.pseudo = thisPage.formate.filtrerInputPseudo($("form#profile input.pseudo").val());\r
+         thisPage.client.nick = thisPage.formate.filtrerInputPseudo($("form#profile input.nick").val());\r
          thisPage.client.email = $("form#profile input.email").val();\r
          thisPage.client.chatOrder = $("form#profile select#chatOrder option:selected").attr("value");\r
          thisPage.client.nickFormat = $("form#profile select#affichagePseudo option:selected").attr("value");\r
@@ -125,8 +125,8 @@ euphorik.PageProfile.prototype.getHTML = function() {
          '   <td><input class="passwordRe" type="password" size="20" maxlength="20"/></td>' +\r
          '  </tr>' +\r
          '  <tr>' +\r
-         '   <td>pseudo</td>' +\r
-         '   <td><input class="pseudo" type="text" size="40" maxlength="20"/></td>' +\r
+         '   <td>nick</td>' +\r
+         '   <td><input class="nick" type="text" size="40" maxlength="20"/></td>' +\r
          '  </tr>' +\r
          '  <tr>' +\r
          '   <td>e-mail</td>' +\r