Commit 509f879527e88938fa49700db5e30a3c8763c018
1 parent
0ac35279
change request to massage
Showing
1 changed file
with
16 additions
and
18 deletions
Show diff stats
src/app/frontend/views/series_of_letters/addEdit.php
| ... | ... | @@ -19,29 +19,27 @@ |
| 19 | 19 | </div> |
| 20 | 20 | |
| 21 | 21 | |
| 22 | - <div class="input-group"> | |
| 23 | - | |
| 24 | - <table id="templates-list" class="table table-hover"> | |
| 25 | - </table> | |
| 26 | 22 | |
| 27 | - <span class="input-group-addon title-block-sizing">Введите название письма</span> | |
| 28 | - <input type="text" value="" class="form-control" name="autocomplete_user_email" id="autocomplete_templates" autocomplete="off"> | |
| 23 | + <table id="templates-list" class="table table-hover"> | |
| 24 | + </table> | |
| 25 | + <div class="input-group"> | |
| 26 | + <span class="input-group-addon title-block-sizing">Введите название письма</span> | |
| 27 | + <input type="text" value="" class="form-control" name="autocomplete_user_email" id="autocomplete_templates" autocomplete="off"> | |
| 28 | + </div> | |
| 29 | 29 | |
| 30 | + <table class="table table-hover"> | |
| 31 | + <thead> | |
| 32 | + <tr> | |
| 33 | + <th id="name">Имя</th> | |
| 34 | + <th class="table-buttons"></th> | |
| 35 | + </tr> | |
| 36 | + </thead> | |
| 37 | + <tbody id="result"> | |
| 30 | 38 | |
| 31 | - <table class="table table-hover"> | |
| 32 | - <thead> | |
| 33 | - <tr> | |
| 34 | - <th id="name">Имя</th> | |
| 35 | - <th class="table-buttons"></th> | |
| 36 | - </tr> | |
| 37 | - </thead> | |
| 38 | - <tbody id="result"> | |
| 39 | + </tbody> | |
| 40 | + </table> | |
| 39 | 41 | |
| 40 | - </tbody> | |
| 41 | - </table> | |
| 42 | - </div> | |
| 43 | 42 | |
| 44 | - </div> | |
| 45 | 43 | |
| 46 | 44 | <div class="input-group"> |
| 47 | 45 | <a href="<?= $this->url->get( 'series_of_letters/index') ?>" class="news_cancel float">Отмена</a> | ... | ... |