Ignore:
Timestamp:
03/18/10 17:33:07 (14 years ago)
Author:
alexandrecorreia
Message:

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

File:
1 edited

Legend:

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

    r2293 r2298  
    44         
    55        <xsl:param name="idChatBox" /> 
     6        <xsl:param name="jidTo" /> 
    67 
    78        <xsl:template match="chat_box"> 
     
    1011                                <div id="{$idChatBox}" style="height:190px; width:370px; overflow-y:scroll"></div> 
    1112                                <div style="margin:2px;"> 
    12                                         <form name="chat" onsubmit="TrophyIM.sendMessage(this); return(false);"> 
    13                                                 <div style="margin-top:0px; width:70px; height:93px; position:relative; float:right; background-image:url('images/photo.png');"></div> 
    14                                                 <textarea class="trophyimchatinput" rows="5" cols="38"/> 
    15                                         </form> 
    16                                 </div> 
    17                                 <div style="margin-left:2px;"> 
    18                                         <input type="button" value="Send" onclick="TrophyIM.sendMessage(this)"/> 
     13                                        <div style="margin-top:0px; width:70px; height:93px; position:relative; float:right; background-image:url('images/photo.png');"></div> 
     14                                        <textarea id="{$jidTo}__sendBox" class="trophyimchatinput" rows="5" cols="38"></textarea> 
     15                                        <div style="margin-left:2px;"> 
     16                                                <input type="button" value="Send" onclick="TrophyIM.sendMessage('{$jidTo}')"/> 
     17                                        </div> 
    1918                                </div> 
    2019                        </div>                   
Note: See TracChangeset for help on using the changeset viewer.