Sequenzia/app/views/wiki/rename.php
2013-10-26 18:06:58 -05:00

8 lines
343 B
PHP
Executable File

<?= $this->formTag("#update", function() { ?>
<?= $this->hiddenFieldTag("title", $this->params()->title) ?>
<label for="wiki_page_title">Title</label> <?= $this->textField('wiki_page', 'title') ?><br>
<?= $this->submitTag("Save") ?> <?= $this->buttonToFunction("Cancel", "history.back()") ?>
<?php }) ?>
<?= $this->partial("footer") ?>