forked from friendica/friendica-addons
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>
|