Commit c14688d8535c948d43ec9e4c71cbff970e718e6d
1 parent
19128ee0
modal checkboxes and radio buttons edit
Showing
1 changed file
with
10 additions
and
9 deletions
Show diff stats
blocks/modal.php
| @@ -21,6 +21,12 @@ | @@ -21,6 +21,12 @@ | ||
| 21 | <label class="control-label" for="booknow-email">Ваш телефон</label> | 21 | <label class="control-label" for="booknow-email">Ваш телефон</label> |
| 22 | <input type="text" id="booknow-email" class="form-control" name="phone" autocomplete="off" aria-required="true"> | 22 | <input type="text" id="booknow-email" class="form-control" name="phone" autocomplete="off" aria-required="true"> |
| 23 | </div> | 23 | </div> |
| 24 | + <div class="form-group field-booknow-message"> | ||
| 25 | + <label class="control-label" for="booknow-message">Комментарий</label> | ||
| 26 | + <textarea id="booknow-message" class="form-control" name="message" rows="4"></textarea> | ||
| 27 | + <p class="help-block help-block-error"></p> | ||
| 28 | + </div> | ||
| 29 | + | ||
| 24 | <div class="form-group"> | 30 | <div class="form-group"> |
| 25 | <div class="col-md-6"> | 31 | <div class="col-md-6"> |
| 26 | <div class="row"> | 32 | <div class="row"> |
| @@ -53,10 +59,10 @@ | @@ -53,10 +59,10 @@ | ||
| 53 | <div class="row"> | 59 | <div class="row"> |
| 54 | <label>Выберите страницы</label> | 60 | <label>Выберите страницы</label> |
| 55 | <div class="style input-wr"> | 61 | <div class="style input-wr"> |
| 56 | - <div class="style radio_custom"> | 62 | + <!--<div class="style radio_custom"> |
| 57 | <input type="checkbox" id="type_pg1" name="page" value="главная"> | 63 | <input type="checkbox" id="type_pg1" name="page" value="главная"> |
| 58 | <label for="type_pg1">главная</label> | 64 | <label for="type_pg1">главная</label> |
| 59 | - </div> | 65 | + </div>--> |
| 60 | <div class="style radio_custom"> | 66 | <div class="style radio_custom"> |
| 61 | <input type="checkbox" id="type_pg2" name="page" value="блог"> | 67 | <input type="checkbox" id="type_pg2" name="page" value="блог"> |
| 62 | <label for="type_pg2">блог</label> | 68 | <label for="type_pg2">блог</label> |
| @@ -81,20 +87,15 @@ | @@ -81,20 +87,15 @@ | ||
| 81 | <input type="checkbox" id="type_pg7" name="page" value="команда"> | 87 | <input type="checkbox" id="type_pg7" name="page" value="команда"> |
| 82 | <label for="type_pg5">команда</label> | 88 | <label for="type_pg5">команда</label> |
| 83 | </div> | 89 | </div> |
| 84 | - <div class="style radio_custom"> | 90 | + <!--<div class="style radio_custom"> |
| 85 | <input type="checkbox" id="type_pg8" name="page" value="контакты"> | 91 | <input type="checkbox" id="type_pg8" name="page" value="контакты"> |
| 86 | <label for="type_pg5">контакты</label> | 92 | <label for="type_pg5">контакты</label> |
| 87 | - </div> | 93 | + </div>--> |
| 88 | </div> | 94 | </div> |
| 89 | </div> | 95 | </div> |
| 90 | </div> | 96 | </div> |
| 91 | <div style="clear:both;"></div> | 97 | <div style="clear:both;"></div> |
| 92 | </div> | 98 | </div> |
| 93 | - <div class="form-group field-booknow-message"> | ||
| 94 | - <label class="control-label" for="booknow-message">Комментарий</label> | ||
| 95 | - <textarea id="booknow-message" class="form-control" name="message" rows="4"></textarea> | ||
| 96 | - <p class="help-block help-block-error"></p> | ||
| 97 | - </div> | ||
| 98 | <p class="text-center"> | 99 | <p class="text-center"> |
| 99 | <button type="submit" class="send-form btn btn-lg btn-template-primary">Заказать</button> | 100 | <button type="submit" class="send-form btn btn-lg btn-template-primary">Заказать</button> |
| 100 | </p> | 101 | </p> |