correct input fields for Questtype ?Textinput? when marker is at the begin or end of text
This commit is contained in:
commit
2cf011e1ca
193 changed files with 16344 additions and 0 deletions
13
views/html/quests/submission.tpl
Normal file
13
views/html/quests/submission.tpl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<h2><a href="<?=$linker->link(array('seminaries',$seminary['url']))?>"><?=$seminary['title']?></a></h2>
|
||||
|
||||
<?=$questgroupshierarchypath?>
|
||||
<?=$questgroupspicture?>
|
||||
|
||||
<?php if(!is_null($media)) : ?>
|
||||
<img src="<?=$linker->link(array('media','index',$seminary['url'],$media['url']))?>" />
|
||||
<?php endif ?>
|
||||
|
||||
<h2><?=sprintf(_('Submission of %s'),$character['name'])?></h2>
|
||||
<section>
|
||||
<?=$output?>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue