Changeset 6543 for trunk/expressoMail1_2


Ignore:
Timestamp:
06/19/12 14:33:03 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Mudanca da estrategia do desenvolvimento da melhoria

Location:
trunk/expressoMail1_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/setup/tables_update.inc.php

    r6528 r6543  
    309309                $oProc->DropTable('phpgw_expressomail_contacts'); 
    310310 
    311                 /* Remove a restricao de quantidade de contatos recentes */ 
    312                 $oProc->query("DELETE FROM phpgw_config WHERE config_app = 'expressoMail1_2' AND config_name = 'expressoMail_Number_of_dynamic_contacts'"); 
    313  
    314311                $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.4.8'; 
    315312            return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
  • trunk/expressoMail1_2/templates/default/config.tpl

    r6528 r6543  
    9898    </td> 
    9999    </tr> 
    100 <!--    <tr bgcolor="{row_on}"> 
     100    <tr bgcolor="{row_on}"> 
    101101    <td>{lang_Number_of_dynamic_contacts}</td> 
    102102    <td> 
    103103    <input size="1" name="newsettings[expressoMail_Number_of_dynamic_contacts]" value="{value_expressoMail_Number_of_dynamic_contacts}">  
    104104    </td> 
    105     </tr> --> 
     105    </tr> 
    106106    <tr bgcolor="{row_on}"> 
    107107    <td>{lang_imap_max_folders}:</td> 
  • trunk/expressoMail1_2/templates/default/main.css

    r6528 r6543  
    13101310} 
    13111311 
     1312.out-office-box{ 
     1313        background-color: #dac407; 
     1314        border : 1px solid #837c3f !important; 
     1315} 
     1316 
     1317.out-office-box span{ 
     1318        color: #837c3f; 
     1319} 
     1320 
    13121321.email-area{ 
    13131322        border-radius: 5px;  
Note: See TracChangeset for help on using the changeset viewer.