diff options
author | friendica <info@friendica.com> | 2012-04-12 18:15:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 18:15:46 -0700 |
commit | 32cd62ff0a69cbce29617ac943dbcb580e395b67 (patch) | |
tree | dca47edb79ec50e64efbda0945ed4b084d345898 /view | |
parent | 7e2d4d402692335b4cdd2f7c8d6988ba8806affe (diff) | |
download | volse-hubzilla-32cd62ff0a69cbce29617ac943dbcb580e395b67.tar.gz volse-hubzilla-32cd62ff0a69cbce29617ac943dbcb580e395b67.tar.bz2 volse-hubzilla-32cd62ff0a69cbce29617ac943dbcb580e395b67.zip |
allow setting default new friend notify
Diffstat (limited to 'view')
-rw-r--r-- | view/settings.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index ebca4875f..081f56306 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -99,7 +99,12 @@ $unkmail <h3 class="settings-heading">$h_not</h3> -<div id="settings-notify-desc">$lbl_not </div> +<strong>$activity_options</strong> + +{{inc field_checkbox.tpl with $field=$post_newfriend }}{{endinc}} + + +<div id="settings-notify-desc"><strong>$lbl_not </strong></div> <div class="group"> {{inc field_intcheckbox.tpl with $field=$notify1 }}{{endinc}} |