summaryrefslogtreecommitdiff
path: root/templates/displayheaders
diff options
context:
space:
mode:
Diffstat (limited to 'templates/displayheaders')
-rw-r--r--templates/displayheaders/_folders.html.ep2
-rw-r--r--templates/displayheaders/_main_table.html.ep4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/displayheaders/_folders.html.ep b/templates/displayheaders/_folders.html.ep
index be5bdd9..b341768 100644
--- a/templates/displayheaders/_folders.html.ep
+++ b/templates/displayheaders/_folders.html.ep
@@ -23,7 +23,7 @@
<p class="pure-u-1-1 pure-u-md-1-2">
<%= l('[_1] of [_2] messages', $pgn->{this_page}[1] - $pgn->{this_page}[0], $pgn->{total_items}) %>\
<%= l(', [_1] new', $total_new_mails) if $total_new_mails > 0 =%>
- <%= l(' - mailbox size: [_1]', print_sizes10 $total_size) if $total_size %>
+ <%= l(' - mailbox size: [_1]', $v->print_sizes10($total_size)) if $total_size %>
</p>
</div>
diff --git a/templates/displayheaders/_main_table.html.ep b/templates/displayheaders/_main_table.html.ep
index 5430c15..06bbbfc 100644
--- a/templates/displayheaders/_main_table.html.ep
+++ b/templates/displayheaders/_main_table.html.ep
@@ -81,7 +81,7 @@
-->
<div class="pure-u-1 pure-u-md-4-24">
- % my $date = parse_iso_date $msg->{head}{date};
+ % my $date = $v->parse_iso_date($msg->{head}{date});
%= join('/', $date->{mday}, $date->{month}, $date->{year}) . " $date->{hour}:$date->{min}";
</div>
@@ -98,7 +98,7 @@
</td>
<td class="hide-small" style="text-align: right; white-space: nowrap">
- %= print_sizes10 $msg->{byte_size};
+ %= $v->print_sizes10($msg->{byte_size});
</td>
<td>