Changeset 6237


Ignore:
Timestamp:
05/18/12 17:09:09 (12 years ago)
Author:
douglas
Message:

Ticket #2767 - correção de tarja preta sendo exibida na barra do botao enviar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r6224 r6237  
    2020        $update_version = $GLOBALS['phpgw_info']['apps']['expressoMail1_2']['version']; 
    2121        $_SESSION['phpgw_info']['expressomail']['user'] = $GLOBALS['phpgw_info']['user']; 
    22         $GLOBALS['phpgw']->css->validate_file('expressoMail1_2/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/main.css'); 
    23         $GLOBALS['phpgw']->css->validate_file('phpgwapi/js/dftree/dftree.css'); 
    24         echo $GLOBALS['phpgw']->css->get_css(); 
    2522        echo "<script type='text/javascript'>var template = '".$_SESSION['phpgw_info']['expressoMail1_2']['user']['preferences']['common']['template_set']."';</script>"; 
    2623        echo "<script src='js/modal/modal.js'></script>"; 
    2724        //jquery and Editor  
    2825        echo '                   
     26                <link rel="stylesheet" type="text/css" href="templates/default/main.css"></link> 
     27                <link rel="stylesheet" type="text/css" href="../phpgwapi/js/dftree/dftree.css"></link> 
    2928                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.css"></link> 
    3029                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.print.css"></link> 
Note: See TracChangeset for help on using the changeset viewer.