Skip to content

Commit 8829640

Browse files
author
James Wigger
committed
Added tries counter to errors list
1 parent e557df1 commit 8829640

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

perch/addons/apps/jw_locator/modes/errors.list.post.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<th class="score-title">
3535
<?php echo $Lang->get('Error'); ?>
3636
</th>
37+
<th class="score-title" style="text-align: center">
38+
<?php echo $Lang->get('Tries'); ?>
39+
</th>
3740
<th class="score-title">
3841
<?php echo $Lang->get('Date'); ?>
3942
</th>
@@ -52,6 +55,9 @@
5255
echo $HTML->encode($Error ? $Error->errorMessage() : null);
5356
?>
5457
</td>
58+
<td style="text-align: center">
59+
<?php echo $HTML->encode($Location->locationProcessingAttempts()); ?>
60+
</td>
5561
<td>
5662
<?php
5763
$Error = $Location->get_error();

0 commit comments

Comments
 (0)