diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-06 00:10:35 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-06 00:10:35 +0200 |
commit | c421f35da7b9e207481cfbbcbe88316741a4dc5c (patch) | |
tree | 48ae90de7487237ff337dee9ce163747a46a9f92 /view/theme/diabook/communityhome.tpl | |
parent | f29775143763606a725565db941e5bfd1acbaaba (diff) | |
download | volse-hubzilla-c421f35da7b9e207481cfbbcbe88316741a4dc5c.tar.gz volse-hubzilla-c421f35da7b9e207481cfbbcbe88316741a4dc5c.tar.bz2 volse-hubzilla-c421f35da7b9e207481cfbbcbe88316741a4dc5c.zip |
diabook-theme: twitter-box-update at right_aside
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 9bd4ad8bc..3c6fb5a82 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -99,8 +99,19 @@ $nv.search {{ endif }} </div> +<div id="close_twitter"> +<h3 style="height:1.17em">$twitter.title.1<a id="close_twitter_icon" onClick="close_twitter()" class="icon close_box" title="$close"></a></h3> <div id="twitter"> </div> +<div id="twittersettings" style="display:none;"> +<form id="twittersettings-form" action="network" method="post" autocomplete="off"> +{{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} +<div class="settings-submit-wrapper"> +<input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" /> +</div> +</form> +</div> +</div> <div id="close_mapquery"> {{ if $mapquery }} |