Use placeholder attribute for Share message

This commit is contained in:
Hypolite Petovan 2017-01-08 02:06:03 +11:00
commit b6ce646d71
7 changed files with 9 additions and 19 deletions

View file

@ -25,7 +25,7 @@
{{/if}}
<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}}{{/if}}</textarea>
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content}}{{/if}}</textarea>
</div>
<div id="profile-jot-submit-wrapper" class="jothidden">