diff options
author | friendica <info@friendica.com> | 2012-11-01 19:47:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-01 19:47:10 -0700 |
commit | 3bf5677797a6a40dacac2ddcbe9271aea508e421 (patch) | |
tree | fa7e37883391fa81af4bfe5601cfaeca15aac39e /view/tpl/settings.tpl | |
parent | 1021a4d4763974c3c40f40a0ca9682f1fcc3f6ee (diff) | |
download | volse-hubzilla-3bf5677797a6a40dacac2ddcbe9271aea508e421.tar.gz volse-hubzilla-3bf5677797a6a40dacac2ddcbe9271aea508e421.tar.bz2 volse-hubzilla-3bf5677797a6a40dacac2ddcbe9271aea508e421.zip |
settings page channel permissions front-end (needs back-end still)
Diffstat (limited to 'view/tpl/settings.tpl')
-rw-r--r-- | view/tpl/settings.tpl | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index ce96fb8d2..b250a361e 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -35,6 +35,23 @@ $nickname_block <input type="hidden" name="visibility" value="$visibility" /> + + +<div id="settings-permissions-wrapper"> +{{ for $permiss_arr as $permit }} +<div id="settings-perms-$permit.key" class="settings-permission-label">$permit.label</div> +{{ for $permit.fields as $radio }} + + {{inc field_radio.tpl with $field=$radio }}{{endinc}} + +{{ endfor }} +{{ endfor }} +</div> + + + + + {{inc field_input.tpl with $field=$maxreq }}{{endinc}} $profile_in_dir @@ -73,7 +90,6 @@ $unkmail </div> - <div id="settings-default-perms" class="settings-default-perms" > <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" class='popupbox'>$permissions $permdesc</a> <div id="settings-default-perms-menu-end"></div> |