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
10
views/html/seminaries/edit.tpl
Normal file
10
views/html/seminaries/edit.tpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<h2><?=_('Seminaries')?></h2>
|
||||
<h3><?=_('Edit seminary')?></h3>
|
||||
|
||||
<form method="post">
|
||||
<fieldset>
|
||||
<label for="title"><?=_('Title')?>:</label>
|
||||
<input type="text" name="title" placeholder="<?=_('Title')?>" value="<?=$seminary['title']?>" /><br />
|
||||
</fieldset>
|
||||
<input type="submit" name="save" value="<?=_('save')?>" />
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue