Ignore:
Timestamp:
03/19/10 17:28:03 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Implementado troca de status e template da lista de contatos ( xsl ).

File:
1 edited

Legend:

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

    r2298 r2312  
    99                 
    1010                        <div> 
    11                                 <div id="{$idChatBox}" style="height:190px; width:370px; overflow-y:scroll"></div> 
     11                                <div id="{$idChatBox}" style="height:190px; width:370px; overflow-y:scroll;"></div> 
    1212                                <div style="margin:2px;"> 
    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;"> 
     13                                        <textarea id="{$jidTo}__sendBox" class="trophyimchatinput" style="padding-left: 78px; height:130px; width:285px;"></textarea> 
     14                                        <div style="position:relative;margin:-126px 0 0 3px; border:0px solid red;width:70px; height:93px; background-image:url('images/photo.png');"></div> 
     15                                         
     16                                        <div style="margin: 3px 0 0 4px;"> 
    1617                                                <input type="button" value="Send" onclick="TrophyIM.sendMessage('{$jidTo}')"/> 
    1718                                        </div> 
Note: See TracChangeset for help on using the changeset viewer.