Ignore:
Timestamp:
07/30/12 19:06:22 (12 years ago)
Author:
marcieli
Message:

Ticket #2966 - Correções nas estilizações de impressões.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/calendar_day_print.ejs

    r6906 r6915  
    33        <head> 
    44                <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/print.css"> 
    5                 <title><%= data.title %></title> 
     5                <title>Visualização Diária</title> 
    66        </head> 
    77        <body>   
    8         <div> 
     8        <div class="day"> 
    99                <div class="title_print"> <img src="../prototype/modules/calendar/img/navbar.png"> <%= data.InfoPage %> </div>                   
    1010                <% 
    11                 if(data.days) 
     11                if(data.days){ 
    1212                        for(var jj in data.days.events[0]){ 
    1313                %> 
     
    6363                <%       
    6464                        } 
    65                 %> 
     65                }%> 
    6666        </div><!--mounth--> 
    6767        </body> 
Note: See TracChangeset for help on using the changeset viewer.