commit from Dmitry Malishev: select checkbox on click

This commit is contained in:
Serghey Rodin 2013-05-22 15:15:03 +03:00
commit d2fa61c089
23 changed files with 50 additions and 31 deletions

View file

@ -60,7 +60,7 @@
<tr class="data-row">
<td class="data-dotted" style="padding: 0px 10px 0px 0px">
<table class="data-col1">
<tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="user[]" value="<?php echo $key ?>" ></td></tr>
<tr><td style="padding: 18 0 4 18;"><input type="checkbox" class="ch-toggle" name="user[]" value="<?php echo $key ?>" ></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a><td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
</table>