Fix reposition
This commit is contained in:
parent
6ec63c24a8
commit
19a55c45da
@ -726,6 +726,7 @@ $form = new Form($db);
|
|||||||
|
|
||||||
print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'">';
|
print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'">';
|
||||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
print '<input type="hidden" name="page_y" value="">';
|
||||||
print '<input type="hidden" name="action" value="updateoptions">';
|
print '<input type="hidden" name="action" value="updateoptions">';
|
||||||
|
|
||||||
print '<div class="div-table-responsive-no-min">';
|
print '<div class="div-table-responsive-no-min">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user