README.txt |
README.txt |
|
-- SUMMARY --
Views Record Count, a Drupal module, as the name says, count the records in
views. For displaying the count you have to enable the pager in you views
than you can also choose the region to display the count text… |
views-record-count.css |
css/views-record-count.css |
|
.view-footer p, .view-header p {
font-family: arial;
font-size: 12px;
font-style: italic;
}
.view-footer strong, .view-header strong {
font-weight: bold;
color: #4183c4;
}
.show {
display: block;
}
.hide {
display: none;
} |
views_record_count.info |
views_record_count.info |
|
name = Views Record Count
description = Module to display views record count in header or footer.
core = 6.x
package = Views
dependencies[] = views |
views_record_count.module |
views_record_count.module |
|
display record count in header or footer if pager is implemented
in view's display. |