mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
commit from Dmitry Malishev: select checkbox on click
This commit is contained in:
parent
238962130a
commit
d2fa61c089
23 changed files with 50 additions and 31 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue