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
19 lines
472 B
Smarty
19 lines
472 B
Smarty
<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>
|