We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557df1 commit 8829640Copy full SHA for 8829640
perch/addons/apps/jw_locator/modes/errors.list.post.php
@@ -34,6 +34,9 @@
34
<th class="score-title">
35
<?php echo $Lang->get('Error'); ?>
36
</th>
37
+ <th class="score-title" style="text-align: center">
38
+ <?php echo $Lang->get('Tries'); ?>
39
+ </th>
40
41
<?php echo $Lang->get('Date'); ?>
42
@@ -52,6 +55,9 @@
52
55
echo $HTML->encode($Error ? $Error->errorMessage() : null);
53
56
?>
54
57
</td>
58
+ <td style="text-align: center">
59
+ <?php echo $HTML->encode($Location->locationProcessingAttempts()); ?>
60
+ </td>
61
<td>
62
<?php
63
$Error = $Location->get_error();
0 commit comments