aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-04 18:50:32 -0800
committerfriendica <info@friendica.com>2012-03-04 18:50:32 -0800
commitfba089012a3b4cd8c2969e111173bab0d58b6750 (patch)
tree9316aee6324d7aac60d34b0dd459253c08c90143 /view/theme/duepuntozero
parent4134fd3dcee1b26b888c89c47f798fd3fd058064 (diff)
downloadvolse-hubzilla-fba089012a3b4cd8c2969e111173bab0d58b6750.tar.gz
volse-hubzilla-fba089012a3b4cd8c2969e111173bab0d58b6750.tar.bz2
volse-hubzilla-fba089012a3b4cd8c2969e111173bab0d58b6750.zip
correct owner info from misconfigured installs, duepuntozero title block misplaced in editplain mode
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-xview/theme/duepuntozero/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/jot.tpl b/view/theme/duepuntozero/jot.tpl
index e356d1d8f..7117d083b 100755
--- a/view/theme/duepuntozero/jot.tpl
+++ b/view/theme/duepuntozero/jot.tpl
@@ -14,7 +14,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" />
- <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
+ <div id="jot0title-wrap"><input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" 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>