diff options
author | friendica <info@friendica.com> | 2011-12-29 00:23:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-29 00:23:05 -0800 |
commit | c735582eadc05d566057d00c685ec60c6e1164d9 (patch) | |
tree | 4cd99ac286f517f08edf5591bf19ed2dcfcb41e4 /view/suggestions.tpl | |
parent | da21473c3434808f91953ba14f97c647b8dc8895 (diff) | |
download | volse-hubzilla-c735582eadc05d566057d00c685ec60c6e1164d9.tar.gz volse-hubzilla-c735582eadc05d566057d00c685ec60c6e1164d9.tar.bz2 volse-hubzilla-c735582eadc05d566057d00c685ec60c6e1164d9.zip |
hide contacts on approval
Diffstat (limited to 'view/suggestions.tpl')
-rw-r--r-- | view/suggestions.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/suggestions.tpl b/view/suggestions.tpl index dae551849..656336496 100644 --- a/view/suggestions.tpl +++ b/view/suggestions.tpl @@ -14,6 +14,7 @@ <div class="intro-form-end"></div> <form class="intro-approve-form" action="$request" method="get"> +{{inc field_checkbox.tpl with $field=$hidden }}{{endinc}} <input class="intro-submit-approve" type="submit" name="submit" value="$approve" /> </form> </div> |