aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/dispy/jot.tpl')
-rw-r--r--view/theme/dispy/jot.tpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl
index 563d58ce4..12969dd03 100644
--- a/view/theme/dispy/jot.tpl
+++ b/view/theme/dispy/jot.tpl
@@ -1,8 +1,6 @@
<form id="profile-jot-form" action="$action" method="post">
<div id="jot">
<div id="profile-jot-desc" class="jothidden">&#160;</div>
- <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none" />
- <div id="character-counter" class="grey jothidden"></div>
<input type="hidden" name="type" value="$ptyp" />
<input type="hidden" name="profile_uid" value="$profile_uid" />
@@ -11,11 +9,13 @@
<input type="hidden" name="coord" id="jot-coord" value="" />
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
+ <div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none" /></div>
+ <div id="character-counter" class="grey jothidden"></div>
<div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" value="$category" class="jothidden" style="display:none" /></div>
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body">{{ if $content }}$content{{ else }}$share{{ endif }}
</textarea>
-
+<div id="profile-jot-submit-wrapper" class="jothidden">
<div id="jot-tools" class="jothidden" style="display:none">
<div id="profile-jot-submit-wrapper" class="jothidden">
@@ -68,6 +68,9 @@
$jotnets
</div>
</div>
+</div>
+<div id="profile-jot-end"></div>
</form>
+</div>
{{ if $content }}<script>initEditor();</script>{{ endif }}