Ignore:
Timestamp:
04/20/11 14:23:50 (13 years ago)
Author:
brunocosta
Message:

Ticket #1745 - Ajustes na interface das novas visões semanal e mensal da agenda.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/templates/default/new_month.tpl

    r4049 r4098  
    3030<link rel="stylesheet" href="calendar/js/dhtmlx/codebase/dhtmlxscheduler.css" type="text/css" charset="utf-8"> 
    3131 
     32 
     33 
     34<div  id='conteiner' class="th" style='width:100px; height:650px;margin-left:50px;margin-right:50px;float:left;'> 
    3235<div class='calendar_month_identifier' style='background-color:white;padding-bottom:2px;text-align:center'>{title}</div> 
    3336<div class='calendar_user_identifier' style='background-color:white;padding-bottom:2px;text-align:center'>:&nbsp;{user}&nbsp;:</div> 
    34  
    35 <div  id='conteiner' class="th" style='width:100px; height:650px;margin-left:50px;margin-right:50px;float:left;'> 
    36  
    37 <div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%; border-left: 1px dotted #586A7E;'> 
     37<div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:95%; border-left: 1px dotted #586A7E;'> 
    3838                <div class="dhx_cal_navline" style="display: none;"> 
    3939                        <div class="dhx_cal_prev_button">&nbsp;</div> 
     
    5353 
    5454{minical} 
    55  
    56 <div class='calendar_month_identifier' style='clear:left;margin-left:50px;margin-right:50px;text-align:center'><a href="javascript:void(0)" onclick="javascript:scheduler.toPDF('calendar/js/dhtmlx/server/generate.php')">Printer Friendly</a></div> 
     55<div class='calendar_month_identifier' style='clear:left;margin-left:50px;margin-right:50px;text-align:center'>&nbsp;</div> 
    5756<body onload="resize();loadScheduler();"></body> 
    5857 
Note: See TracChangeset for help on using the changeset viewer.