mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add pageId field
This commit is contained in:
parent
d3e978dbde
commit
aa4d2821b1
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
<h1><?php echo _('Submit') ?></h1>
|
<h1><?php echo _('Submit') ?></h1>
|
||||||
</div>
|
</div>
|
||||||
<form class="margin-t-8" name="submit" method="post" enctype="multipart/form-data" action="submit">
|
<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">
|
<div class="margin-b-16">
|
||||||
<label for="locale">
|
<label for="locale">
|
||||||
<?php echo _('Content language') ?>
|
<?php echo _('Content language') ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue