INSTALL.txt |
INSTALL.txt |
|
Requirements
------------
Drupal 5.x
Installation
------------
1. Copy the entire webform_report directory to the Drupal modules directory.
2. Login as an administrator. Enable the module in "administer" ->… |
README.txt |
README.txt |
|
Description:
------------
This module allows users to create simple, dynamic reports based on data
collected by the webform module. It adds a new node type that contains the
report criteria, and the data displayed is updated automatically as… |
webform_report.css |
webform_report.css |
|
table.webform_report,
table.webform_report tr {
width: auto;
empty-cells: show;
}
table.webform_report th {
text-align: left;
vertical-align: bottom;
width: auto;
height: auto;
padding: 0px;
padding-right:… |
webform_report.info |
webform_report.info |
|
name = Webform Report
description = Allows users to create reports from webform data. Will use accents module, if present, to correctly sort accented characters.
dependencies = webform
core = 5.x |
webform_report.install |
webform_report.install |
|
|
webform_report.module |
webform_report.module |
|
|