parent
76fb679e38
commit
3d8f5cf84b
4 changed files with 32 additions and 3 deletions
|
@ -38,11 +38,11 @@
|
|||
<tr data-line="{$key}" data-order="{$counter}">
|
||||
<td class="center"><input type="checkbox" name="{$key}" id="{$key}" checked="checked"></td>
|
||||
<td class="center">
|
||||
<a href="#"
|
||||
<a href="#" class="arrow"
|
||||
onclick="return orderUp(this.parentNode.parentNode.getAttribute('data-order'));">
|
||||
▲
|
||||
</a>
|
||||
<a href="#"
|
||||
<a href="#" class="arrow"
|
||||
onclick="return orderDown(this.parentNode.parentNode.getAttribute('data-order'));">
|
||||
▼
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue