diff options
author | friendica <info@friendica.com> | 2014-03-19 20:40:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-19 20:40:35 -0700 |
commit | 2dda5d6c708a8fb6e20b1f722510d8f174e1e328 (patch) | |
tree | e5436c34a960ec1ee95eef0de174ed6076f57858 /view/tpl | |
parent | fa5ac2682879bd98362fba5317cf75ae1e8abff1 (diff) | |
download | volse-hubzilla-2dda5d6c708a8fb6e20b1f722510d8f174e1e328.tar.gz volse-hubzilla-2dda5d6c708a8fb6e20b1f722510d8f174e1e328.tar.bz2 volse-hubzilla-2dda5d6c708a8fb6e20b1f722510d8f174e1e328.zip |
add expire setting, take out unknown mailers and max friend requests per day which aren't implemented
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 49dff4822..acea86015 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -67,9 +67,9 @@ {{include file="field_yesno.tpl" field=$blocktags}} -{{include file="field_input.tpl" field=$maxreq}} -{{include file="field_input.tpl" field=$cntunkmail}} +{{include file="field_input.tpl" field=$expire}} + </div> <div id="settings-default-perms" class="settings-default-perms" > |