Ignore:
Timestamp:
Nov 28, 2013, 10:10:37 PM (10 years ago)
Author:
rvelices
Message:

remove reminescences of pre multi size ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/month_calendar.tpl

    r25232 r25746  
    1 {if !empty($chronology_navigation_bars) }
     1{if !empty($chronology_navigation_bars)}
    22{foreach from=$chronology_navigation_bars item=bar}
    33<div class="calendarBar">
     
    2323{/if}
    2424
    25 {if !empty($chronology_calendar.calendar_bars) }
     25{if !empty($chronology_calendar.calendar_bars)}
    2626{foreach from=$chronology_calendar.calendar_bars item=bar}
    2727<div class="calendarCalBar">
     
    4141{/if}
    4242
    43 {if isset($chronology_calendar.month_view) }
     43{if isset($chronology_calendar.month_view)}
    4444<table class="calMonth">
    4545 <thead>
     
    5151 </thead>
    5252{html_style}
    53 TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg{
     53.calMonth TD, .calMonth .calImg{
    5454        width:{$chronology_calendar.month_view.CELL_WIDTH}px;height:{$chronology_calendar.month_view.CELL_HEIGHT}px
    5555}
     
    6464                                <div class="calImg">
    6565                                        <a href="{$day.U_IMG_LINK}">
    66                                                 <img style="{$day.IMAGE_STYLE}" src="{$day.IMAGE}" alt="{$day.IMAGE_ALT}" title="{$day.NB_ELEMENTS|@translate_dec:'%d photo':'%d photos'}">
     66                                                <img src="{$day.IMAGE}" alt="{$day.IMAGE_ALT}" title="{$day.NB_ELEMENTS|@translate_dec:'%d photo':'%d photos'}">
    6767                                        </a>
    6868                                </div>
Note: See TracChangeset for help on using the changeset viewer.