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 | 21 | <label class="control-label" for="booknow-email">Ваш телефон</label> |
| 22 | 22 | <input type="text" id="booknow-email" class="form-control" name="phone" autocomplete="off" aria-required="true"> |
| 23 | 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 | 30 | <div class="form-group"> |
| 25 | 31 | <div class="col-md-6"> |
| 26 | 32 | <div class="row"> |
| ... | ... | @@ -53,10 +59,10 @@ |
| 53 | 59 | <div class="row"> |
| 54 | 60 | <label>Выберите страницы</label> |
| 55 | 61 | <div class="style input-wr"> |
| 56 | - <div class="style radio_custom"> | |
| 62 | + <!--<div class="style radio_custom"> | |
| 57 | 63 | <input type="checkbox" id="type_pg1" name="page" value="главная"> |
| 58 | 64 | <label for="type_pg1">главная</label> |
| 59 | - </div> | |
| 65 | + </div>--> | |
| 60 | 66 | <div class="style radio_custom"> |
| 61 | 67 | <input type="checkbox" id="type_pg2" name="page" value="блог"> |
| 62 | 68 | <label for="type_pg2">блог</label> |
| ... | ... | @@ -81,20 +87,15 @@ |
| 81 | 87 | <input type="checkbox" id="type_pg7" name="page" value="команда"> |
| 82 | 88 | <label for="type_pg5">команда</label> |
| 83 | 89 | </div> |
| 84 | - <div class="style radio_custom"> | |
| 90 | + <!--<div class="style radio_custom"> | |
| 85 | 91 | <input type="checkbox" id="type_pg8" name="page" value="контакты"> |
| 86 | 92 | <label for="type_pg5">контакты</label> |
| 87 | - </div> | |
| 93 | + </div>--> | |
| 88 | 94 | </div> |
| 89 | 95 | </div> |
| 90 | 96 | </div> |
| 91 | 97 | <div style="clear:both;"></div> |
| 92 | 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 | 99 | <p class="text-center"> |
| 99 | 100 | <button type="submit" class="send-form btn btn-lg btn-template-primary">Заказать</button> |
| 100 | 101 | </p> | ... | ... |