xpbar size fix
This commit is contained in:
commit
309a60de22
193 changed files with 16360 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