MOD avancement dans le module 'communication'
[euphorik.git] / js / pageProfile.js
index fa7235b..d772317 100755 (executable)
@@ -113,6 +113,7 @@ euphorik.PageProfile.prototype.getHTML = function() {
       '  <tr>' +\r
       '   <td>login</td>' +\r
       '   <td><input class="login" type="text" size="20" maxlength="20" ' + (this.client.authentifie() ? 'readonly="readonly"' : '') + ' /></td>' +\r
+      (this.client.authentifie() ? '' : '   <td>(sensible à la <a href="http://fr.wikipedia.org/wiki/Casse_(informatique)">casse</a>)</td>') +\r
       '  </tr>' +\r
       '  <tr>' +\r
       '   <td>password</td>' +\r
@@ -171,7 +172,7 @@ euphorik.PageProfile.prototype.getHTML = function() {
          '  </tr>' : '') +\r
       '  <tr>' +\r
       '   <td></td>' +\r
-      '   <td><button>Valider</button>' +\r
+      '   <td><button>Valider</button></td>' +\r
       '  </tr>' +\r
       ' </table>' +\r
       '</form>';\r