aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-01-21 11:57:27 +0300
committerGravatar Vitaly Takmazov2018-01-21 11:59:46 +0300
commitb71d27615efd38b1a1e9734f60c6c02b529cc711 (patch)
tree17b1179b9174dd2a9db3a2d111f1d6a3105cef1e /juick-www/src/main/webapp/WEB-INF
parent33afecbb66879c0cba018a95316a255de4cdea81 (diff)
www: drop post dialog
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/post.html b/juick-www/src/main/webapp/WEB-INF/views/post.html
index 56e48a55..ac179e92 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/post.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/post.html
@@ -7,7 +7,8 @@
<input type="file" name="attach"/> <i>({{ i18n("messages","postForm.imageFormats") }})</i></span>
</p>
<p>
- <textarea name="body" class="newmessage" rows="7" cols="10">{{ body }}</textarea><br/>
+ <textarea name="body" class="newmessage" rows="7" cols="10" placeholder="*weather It's very cold today!">{{ body }}</textarea>
+ <br/>
<input type="submit" class="subm" value=" {{ i18n("messages","postForm.submit") }} "/>
</p>
</form>