aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-04 00:04:19 -0800
committerfriendica <info@friendica.com>2012-01-04 00:04:19 -0800
commit48a5a2484e762a9804237ae28c24dafe5db7f953 (patch)
tree859bbc4580b9e940c2918a046683e9b22d460e10 /view/jot.tpl
parentfc7d0360bb059bf87c5c531a2bfd5bcee3aef3f6 (diff)
downloadvolse-hubzilla-48a5a2484e762a9804237ae28c24dafe5db7f953.tar.gz
volse-hubzilla-48a5a2484e762a9804237ae28c24dafe5db7f953.tar.bz2
volse-hubzilla-48a5a2484e762a9804237ae28c24dafe5db7f953.zip
new smiley
Diffstat (limited to 'view/jot.tpl')
-rw-r--r--view/jot.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl
index 71b92986d..83af1ae37 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -12,8 +12,10 @@
<input type="hidden" name="return" value="$return_path" />
<input type="hidden" name="location" id="jot-location" value="$defloc" />
<input type="hidden" name="coord" id="jot-coord" value="" />
- <input type="hidden" name="title" id="jot-title" value="" />
<input type="hidden" name="post_id" value="$post_id" />
+ <div id="jot-title-wrapper">
+ <input type="text" name="title" id="jot-title" value="" style="display: none;" />
+ </div>
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>