1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 00:42:20 -05:00

Merge pull request #344 from whiteout-io/dev/WO-982

[WO-982] Add placeholder to writer
This commit is contained in:
Tankred Hase 2015-05-13 11:46:26 +02:00
commit f287c4cddf

View File

@ -72,7 +72,7 @@
</ul> </ul>
</header> </header>
<textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3"></textarea> <textarea class="write__body" ng-model="body" spellcheck="true" wo-focus-me="state.lightbox === 'write' && writerTitle === 'Reply'" tabindex="3" placeholder="Compose email"></textarea>
</div><!--/write--> </div><!--/write-->
<footer class="lightbox__controls"> <footer class="lightbox__controls">