Changeset 5038 for trunk/filemanager/tp


Ignore:
Timestamp:
09/05/11 17:16:12 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2260 - Sincronismo do branch2.2(versão 2.2.8) do modulo filemanager para 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/tp/expressowindow/xsl/historyFile.xsl

    r3885 r5038  
    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.