Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

Location:
branches/2.2/expressoMail1_2/templates
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/templates/classic/index.tpl

    r1151 r3018  
    2727                                        </tbody> 
    2828                                </table> 
    29                                 <div style="height:4px"></div> 
    30                                 <div id="search_div" align="center" style="white-space:nowrap"> 
     29                                <div id="search_div" align="center" style="padding-top:4px;white-space:nowrap">  
    3130                                        <input type="text" id="em_message_search" size="16" maxlength="22" onfocus="javascript:onFocusQuickSearchEmail(this); return false;"/> 
    3231                                        <a class='' onMouseOut="window.status='';return true;" title='{lang_Open_Search_Window}' onMouseOver="window.status='{lang_Open_Search_Window}';return true;" href="javascript:void(0);"  onClick="javascript:search_emails(Element('em_message_search').value)"> 
     
    7170                                                <tbody id="border_tbody"> 
    7271                                                        <tr id="border_tr"> 
    73                                                                 <td nowrap class="menu" onClick="alternate_border(0);"  id="border_id_0">&nbsp;{lang_inbox}&nbsp;<font face="Verdana" size="1" color="#505050">[<span id="new_m">0</span> / <span id="tot_m">0</span>]</font> 
     72                                                                <td nowrap class="menu" onClick="alternate_border(0);resizeWindow();"  id="border_id_0">&nbsp;{lang_inbox}&nbsp;<font face="Verdana" size="1" color="#505050">[<span id="new_m">0</span> / <span id="tot_m">0</span>]</font> 
    7473                                                                </td> 
    7574                                                                <td nowrap id="border_blank" class="last_menu" width="100%">&nbsp;</td>                                                          
  • branches/2.2/expressoMail1_2/templates/classic/main.css

    r1570 r3018  
    115115} 
    116116 
    117 .menu-sel 
    118 { 
    119     text-decoration: none; 
    120     text-align: center; 
    121     font: bold 13px Lucidatypewriter,monospace; 
    122         color:#0000FF; 
    123     height: 20px; 
    124         width:220px; 
    125     background-color: #F7F7F7; 
    126     margin-bottom: 0px; 
    127     border-left: 1px solid #000000; 
    128     border-top: 1px solid #000000; 
    129     border-right: 1px solid #000000; 
    130     padding:0px 5px 0px 0px; 
    131     -moz-border-radius: 9px 9px 0px 0px; 
    132     -moz-user-select: none; 
    133     cursor: pointer;     
    134 } 
    135 .menu 
    136 { 
    137     text-decoration: none; 
    138     text-align: center; 
    139     font: bold 13px Lucidatypewriter,monospace; 
    140     color: #505050; 
    141     height: 20px;     
    142         width:220px; 
    143     background-color:#E5E5E5; 
    144     margin-bottom: 0px; 
    145     border-left: 1px solid #c0c0c0; 
    146     border-top: 1px solid #c0c0c0; 
    147     border-right: 1px solid #c0c0c0;        
    148     border-bottom: 1px solid #000000; 
    149         padding:0px 5px 0px 0px; 
    150     -moz-border-radius: 9px 9px 0px 0px; 
    151     -moz-user-select: none; 
    152     cursor: pointer; 
    153 } 
    154  
    155 .last_menu 
    156 { 
    157         border-bottom: 1px solid #000000; 
    158         -moz-border-radius: 0px 0px 0px 0px; 
    159 } 
    160  
    161 .conteudo { 
    162     font-family: Verdana, Arial, Helvetica, sans-serif; 
    163     font-size: 10px; 
    164     font-weight: normal; 
    165     color: #000033; 
    166         padding: 1px; 
    167     border-color: gray gray gray gray; 
    168     
    169         border-right: 1px solid #000000; 
    170         border-left: 1px solid #000000; 
    171         border-bottom: 1px solid #000000; 
    172         width:99.5%; 
    173     -moz-border-radius: 0px 0px 6px 6px; 
    174 } 
    175  
    176117.table_message{ 
    177118        background-color: #CCCCCC; 
     
    374315} 
    375316 
     317.message_options_active, 
     318.message_options_over, 
    376319.message_options { 
    377320        cursor: pointer; 
    378         color: blue; 
    379321        white-space: nowrap; 
    380         /*padding:0 1.8;*/ 
    381322} 
    382323.message_options_trash, 
     
    392333} 
    393334 
    394 .message_options_active { 
    395         white-space: nowrap;     
    396         color: blue; 
    397         cursor: pointer; 
    398 } 
    399  
    400335.message_options_over { 
    401         cursor: pointer; 
    402         color: blue; 
    403         white-space: nowrap; 
    404336        font-weight: bold; 
    405337        text-decoration: underline; 
     
    478410        font-weight: bold !important; 
    479411        font-size: 10px !important; 
    480         color: #666 !important; 
    481412        text-decoration: none !important; 
    482413        font-family: sans-serif !important; 
  • branches/2.2/expressoMail1_2/templates/default/config.tpl

    r1466 r3018  
    11<!-- BEGIN header --> 
    2 <form method="POST" action="{action_url}"> 
     2<script type="text/javascript">  
     3function valida(pForm)  
     4{  
     5        if((!document.getElementsByName('newsettings[expressoMail_Max_attachment_size]').item(0).value) || (!pForm.php_upload_limit.value))  
     6                return ExpressoLivre.form(pForm);  
     7  
     8        if (parseInt(document.getElementsByName('newsettings[expressoMail_Max_attachment_size]').item(0).value) > parseInt(pForm.php_upload_limit.value))  
     9        {  
     10                alert(pForm.valida_alert.value);  
     11                return false;  
     12        }  
     13        else  
     14                return ExpressoLivre.form(pForm);  
     15}  
     16</script>  
     17<form method="POST" action="{action_url}" onsubmit="return valida( this );">  
     18<input type="hidden" name="php_upload_limit" value="{php_upload_limit}" />  
    319<table border="0" align="center"> 
    420   <tr bgcolor="{th_bg}"> 
     
    7591    <td>{lang_Max_attachment_size}</td>                   
    7692    <td>                  
    77     <input size="1" name="newsettings[expressoMail_Max_attachment_size]" value="{value_expressoMail_Max_attachment_size}">&nbsp;Mb 
     93    <input size="1" name="newsettings[expressoMail_Max_attachment_size]" value="{value_expressoMail_Max_attachment_size}">&nbsp;Mb<span style='position:relative; left:20px;'>Max: {php_upload_limit}Mb.</span>  
     94    <input type="hidden" name="valida_alert" value="{lang_Value_exceeds_the_PHP_upload_limit_for_this_server}" />  
    7895    </td> 
    7996    </tr> 
  • branches/2.2/expressoMail1_2/templates/default/index.tpl

    r1588 r3018  
    1111<tbody> 
    1212<tr> 
    13         <td id="folderscol" width="162px" height="100%" valign="top"> 
    14                 <table id="folders_tbl" width="162px" border="0" cellspacing="0" cellpadding="0" border="0"> 
     13        <td id="folderscol" width="170px" height="100%" valign="top">  
     14                <table id="folders_tbl" width="170px" border="0" cellspacing="0" cellpadding="0">  
    1515                <tbody> 
    1616                <tr> 
    1717                        <td class='content-menu'> 
    18                                 <table border="0" cellspacing="0" cellpadding="0" border="0" style="width:100%"> 
     18                                <table border="0" cellspacing="0" cellpadding="0" style="width:100%">  
    1919                                        <tbody> 
    2020                                                <tr> 
     
    5959                <tr> 
    6060                        <td class="image-menu" valign="top" style="padding:0px"> 
    61                                 <div id="content_folders" class="menu-degrade" style="height:100%;width:170px;overflow:auto"></div> 
     61                                <div id="content_folders" class="menu-degrade" style="width:170px;height:100%;overflow:auto"></div>  
    6262                        </td> 
    6363                </tr> 
     
    9797                                <tbody id="border_tbody"> 
    9898                                        <tr id="border_tr"> 
    99                                                 <td nowrap class="menu" onClick="alternate_border(0);"  id="border_id_0"> 
     99                                                <td nowrap class="menu" onClick="alternate_border(0);resizeWindow();"  id="border_id_0"> 
    100100                                                        &nbsp;{lang_inbox}&nbsp;<font face="Verdana" size="1" color="#505050">[ 
    101101                                                        <span id="new_m">0</span> /  
Note: See TracChangeset for help on using the changeset viewer.