Commit 99aaea9a8ee3f0c0ed04738c8324a4e49523fb4f
1 parent
a1bb372a
change request to massage
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/app/frontend/views/series_of_letters/index.php
1 | <h1>Серии писем</h1> | 1 | <h1>Серии писем</h1> |
2 | <div class="inner"><?= $this->flash->output(); ?></div> | 2 | <div class="inner"><?= $this->flash->output(); ?></div> |
3 | -<a class="btn btn-primary" href="<?= $this->url->get('series_of_letter/add') ?>">Добавить</a> | 3 | +<a class="btn btn-primary" href="<?= $this->url->get('series_of_letters/add') ?>">Добавить</a> |
4 | <table class="table table-hover" data-url=""> | 4 | <table class="table table-hover" data-url=""> |
5 | <thead> | 5 | <thead> |
6 | <tr> | 6 | <tr> |
@@ -16,11 +16,11 @@ | @@ -16,11 +16,11 @@ | ||
16 | <td><?=$item->id; ?></td> | 16 | <td><?=$item->id; ?></td> |
17 | <td><?= $item->title; ?></td> | 17 | <td><?= $item->title; ?></td> |
18 | <td> | 18 | <td> |
19 | - <a href="<?= $this->url->get('series_of_letter/delete/'.$item->id) ?>" class="action-img delete_icon" onclick="return confirm('Вы действительно хотите удалить пункт?')" title="Удалить"></a> | ||
20 | - <a href="<?= $this->url->get('series_of_letter/update/'.$item->id) ?>" class="action-img edit-icon" title="Редактировать"></a> | 19 | + <a href="<?= $this->url->get('series_of_letters/delete/'.$item->id) ?>" class="action-img delete_icon" onclick="return confirm('Вы действительно хотите удалить пункт?')" title="Удалить"></a> |
20 | + <a href="<?= $this->url->get('series_of_letters/update/'.$item->id) ?>" class="action-img edit-icon" title="Редактировать"></a> | ||
21 | </td> | 21 | </td> |
22 | </tr> | 22 | </tr> |
23 | <?php endforeach; ?> | 23 | <?php endforeach; ?> |
24 | </tbody> | 24 | </tbody> |
25 | </table> | 25 | </table> |
26 | -<a class="btn btn-primary" href="<?= $this->url->get('series_of_letter/add') ?>">Добавить</a> | ||
27 | \ No newline at end of file | 26 | \ No newline at end of file |
27 | +<a class="btn btn-primary" href="<?= $this->url->get('series_of_letters/add') ?>">Добавить</a> | ||
28 | \ No newline at end of file | 28 | \ No newline at end of file |