aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-07 10:07:36 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-07 10:07:36 -0500
commit66d2c52b5f076187f7b6b9eb3caa51b916a7da21 (patch)
tree4ddb60fea72a88706a5ea8a8dd08e3231e58b351 /view/theme/dispy/jot.tpl
parent62fffdb018d7755e62b9bf897f3f6e68f42f3e6e (diff)
downloadvolse-hubzilla-66d2c52b5f076187f7b6b9eb3caa51b916a7da21.tar.gz
volse-hubzilla-66d2c52b5f076187f7b6b9eb3caa51b916a7da21.tar.bz2
volse-hubzilla-66d2c52b5f076187f7b6b9eb3caa51b916a7da21.zip
push fix for funky menu action. the overflow-x might break again for some people
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/jot.tpl')
-rw-r--r--view/theme/dispy/jot.tpl12
1 files changed, 5 insertions, 7 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl
index 7e0f9efa4..e34a21803 100644
--- a/view/theme/dispy/jot.tpl
+++ b/view/theme/dispy/jot.tpl
@@ -12,7 +12,8 @@
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
- <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body">{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>
+ <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body">{{ if $content }}$content{{ else }}$share{{ endif }}
+ </textarea>
<div id="jot-tools" class="jothidden" style="display:none">
<span class="icon border camera"><a href="#" onclick="return false;" id="wall-image-upload" title="$upload"></a></span>
@@ -24,16 +25,13 @@
<span class="icon border noglobe"><a id="profile-nolocation" onclick="jotClearLocation();return false;" title="$noloc"></a></span>
$jotplugins
<ul id="profile-jot-submit-wrapper">
- <li>
- <a class="icon-text-preview pointer"></a><a id="jot-preview-link" class="pointer" onclick="preview_post(); return false;" title="$preview">$preview</a>
- </li>
-
<li id="profile-jot-perms" class="profile-jot-perms">
<a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon $lockstate $bang" title="$permset"></a>
</li>
-
<li><input type="submit" id="profile-jot-submit" name="submit" value="$share" /></li>
-
+ <li>
+ <a class="icon-text-preview pointer"></a><a id="jot-preview-link" class="pointer" onclick="preview_post(); return false;" title="$preview">$preview</a>
+ </li>
</ul>
<span id="profile-rotator" class="loading" style="display: none">
<img src="images/rotator.gif" alt="$wait" title="$wait" /></span>