Changeset 7864 for branches/2.5


Ignore:
Timestamp:
02/06/13 13:54:15 (11 years ago)
Author:
douglas
Message:

Ticket #3339 - Tela de criacao de eventos e tarefas via email estao desajustadas

Location:
branches/2.5
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoCalendar/index.php

    r7643 r7864  
    1616        define( 'MODULESURL' , '../prototype/modules/calendar' ); 
    1717        define( 'PLUGINSURL' , '../prototype/plugins' ); 
    18   echo '<link rel="stylesheet" type="text/javascript" href="../prototype/modules/calendar/assetic_css.php"></link>'; 
     18  echo '<link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/assetic_css.php"></link>'; 
    1919  include ROOTPATH.'/modules/calendar/templates/index.ejs'; 
    2020  echo '<script type="text/javascript" src="../prototype/modules/calendar/assetic.php"></script>';       
  • branches/2.5/expressoMail1_2/index.php

    r7751 r7864  
    3131 
    3232        //jquery and Editor  
    33         echo '<link rel="stylesheet" type="text/javascript" href="assetic_css.php"></link>'; 
     33        echo '<link rel="stylesheet" type="text/css" href="assetic_css.php"></link>'; 
    3434        echo ' 
    3535                <link rel="stylesheet" type="text/css" href="../prototype/plugins/jquery/jquery-ui.css"/> 
  • branches/2.5/prototype/modules/calendar/js/helpers.js

    r7835 r7864  
    458458        modal:true,  
    459459        autoOpen: false, 
    460         width:701,  
     460        width:"auto",  
    461461        position: 'center',  
    462462        close: function(event, ui) { 
  • branches/2.5/prototype/modules/calendar/js/task.helpers.js

    r7388 r7864  
    216216            modal: true, 
    217217            autoOpen: false, 
    218             width: 775, 
     218            width: "auto", 
    219219            position: 'center', 
    220220            close: function (event, ui) { 
Note: See TracChangeset for help on using the changeset viewer.