forked from friendica/friendica-addons
fa35dfe69d
Add two templates that I forgot to checkin last time Switch to utf8_bin collation Separate "Local" and "Upstream" links Translate "Submit" button Fix some debug statements
24 lines
594 B
Smarty
24 lines
594 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<div class="settings-block">
|
|
<h3>Mail Stream Settings</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>{{$enabled_caption}}</td>
|
|
<td><input class="checkbox" type="checkbox" name="enabled" {{$enabled}}></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{{$address_caption}}</td>
|
|
<td><input class="input" size="70" name="address"{{$address}}></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"><input type="submit" value="{{$submit}}"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|