Browse Source

add pageId field

main
ghost 1 year ago
parent
commit
aa4d2821b1
  1. 1
      src/app/view/theme/default/page/form/submit.phtml

1
src/app/view/theme/default/page/form/submit.phtml

@ -13,6 +13,7 @@ @@ -13,6 +13,7 @@
<h1><?php echo _('Submit') ?></h1>
</div>
<form class="margin-t-8" name="submit" method="post" enctype="multipart/form-data" action="submit">
<input type="hidden" name="pageId" value="<?php echo $pageId ?>" />
<div class="margin-b-16">
<label for="locale">
<?php echo _('Content language') ?>

Loading…
Cancel
Save