aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/jot.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/it/jot.tpl')
-rw-r--r--view/it/jot.tpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/view/it/jot.tpl b/view/it/jot.tpl
index 7153c341c..eae3ecba8 100644
--- a/view/it/jot.tpl
+++ b/view/it/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" >
<input type="submit" id="profile-jot-submit" name="submit" value="Condividi" />
@@ -37,6 +33,11 @@
<div id="profile-nolocation-wrapper" style="display: none;" >
<img id="profile-nolocation" src="images/noglobe.gif" alt="Cancella la tua posizione data dal browser" title="Cancella la tua posizione data dal browser" 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="Attendi" title="Attendi" style="display: none;" />
</div>