Ripristinata possibilità di ordinare le righe per ordini e ddt
This commit is contained in:
parent
799d51c34d
commit
643a27bdef
|
@ -175,6 +175,12 @@ if (!empty($rs)) {
|
|||
</div>
|
||||
</form>";
|
||||
}
|
||||
|
||||
echo '
|
||||
<div class="handle clickable" style="padding:10px">
|
||||
<i class="fa fa-sort"></i>
|
||||
</div>';
|
||||
|
||||
|
||||
echo '
|
||||
</td>
|
||||
|
|
|
@ -170,6 +170,12 @@ if (!empty($rs)) {
|
|||
</div>
|
||||
</form>";
|
||||
}
|
||||
|
||||
|
||||
echo '
|
||||
<div class="handle clickable" style="padding:10px">
|
||||
<i class="fa fa-sort"></i>
|
||||
</div>';
|
||||
|
||||
echo '
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue