Ignore:
Timestamp:
09/06/11 11:55:20 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2263 - Corrigido total usado dentro do filemanager (não estava contabilizando corretamente)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/tp/expressowindow/xsl/historyFile.xsl

    r3885 r5059  
    1414        <xsl:template match="file"> 
    1515                 
    16                 <div style="font-size:10pt; margin: 6px;"> 
     16                <div style="font-size:10pt; margin: 10px 6px 10px 6px; border-bottom:1px solid #000;"> 
    1717                        <img src="{$path_filemanager}templates/default/images/button_info.png" style="margin-right: 5px;"/> 
    1818                        <label style="font-size:12px;font-weight:bold;"> <xsl:value-of select="$lang_history" /></label> 
    1919                </div> 
    2020                 
    21                 <div style='margin:6px; width:{($width)-20}px ; height:{($height)-40}px; overflow-y: auto; text-align: left;'> 
     21                <div style='margin:6px; width:{($width)-20}px ; height:{($height)-80}px; overflow-y: auto; text-align: left;'> 
    2222                        <xsl:for-each select="info"> 
    2323                                <div style="margin-bottom:10px;"> 
Note: See TracChangeset for help on using the changeset viewer.