diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-17 16:15:49 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-17 16:15:49 +0200 |
commit | b30c761aae7e01e6fe727232e48b14303484a228 (patch) | |
tree | 822a3ef89dfdde311a4a542def21a7c124f757df /view/theme/diabook/communityhome.tpl | |
parent | 8269d6aa19eb71063ff578b43b237ffd4fea93b1 (diff) | |
download | volse-hubzilla-b30c761aae7e01e6fe727232e48b14303484a228.tar.gz volse-hubzilla-b30c761aae7e01e6fe727232e48b14303484a228.tar.bz2 volse-hubzilla-b30c761aae7e01e6fe727232e48b14303484a228.zip |
diabook-themes: removed fpostit due to security issues and small fix in german translation
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 5c2164b50..ff04d9da0 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -42,13 +42,6 @@ $nv.search {{ endif }} </div> -<div id="close_postit"> -{{ if $lastusers_title }} -<h3>$postit.title.1<a id="close_postit_icon" onClick="close_postit()" class="icon close_box" title="close"></a></h3> -<div style="padding-left: 10px;font-size: 12px;"><span ><a href="$fostitJS" title="PostIt">$postit.title.2</a>$postit.text.1</span></div> -{{ endif }} -</div> - <div id="close_lastusers"> {{ if $lastusers_title }} <h3>$lastusers_title<a id="close_lastusers_icon" onClick="close_lastusers()" class="icon close_box" title="close"></a></h3> |