hide form

This commit is contained in:
2026-03-30 18:19:16 +03:00
parent fb09f033ae
commit 7c5aa7734f
+1 -1
View File
@@ -153,7 +153,7 @@ $params = [
];
?>
<form id="redirectForm" action="import_edit2.php" method="post">
<form id="redirectForm" action="import_edit2.php" method="post" style="display: none;">
<input type="hidden" name="template_id" value="<?= htmlspecialchars($template_id) ?>">
<input type="hidden" name="filename" value="<?= htmlspecialchars($newFilename) ?>">
<?php foreach ($selected_rows as $row): ?>