Sequenzia/app/views/wiki/rename.php

8 lines
343 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?= $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") ?>