Wrap scrollable tables via script

This commit is contained in:
Brian Miyaji
2015-01-24 12:46:34 +11:00
parent 1d62353ccf
commit 160eccc15f
7 changed files with 16 additions and 16 deletions

View File

@@ -32,8 +32,8 @@ endforeach;
?>
<div class="sp-template sp-template-event-details">
<h4 class="sp-table-caption"><?php _e( 'Details', 'sportspress' ); ?></h4>
<div class="sp-table-wrapper<?php if ( $scrollable ) { ?> sp-scrollable-table-wrapper<?php } ?>">
<table class="sp-event-details sp-data-table">
<div class="sp-table-wrapper">
<table class="sp-event-details sp-data-table<?php if ( $scrollable ) { ?> sp-scrollable-table<?php } ?>">
<thead>
<tr>
<?php $i = 0; foreach( $data as $label => $value ): ?>