aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/jot.tpl
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-07 12:06:09 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-07 12:06:09 +0100
commitb2df1205ef805ab471a73f906d2eda5603a1aa66 (patch)
tree137e81ed5c1227bdd502156811e1ce85e3d23cdc /view/theme/testbubble/jot.tpl
parentfbc017cdba81fa7b159bca5fd0b3a4fb4885c5ad (diff)
parent0d9c2ca06f9394bc039a43410d3902338e8412a1 (diff)
downloadvolse-hubzilla-b2df1205ef805ab471a73f906d2eda5603a1aa66.tar.gz
volse-hubzilla-b2df1205ef805ab471a73f906d2eda5603a1aa66.tar.bz2
volse-hubzilla-b2df1205ef805ab471a73f906d2eda5603a1aa66.zip
merged
Diffstat (limited to 'view/theme/testbubble/jot.tpl')
-rwxr-xr-xview/theme/testbubble/jot.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl
index 5bb5b4673..45d206d57 100755
--- a/view/theme/testbubble/jot.tpl
+++ b/view/theme/testbubble/jot.tpl
@@ -16,11 +16,11 @@
<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" />
- <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
-
+ <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="jot-text-wrap">
<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>
-
+ </div>
<div id="profile-upload-wrapper" class="jot-tool" style="display: none;" >
<div id="wall-image-upload-div" ><a onclick="return false;" id="wall-image-upload" class="icon border camera" title="$upload"></a></div>
</div>