Ignore:
Timestamp:
03/18/10 11:43:53 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Implementado recebimento das mensagens dentro das janelas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy/xsl/chatBox.xsl

    r2290 r2293  
    33        <xsl:output method="html" omit-xml-declaration="yes"/> 
    44         
     5        <xsl:param name="idChatBox" /> 
     6 
    57        <xsl:template match="chat_box"> 
    68                 
    7                         <div id="trophyimchat"> 
    8                                 <div style="height:190px; width:370px; overflow-y:scroll"></div> 
     9                        <div> 
     10                                <div id="{$idChatBox}" style="height:190px; width:370px; overflow-y:scroll"></div> 
    911                                <div style="margin:2px;"> 
    1012                                        <form name="chat" onsubmit="TrophyIM.sendMessage(this); return(false);"> 
Note: See TracChangeset for help on using the changeset viewer.