Ignore:
Timestamp:
04/12/10 15:50:03 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Implementado a parte de autorização ( to, from, both ). Ainda em teste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/xsl/itensGroup.xsl

    r2471 r2491  
    1111        <xsl:param name="status"/> 
    1212        <xsl:param name="statusDisplay"/> 
     13        <xsl:param name="subscription" /> 
    1314         
    1415        <xsl:template match="itens_group"> 
    1516 
    16                         <div id="{$id}" onmousedown="loadIM.actionButton(event,'{$jid}','{$index}');" style="background: url('{$path_jabberit}templates/default/images/{$presence}.gif')no-repeat center left; padding-left: 20px; margin:2px 0px 0px 10px; cursor:pointer; font-weight:normal;"> 
     17                        <div id="{$id}" subscription="{$subscription}" onmousedown="loadIM.actionButton(event,'{$jid}','{$index}');" style="background: url('{$path_jabberit}templates/default/images/{$presence}.gif')no-repeat center left; padding-left: 20px; margin:2px 0px 0px 10px; cursor:pointer; font-weight:normal;"> 
    1718                                <xsl:value-of select="$nameContact"/> 
    1819                        </div> 
    1920                        <span id="span_show_{$id}" style="margin:2px 0px 0px 10px; font-size: 8pt; font-style:italic; display:{$statusDisplay};"><xsl:value-of select="$status"/></span> 
     21                         
    2022        </xsl:template> 
    2123         
Note: See TracChangeset for help on using the changeset viewer.