views-data-export-pdf-theader.tpl.php in Views Data Export PDF 7
Same filename and directory in other branches
Theme export PDF table header.
2 theme calls to views-data-export-pdf-theader.tpl.php
- template_process_views_data_export_pdf_body in theme/
views_data_export_pdf.theme.inc - Implements hook_process_views_data_export_pdf_body().
- views_data_export_pdf_plugin_style_export::render_header in plugins/
views_data_export_pdf_plugin_style_export.inc
File
theme/views-data-export-pdf-theader.tpl.phpView source
<?php
/**
* @file
* Theme export PDF table header.
*/
?>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<?php
print $header_row;
?>
<tbody>