Changeset 6172


Ignore:
Timestamp:
05/14/12 13:34:45 (12 years ago)
Author:
angelo
Message:

Ticket #2720 - Nao e possivel incluir imagem no corpo da mensagem

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r6167 r6172  
    2626        echo "<script src='js/modal/modal.js'></script>"; 
    2727        //jquery and Editor  
    28         echo '                           
     28        echo '                   
    2929                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.css"></link> 
    30                 <!-- <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.print.css"></link> -->  
     30                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.print.css"></link> 
    3131                <link rel="stylesheet" type="text/css" href="../prototype/plugins/icalendar/jquery.icalendar.css"></link> 
    3232         
     
    320320        <link rel="Stylesheet" type="text/css" href="../prototype/plugins/timepicker/jquery-ui-timepicker-addon.css" /> 
    321321        <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/layout.css" /> 
    322         <!-- <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/style.css" /> --> 
     322        <!--<link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/style.css" /> --> 
    323323        <script type="text/javascript" src="../prototype/modules/filters/filters.js"></script> 
    324324        '; 
  • trunk/expressoMail1_2/js/draw_api.js

    r6153 r6172  
    35133513                        return false; 
    35143514                }, 
    3515                 autoFocus: true, 
     3515                autoFocus: true 
    35163516        }).data( "autocomplete" )._renderItem = function( ul, item ) { 
    35173517                ul.css({"max-height" : "115px", "overflow-y" : "auto"}); 
  • trunk/prototype/plugins/fullcalendar/fullcalendar.css

    r6167 r6172  
    648648        filter:alpha(opacity=0); /* For IE8 and earlier */ 
    649649} 
    650  
    651 /*Antigo arquivo fullcalendar.print.css*/ 
    652  
    653 /* 
    654  * FullCalendar v1.5.3 Print Stylesheet 
    655  * 
    656  * Include this stylesheet on your page to get a more printer-friendly calendar. 
    657  * When including this stylesheet, use the media='print' attribute of the <link> tag. 
    658  * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 
    659  * 
    660  * Copyright (c) 2011 Adam Shaw 
    661  * Dual licensed under the MIT and GPL licenses, located in 
    662  * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 
    663  * 
    664  * Date: Mon Feb 6 22:40:40 2012 -0800 
    665  * 
    666  */ 
    667   
    668   
    669  /* Events 
    670 -----------------------------------------------------*/ 
    671   
    672 .fc-event-skin { 
    673         background: none !important; 
    674         color: #000 !important; 
    675         } 
    676          
    677 /* horizontal events */ 
    678          
    679 .fc-event-hori { 
    680         border-width: 0 0 1px 0 !important; 
    681         border-bottom-style: dotted !important; 
    682         border-bottom-color: #000 !important; 
    683         padding: 1px 0 0 0 !important; 
    684         } 
    685          
    686 .fc-event-hori .fc-event-inner { 
    687         border-width: 0 !important; 
    688         padding: 0 1px !important; 
    689         } 
    690          
    691 /* vertical events */ 
    692          
    693 .fc-event-vert { 
    694         border-width: 0 0 0 1px !important; 
    695         border-left-style: dotted !important; 
    696         border-left-color: #000 !important; 
    697         padding: 0 1px 0 0 !important; 
    698         } 
    699          
    700 .fc-event-vert .fc-event-inner { 
    701         border-width: 0 !important; 
    702         padding: 1px 0 !important; 
    703         } 
    704          
    705 .fc-event-bg { 
    706         display: none !important; 
    707         } 
    708          
    709 .fc-event .ui-resizable-handle { 
    710         display: none !important; 
    711         } 
    712  
    713 /*Antigo fullcalendar.print.css*/ 
    714  
    715 /* 
    716  * FullCalendar v1.5.3 Print Stylesheet 
    717  * 
    718  * Include this stylesheet on your page to get a more printer-friendly calendar. 
    719  * When including this stylesheet, use the media='print' attribute of the <link> tag. 
    720  * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 
    721  * 
    722  * Copyright (c) 2011 Adam Shaw 
    723  * Dual licensed under the MIT and GPL licenses, located in 
    724  * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. 
    725  * 
    726  * Date: Mon Feb 6 22:40:40 2012 -0800 
    727  * 
    728  */ 
    729   
    730   
    731  /* Events 
    732 -----------------------------------------------------*/ 
    733   
    734 .fc-event-skin { 
    735         background: none !important; 
    736         color: #000 !important; 
    737         } 
    738          
    739 /* horizontal events */ 
    740          
    741 .fc-event-hori { 
    742         border-width: 0 0 1px 0 !important; 
    743         border-bottom-style: dotted !important; 
    744         border-bottom-color: #000 !important; 
    745         padding: 1px 0 0 0 !important; 
    746         } 
    747          
    748 .fc-event-hori .fc-event-inner { 
    749         border-width: 0 !important; 
    750         padding: 0 1px !important; 
    751         } 
    752          
    753 /* vertical events */ 
    754          
    755 .fc-event-vert { 
    756         border-width: 0 0 0 1px !important; 
    757         border-left-style: dotted !important; 
    758         border-left-color: #000 !important; 
    759         padding: 0 1px 0 0 !important; 
    760         } 
    761          
    762 .fc-event-vert .fc-event-inner { 
    763         border-width: 0 !important; 
    764         padding: 1px 0 !important; 
    765         } 
    766          
    767 .fc-event-bg { 
    768         display: none !important; 
    769         } 
    770          
    771 .fc-event .ui-resizable-handle { 
    772         display: none !important; 
    773         } 
    774  
Note: See TracChangeset for help on using the changeset viewer.