Changeset 1585


Ignore:
Timestamp:
11/03/09 17:19:56 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/xsl/contacts_jabberit.xsl

    r1583 r1585  
    44 
    55        <xsl:param name="path" /> 
     6        <xsl:param name="width" /> 
    67 
    78        <xsl:template match="contacts_jabberit"> 
    89         
    9                 <iframe id="iframe_applet_jabberit" style="position:fixed;" src="{$path}client.php" frameborder="0" width="220px" height="400px"></iframe> 
     10                <iframe id="iframe_applet_jabberit" style="position:fixed;" src="{$path}client.php" frameborder="0" width="{$width}" height="400px"></iframe> 
    1011                 
    1112        </xsl:template> 
Note: See TracChangeset for help on using the changeset viewer.