Move advice on what to enter in a note to guide text
This commit is contained in:
parent
c6b66ddeee
commit
30757696bd
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
<form action="#">
|
||||
<input type="hidden" name="lon">
|
||||
<input type="hidden" name="lat">
|
||||
<textarea class="comment" name="text" cols="40" rows="10"></textarea>
|
||||
<textarea class="comment" name="text" cols="40" rows="10" placeholder="<%= t('javascripts.notes.new.advice') %>"></textarea>
|
||||
<div class="buttons clearfix">
|
||||
<input type="submit" name="add" value="<%= t('javascripts.notes.new.add') %>" disabled="1">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue