hide form

This commit is contained in:
r.mubarakzyanov 2026-03-30 18:19:16 +03:00
parent fb09f033ae
commit 7c5aa7734f

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="template_id" value="<?= htmlspecialchars($template_id) ?>">
<input type="hidden" name="filename" value="<?= htmlspecialchars($newFilename) ?>"> <input type="hidden" name="filename" value="<?= htmlspecialchars($newFilename) ?>">
<?php foreach ($selected_rows as $row): ?> <?php foreach ($selected_rows as $row): ?>
@ -171,4 +171,4 @@ $params = [
</script> </script>
<?php <?php
exit; exit;
?> ?>