notification-row.tpl 223 B

12345
  1. <tr>
  2. <td>{$notification->value}</td>
  3. <td><span class="label label-{if $notification->type eq 1}info{else}danger{/if}">{$MGLANG->T('type',$notification->type)}</span></td>
  4. <td>{$notification->date}</td>
  5. </tr>