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/default
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • 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.