aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr/jot.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/fr/jot.tpl')
-rw-r--r--view/fr/jot.tpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/view/fr/jot.tpl b/view/fr/jot.tpl
index 7c49d771d..720cb0d1b 100644
--- a/view/fr/jot.tpl
+++ b/view/fr/jot.tpl
@@ -15,10 +15,6 @@
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
-<div id="profile-jot-plugin-wrapper" >
- $jotplugins
-</div>
-<div id="profile-jot-plugin-end"></div>
<div id="profile-jot-submit-wrapper" >
@@ -38,6 +34,11 @@
<div id="profile-nolocation-wrapper" style="display: none;" >
<img id="profile-nolocation" src="images/noglobe.gif" alt="Clear Browser Location" title="Clear Browser Location" 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="Please wait" title="Please wait" style="display: none;" />
</div>