Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -1,9 +1,8 @@
<?php
// $Id: calendar-month.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
/**
* @file
* Template to display a view as a calendar month.
*
*
* @see template_preprocess_calendar_month.
*
* $day_names: An array of the day of week names for the table header.
@ -14,9 +13,9 @@
* $block: Whether or not this calendar is in a block.
* $min_date_formatted: The minimum date for this calendar in the format YYYY-MM-DD HH:MM:SS.
* $max_date_formatted: The maximum date for this calendar in the format YYYY-MM-DD HH:MM:SS.
* $date_id: a css id that is unique for this date,
* $date_id: a css id that is unique for this date,
* it is in the form: calendar-nid-field_name-delta
*
*
*/
//dsm('Display: '. $display_type .': '. $min_date_formatted .' to '. $max_date_formatted);
?>
@ -32,7 +31,7 @@
</tr>
</thead>
<tbody>
<?php
<?php
foreach ((array) $rows as $row) {
print $row['data'];
} ?>
@ -47,11 +46,11 @@ try {
$('tr[iehint]').each(function(index) {
var iehint = this.getAttribute('iehint');
// Add height of the multi day rows to the single day row - seems that 80% height works best
var height = this.clientHeight + (multiday_height * .8 * iehint);
var height = this.clientHeight + (multiday_height * .8 * iehint);
this.style.height = height + 'px';
});
}
}catch(e){
// swallow
// swallow
}
</script>
</script>