" /> <?php } ?> <label for="pagetext" style="position: relative;"> <?php echo Lang::txt('COM_WIKI_FIELD_PAGETEXT'); ?> : <span class="required"><?php echo Lang::txt('COM_WIKI_REQUIRED'); ?> </span> <?php echo \Components\Wiki\Helpers\Editor::getInstance()->display('revision[pagetext]', 'pagetext', $this->revision->get('pagetext'), '', '35', '40'); ?> </label> <?php if ($this->sub) { ?> <div class="field-wrap"> <div class="grid"> <div class="col span-half"> <div id="file-manager" data-instructions="<?php echo Lang::txt('COM_WIKI_CLICK_OR_DROP_FILE'); ?> " data-action="<?php echo rtrim(Request::base(true), '/'); ?>
?> " /> <?php } ?> <label for="comment_<?php echo $this->comment->get('id'); ?> _content"> <span class="label-text"><?php echo Lang::txt('COM_WIKI_ENTER_COMMENTS'); ?> </span> <?php echo \Components\Wiki\Helpers\Editor::getInstance()->display('comment[ctext]', 'comment_' . $this->comment->get('id') . '_content', '', 'minimal no-footer', '35', '4'); ?> </label> <label id="comment-anonymous-label" for="comment-anonymous"> <input class="option" type="checkbox" name="comment[anonymous]" id="comment-anonymous" value="1" /> <?php echo Lang::txt('COM_WIKI_POST_COMMENT_ANONYMOUSLY'); ?> </label> <?php echo Html::input('token'); ?> <p class="submit">
?> /> ✭✭✭✭✭ <?php echo Lang::txt('COM_WIKI_FIELD_RATING_FIVE'); ?> </label> </fieldset> <?php } ?> <label> <?php echo Lang::txt('COM_WIKI_FIELD_COMMENTS'); ?> : <?php echo \Components\Wiki\Helpers\Editor::getInstance()->display('comment[ctext]', 'ctext', $this->mycomment->get('ctext'), '', '35', '15'); ?> </label> <input type="hidden" name="comment[created]" value="<?php echo $this->escape($this->mycomment->get('created')); ?> " /> <input type="hidden" name="comment[id]" value="<?php echo $this->escape($this->mycomment->get('id')); ?> " /> <input type="hidden" name="comment[created_by]" value="<?php echo $this->escape($this->mycomment->get('created_by')); ?> " />