Ignore:
Timestamp:
11/24/09 16:07:27 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorias na visualização do módulo fm com tema azul

Location:
sandbox/filemanager/templates/default
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/templates/default/filelisting.tpl

    r1694 r1704  
    44{path} 
    55{css} 
     6<table id="main_table" width="100%" cellspacing="0" cellpadding="0" border="0"> 
     7<tbody> 
     8<tr> 
     9<td id="folderscol" width="162px" height="100%" valign="top"> 
     10        <table id="folders_tbl" width="162px" border="0" cellspacing="0" cellpadding="0" border="0"> 
     11        <tbody> 
     12                <tr> 
     13                        <td class='content-menu'> 
     14                        <div id="search_div" align="left" style="white-space:nowrap"> 
     15                        <input type="text" id="em_message_search" size="16" maxlength="22" /> 
     16                        <img style="vertical-align: bottom;" src="./filemanager/templates/default/images/search.gif"> 
     17                        </div> 
     18                        <table border="0" cellspacing="0" cellpadding="0" border="0" style="width:100%"> 
     19                        <tbody> 
     20                        <tr height="24"> 
     21                        <td class='content-menu-td'> 
     22                        {new_button} 
     23                        </td> 
     24                </tr> 
     25 
     26                <tr height="24"> 
     27                        <td class='content-menu-td'> 
     28                        {refresh_button} 
     29                        </td> 
     30                </tr> 
     31 
     32                <tr height="24"> 
     33                        <td> 
     34                        {tools_button} 
     35                        </td> 
     36                </tr> 
     37        </tbody> 
     38        </table> 
     39                </td> 
     40                </tr> 
     41                <tr> 
     42                        <td height="2px"></td> 
     43                </tr> 
     44                <tr> 
     45                        <td class="image-menu" valign="top" style="padding:0px"> 
     46                                <div id="content_folders" class="menu-degrade" style="height:100%;width:170px;overflow:auto">{folders}</div> 
     47                        </td> 
     48                </tr> 
     49        </tbody> 
     50        </table> 
     51<td> 
    652<form id="formfm" name="formfm" method="post" action="{form_action}"> 
    7 {toolbar0} 
    8 <div id="fmMenu"> 
    9 {toolbar1} 
    10 </div> 
    1153<div id="fmFileWindow"> 
    1254<table cellspacing="0" cellpadding="2"> 
     
    1961 
    2062<!-- BEGIN row --> 
    21         <tr bgcolor="{row_tr_color}"> 
     63        <tr class="{row_tr_class}"> 
    2264                <td valign="middle" style="padding-left:2px;padding-right:2px;">{actions}{mini_bar}</td> 
    2365                {columns} 
    2466<!-- END row --> 
    25  
     67</td> 
     68</tr> 
     69</tbody> 
     70</table> 
    2671<!-- BEGIN filemanager_footer --> 
    2772{lang_no_files} 
    2873</tbody></table> 
    2974</div> 
     75<div id="fmMenu"> 
     76<table cellspacing="10" cellpadding="0" border="0"> 
     77<tbody><tr> 
     78{toolbar1} 
     79</tr> 
     80</tbody> 
     81</table> 
     82</div> 
    3083<div id="fmStatusBar"><b>{lang_files_in_this_dir}:</b> {files_in_this_dir} <b>{lang_used_space}: </b> {used_space}</div> 
    3184<div style="visibility: hidden" id="allMessages">{messages}</div> 
    3285</form> 
    33  
     86{script} 
    3487<!-- END filemanager_footer --> 
  • sandbox/filemanager/templates/default/main.css

    r1654 r1704  
    77    border-color: #000; 
    88    font-family: Arial; 
    9     font-size: 13px; 
     9    font-size: 12px; 
    1010    cursor: pointer; 
    1111    position: absolute; 
    12     width: 150px; 
     12    width: 160px; 
     13    text-align: left; 
    1314} 
    1415.action_info_th { 
     
    3435        -moz-border-radius: 6px 6px 6px 6px; 
    3536} 
     37.l { 
     38                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png); 
     39                background-repeat:no-repeat; 
     40                background-position:left center; 
     41                color:#4A79B1; 
     42                cursor:pointer; 
     43                font-family:sans-serif; 
     44                font-size:10px; 
     45                font-weight:bold; 
     46                padding:0 2em; 
     47                text-decoration:none; 
     48                white-space:nowrap; 
     49} 
     50.toolButton{ 
     51        padding:0 3px; 
     52} 
     53#fmFileWindow 
     54{ 
     55        overflow-y: scroll; 
     56        height: 380px; 
     57        position:relative; 
     58        padding:3px; 
     59} 
     60 
     61#fmLocation 
     62{ 
     63        position:relative; 
     64        margin-bottom:3px; 
     65        height:27px; 
     66 
     67} 
     68 
     69#fmMenu 
     70{ 
     71        position:relative; 
     72} 
     73#fmStatusBar 
     74{ 
     75        margin-left:4px; 
     76        margin-bottom:3px; 
     77        font-size: 10px; 
     78} 
     79 
     80 
     81.fmButton 
     82{ 
     83        background-image:url(../images/buttonbackground.png); 
     84        width:28px; 
     85        height:28px; 
     86        background-repeat: no-repeat; 
     87} 
     88 
Note: See TracChangeset for help on using the changeset viewer.