aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/jot.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-06 03:59:05 -0800
committerfriendica <info@friendica.com>2012-01-06 03:59:05 -0800
commit41bb47ca1b5790442e571d5eb3bbb4dd89708a03 (patch)
tree890c3209bed4b0df75a225ba551b752ff3e277b2 /view/theme/testbubble/jot.tpl
parenta69ecb341371cf0a1c2847ff19abd88f362021c9 (diff)
downloadvolse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.tar.gz
volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.tar.bz2
volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.zip
title fixups
Diffstat (limited to 'view/theme/testbubble/jot.tpl')
-rw-r--r--view/theme/testbubble/jot.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl
index fa655a13e..feffea9d8 100644
--- a/view/theme/testbubble/jot.tpl
+++ b/view/theme/testbubble/jot.tpl
@@ -16,12 +16,7 @@
<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-wrapper">
- <span id="jot-title-desc" style="display: none;">$addtitle</span>
- <span id="jot-title-display" style="display: none;"></span>
- <input type="text" name="title" id="jot-title" value="" style="display: none;" />
- </div>
+ <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
<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>