Change row inputs to readonly when checkbox is checked

This commit is contained in:
Takumi
2013-07-30 00:39:32 +10:00
parent a7873b7673
commit e91952f8c5
2 changed files with 6 additions and 1 deletions

View File

@@ -181,7 +181,7 @@ if ( ! function_exists( 'sp_data_table' ) ) {
if ( !is_array( $data ) )
$data = array();
?>
<table class="widefat">
<table class="widefat sp-stats-table">
<thead>
<tr>
<?php foreach ( $columns as $column ): ?>