diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-10 12:19:51 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-10 12:19:51 +0200 |
commit | 3ac5d19b92ad9e9a88fd3c0a0195ffae350914eb (patch) | |
tree | dc8d0f17933edcc617bc8d5f7a26f05d87212ab4 /view/theme/diabook/communityhome.tpl | |
parent | c9bb88861162873ec339530a32c8458721aed777 (diff) | |
download | volse-hubzilla-3ac5d19b92ad9e9a88fd3c0a0195ffae350914eb.tar.gz volse-hubzilla-3ac5d19b92ad9e9a88fd3c0a0195ffae350914eb.tar.bz2 volse-hubzilla-3ac5d19b92ad9e9a88fd3c0a0195ffae350914eb.zip |
diabook-theme: some fixes
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 60d4646cc..17acc1eab 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -33,6 +33,7 @@ just contact me, if you are intesrested in joining</p> <div id="boxsettings" style="display:none"> <form id="boxsettingsform" action="network" method="post" > +<fieldset><legend>$boxsettings.title.1</legend> {{inc field_select.tpl with $field=$close_pages}}{{endinc}} {{inc field_select.tpl with $field=$close_profiles}}{{endinc}} {{inc field_select.tpl with $field=$close_helpers}}{{endinc}} @@ -46,6 +47,7 @@ just contact me, if you are intesrested in joining</p> <div class="settings-submit-wrapper"> <input id="boxsub" type="submit" value="$sub" class="settings-submit" name="diabook-settings-box-sub"></input> </div> +</fieldset> </form> </div> |