end_main_frame()

This commit is contained in:
xiaomlove
2022-12-19 22:21:44 +08:00
parent 2a261ab67e
commit ed67b127d4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -75,6 +75,7 @@ foreach ($rows as $row) {
} }
$table .= '</tbody></table>'; $table .= '</tbody></table>';
echo $header . $table . $paginationBottom; echo $header . $table . $paginationBottom;
end_main_frame();
$confirmMsg = nexus_trans('medal.confirm_to_buy'); $confirmMsg = nexus_trans('medal.confirm_to_buy');
$js = <<<JS $js = <<<JS
jQuery('.buy').on('click', function (e) { jQuery('.buy').on('click', function (e) {
+1
View File
@@ -32,5 +32,6 @@ FORM;
stdhead('User ban log'); stdhead('User ban log');
begin_main_frame(); begin_main_frame();
echo $filterForm . $table . $paginationBottom; echo $filterForm . $table . $paginationBottom;
end_main_frame();
stdfoot(); stdfoot();