friendica-addons/mailstream/view/smarty3/settings.tpl
Matthew Exon 9fceabe1c3 * Fix typos in database schema
* Default to using user's main email address
* Refactoring
* Add missing files to .tgz
2013-04-01 08:32:06 +08:00

12 lines
307 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<div class="settings-block">
<h3>{{$title}}</h3>
{{include file="field_input.tpl" field=$address}}
{{include file="field_checkbox.tpl" field=$enabled}}
<input type="submit" value="{{$submit}}">
</div>