aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-11-23 01:10:54 +0100
committermarijus <mario@localhost.localdomain>2013-11-23 01:10:54 +0100
commitadad1b75cd1fb6ef96e06d32ee5c2d89cd9e759b (patch)
tree1b99ed35d85664da50ffab9e3eff6cd313d9162a /view/tpl/jot.tpl
parent45c10d6d0a4a971446390137676fe8c00712372b (diff)
downloadvolse-hubzilla-adad1b75cd1fb6ef96e06d32ee5c2d89cd9e759b.tar.gz
volse-hubzilla-adad1b75cd1fb6ef96e06d32ee5c2d89cd9e759b.tar.bz2
volse-hubzilla-adad1b75cd1fb6ef96e06d32ee5c2d89cd9e759b.zip
use placeholder for profile-jot-text and some minor alignment
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index ef91f45be..b9238f0c0 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -24,7 +24,7 @@
<div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div>
{{/if}}
<div id="jot-text-wrap">
- <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
+ <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea>
</div>
<div id="profile-jot-text-loading"></div>