Commit 974fa50f491969ad37f30d4de5c9825a7fb61ecb

Authored by Alex Savenko
1 parent a9bf1112

error reporting using repeated email

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
src/app/frontend/views/index.php
... ... @@ -219,8 +219,8 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
219 219 <?php endforeach ?>
220 220 </ul>
221 221 </div>
  222 + <?= $this->flash->output(); ?>
222 223 </div>
223   - <?= $this->flash->output(); ?>
224 224 </div>
225 225  
226 226 <?= $this->getContent(); ?>
... ...
www/css/main.css
... ... @@ -2609,7 +2609,7 @@ label.error {
2609 2609  
2610 2610 .successMessage,.errorMessage,.noticeMessage {
2611 2611 padding: 15px 20px;
2612   - margin: 10px 0 20px 0;
  2612 + margin: 20px 0 20px 0;
2613 2613 border-radius: 5px;
2614 2614 -moz-border-radius: 5px;
2615 2615 -webkit-border-radius: 5px;
... ...