CHANGELOG.txt |
CHANGELOG.txt |
|
Version 6.1-dev
=================
Version 6.1-3
=================
- #464568 Remove charts integration now that Charts module does it.
Version 6.1-2
=================
- #442874 Don't print subtotal when there is only one page.
- #441722 Make… |
theme.inc |
theme.inc |
|
theme.inc |
views-calc-table.tpl.php |
views-calc-table.tpl.php |
|
|
views_calc.css |
views_calc.css |
|
td.view-footer,
td.view-footer-number,
td.view-total,
td.view-total-number {
font-weight:bold;
background-color:#eaeaea;
}
td.view-footer,
td.view-footer-number {
border-bottom:3px #000 double;
border-top:1px #000 solid;
… |
views_calc.info |
views_calc.info |
|
name = Views Calc
description = This module will allow you to add calculated fields to views tables and compute columns of numeric data in a views table.
core = 6.x
package = Views
dependencies[] = views |
views_calc.install |
views_calc.install |
|
|
views_calc.module |
views_calc.module |
|
This module will allow you to add calculated fields to views tables
and compute (SUM, COUNT, AVG, etc) columns of numeric data in a views table. |
views_calc.views.inc |
views_calc.views.inc |
|
|
views_calc_field_handler.inc |
views_calc_field_handler.inc |
|
Copied from the basic 'node' field handler. |
views_calc_handler_sort.inc |
views_calc_handler_sort.inc |
|
Sort handler for views_calc module. |
views_calc_plugin_style_chart.inc |
views_calc_plugin_style_chart.inc |
|
Contains the chart style plugin. |
views_calc_table.inc |
views_calc_table.inc |
|
Copied from the table style plugin. |