- <form action="#" class="standard-form">
- <input type="hidden" name="lon">
- <input type="hidden" name="lat">
- <textarea class="comment" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
- <div class="buttons clearfix">
- <input type="submit" name="add" value="<%= t("javascripts.notes.new.add") %>" disabled="1">
+ <form action="#">
+ <input type="hidden" name="lon" autocomplete="off">
+ <input type="hidden" name="lat" autocomplete="off">
+ <div class="mb-3">
+ <textarea class="form-control" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
+ </div>
+ <div class="btn-wrapper">
+ <input type="submit" name="add" value="<%= t("javascripts.notes.new.add") %>" disabled="1" class="btn btn-primary">