forked from friendica/friendica-addons
add Remote Permissions addon
This commit is contained in:
parent
9976887f22
commit
f321641eb3
18 changed files with 241 additions and 0 deletions
8
remote_permissions/settings.tpl
Normal file
8
remote_permissions/settings.tpl
Normal file
|
@ -0,0 +1,8 @@
|
|||
<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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue