aboutsummaryrefslogtreecommitdiffstats
path: root/view/de
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-02 23:07:01 -0800
committerFriendika <info@friendika.com>2011-02-02 23:07:01 -0800
commit2a4d1fa858bcab0c7e54c1c0a847537cacbed168 (patch)
treef20161fe645ca99d3185ee6eb8c563a168ef2844 /view/de
parent0a32370e32b068073010d1d6b33241867c3be4d7 (diff)
downloadvolse-hubzilla-2a4d1fa858bcab0c7e54c1c0a847537cacbed168.tar.gz
volse-hubzilla-2a4d1fa858bcab0c7e54c1c0a847537cacbed168.tar.bz2
volse-hubzilla-2a4d1fa858bcab0c7e54c1c0a847537cacbed168.zip
append jotplugin tools to current toolbar row
Diffstat (limited to 'view/de')
-rw-r--r--view/de/jot.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/view/de/jot.tpl b/view/de/jot.tpl
index d86d8f847..545bbdadd 100644
--- a/view/de/jot.tpl
+++ b/view/de/jot.tpl
@@ -13,10 +13,6 @@
<input type="hidden" name="location" id="jot-location" value="$defloc" />
<input type="hidden" name="coord" id="jot-coord" value="" />
-<div id="profile-jot-plugin-wrapper" >
- $jotplugins
-</div>
-<div id="profile-jot-plugin-end"></div>
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
@@ -37,6 +33,12 @@
<div id="profile-nolocation-wrapper" style="display: none;" >
<img id="profile-nolocation" src="images/noglobe.gif" alt="Browser Standort leeren" title="Browser Standort leeren" onclick="jotClearLocation();" />
</div>
+
+ <div id="profile-jot-plugin-wrapper" >
+ $jotplugins
+ </div>
+
+
<div id="profile-rotator-wrapper" style="display: $visitor;" >
<img id="profile-rotator" src="images/rotator.gif" alt="Bitte warten" title="Bitte warten" style="display: none;" />
</div>