1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
2 <table
class="w-table">
3 <?php
for ($i = 0; $i < count($problem); $i++
) { ?
>
6 <td
class="icon dark"><span
class="icon-16 x16-shield-disabled"></span
></td
>
7 <td
class="status-<?php echo strtolower($problem[$i]['status']);?>">
8 <?php
echo strtoupper($problem[$i]['status']) ?
><br
/>
10 echo html
::anchor($problem[$i]['url'],$problem[$i]['title']);
14 <?php
} if (count($problem) == 0) { ?
>
16 <td
class="icon dark"><span
class="icon-16 x16-shield-not-disabled"></span
></td
>
17 <td
><?php
echo _('N/A')?
></td
>