hide form
This commit is contained in:
parent
fb09f033ae
commit
7c5aa7734f
@ -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;
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user