You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
326 B

  1. <ul class="list card thick shadow active">
  2. <li class="block large" onclick="{$refresh} Notification_ajaxClear('news');">
  3. <span class="primary icon"><i class="material-icons">refresh</i></span>
  4. <p>{$c->__('button.refresh')}</p>
  5. <p class="line">{$c->__('post.new_items', $count)}</p>
  6. </li>
  7. </ul>