/[drupal]/contributions/modules/calendar/theme/calendar-day.tpl.php
ViewVC logotype

Diff of /contributions/modules/calendar/theme/calendar-day.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7.2.8, Mon Feb 16 23:46:22 2009 UTC revision 1.7.2.9, Tue Jul 28 21:50:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: calendar-day.tpl.php,v 1.7.2.7 2009/02/14 20:08:00 karens Exp $  // $Id: calendar-day.tpl.php,v 1.7.2.8 2009/02/16 23:46:22 karens Exp $
3  /**  /**
4   * @file   * @file
5   * Template to display a view as a calendar day, grouped by time   * Template to display a view as a calendar day, grouped by time
# Line 32  Line 32 
32  ?>  ?>
33  <div class="calendar-calendar"><div class="day-view">  <div class="calendar-calendar"><div class="day-view">
34  <table>  <table>
35      <col width="<?php print $first_column_width?>"></col>
36    <thead>    <thead>
     <col width="<?php print $first_column_width?>"></col>  
37      <?php foreach ($columns as $column): ?>      <?php foreach ($columns as $column): ?>
38      <col width="<?php print $column_width; ?>%"></col>      <col width="<?php print $column_width; ?>%"></col>
39      <?php endforeach; ?>      <?php endforeach; ?>

Legend:
Removed from v.1.7.2.8  
changed lines
  Added in v.1.7.2.9

  ViewVC Help
Powered by ViewVC 1.1.2