X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Fchat%2Fconversation.js;h=b3fb1913cfe732755d59a03801aac3275254863b;hp=aa7b3ca335404f4c65ed6109cb58e279a9165aec;hb=cf274dbe8b2049cfb3d2116d9298bfb8c1a38d11;hpb=dc66525bdce5df290c5afe8d3f5eedb1a736d955 diff --git a/js/chat/conversation.js b/js/chat/conversation.js index aa7b3ca..b3fb191 100644 --- a/js/chat/conversation.js +++ b/js/chat/conversation.js @@ -56,7 +56,7 @@ euphorik.Conversation = function(conversations, num) { '
' + (reverse ? messageRacineXHTML : "") + '
+ (this.num === 0 ? '' : '
') + //
'<1>' + '
' + (reverse ? "" : messageRacineXHTML) + @@ -71,7 +71,7 @@ euphorik.Conversation = function(conversations, num) { this.util.infoBulle("Aller à la première page", $("#" + this.getId() + " .titre .numPage"), euphorik.Util.positionBulleType.haut); if (this.num !== 0) { this.util.infoBulle("Créer un lien vers la conversation", $("#" + this.getId() + " .titre .creerLien")); - this.util.infoBulle("Fermer la conversation", $("#" + this.getId() + " .titre .fermer")); + this.util.infoBulle("Close the conversation", $("#" + this.getId() + " .titre .close")); } // les différents événements liés à la conversation @@ -82,7 +82,7 @@ euphorik.Conversation = function(conversations, num) { "{" + thisConversation.client.conversations[thisConversation.num - 1].root.toString(36) + "}" ); }); - $("#" + this.getId() + " .titre .fermer").click(function() { + $("#" + this.getId() + " .titre .close").click(function() { thisConversation.conversations.supprimerConversation(thisConversation.num); }); /* @@ -96,7 +96,7 @@ euphorik.Conversation = function(conversations, num) { euphorik.Conversation.prototype.getMessageReduit = function() { return '' + '' + - '' + + '' + '' + 'Blabla blablablabla bla blabla ..' + '' +