diff options
author | Thomas Willingham <founder@kakste.com> | 2012-08-09 01:35:46 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-08-09 01:35:46 +0100 |
commit | 29b8b8f82b72f646ea4c55d66766bd0e0c950657 (patch) | |
tree | 4b0b3a7c7fe941cddbdb359d4a7e3384e6b33dd6 /view/theme/dispy/jot.tpl | |
parent | 5b1a4100e07db023b0f6dae89aa009e74992b7e6 (diff) | |
parent | c28da5673731acbedecb4209c38b72046db597e1 (diff) | |
download | volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.tar.gz volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.tar.bz2 volse-hubzilla-29b8b8f82b72f646ea4c55d66766bd0e0c950657.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/jot.tpl')
-rw-r--r-- | view/theme/dispy/jot.tpl | 9 |
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"> </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 }} |