Convert the new note form to use bootstrap
This commit is contained in:
parent
8ee31df2a0
commit
696db6d433
1 changed files with 5 additions and 3 deletions
|
@ -4,12 +4,14 @@
|
||||||
|
|
||||||
<div class="note browse-section">
|
<div class="note browse-section">
|
||||||
<p class="alert alert-info"><%= t("javascripts.notes.new.intro") %></p>
|
<p class="alert alert-info"><%= t("javascripts.notes.new.intro") %></p>
|
||||||
<form action="#" class="standard-form">
|
<form action="#">
|
||||||
<input type="hidden" name="lon">
|
<input type="hidden" name="lon">
|
||||||
<input type="hidden" name="lat">
|
<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="form-group">
|
||||||
|
<textarea class="form-control" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
|
||||||
|
</div>
|
||||||
<div class="buttons clearfix">
|
<div class="buttons clearfix">
|
||||||
<input type="submit" name="add" value="<%= t("javascripts.notes.new.add") %>" disabled="1">
|
<input type="submit" name="add" value="<%= t("javascripts.notes.new.add") %>" disabled="1" class="btn btn-primary">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue