mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 06:02:59 +00:00
9 lines
438 B
Smarty
9 lines
438 B
Smarty
|
<div class="settings-block">
|
||
|
<h3>$remote_perms_title</h3>
|
||
|
<div id="remote-perms-wrapper">
|
||
|
<label id="remote-perms-label" for="remote-perms">$remote_perms_label</label>
|
||
|
<input id="remote-perms-input" type="checkbox" name="remote-perms" value="1" $checked />
|
||
|
</div><div class="clear"></div>
|
||
|
<div class="settings-submit-wrapper" ><input type="submit" name="remote-perms-submit" class="settings-submit" value="$submit" /></div></div>
|
||
|
|