From 1cfad71608a6947d331f2de3b1f71813c33da392 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 4 Mar 2023 18:13:10 +0100 Subject: better mobile support for displayheaders --- templates/headers/_display_headers.html.ep | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'templates/headers/_display_headers.html.ep') diff --git a/templates/headers/_display_headers.html.ep b/templates/headers/_display_headers.html.ep index 870589c..6c00d0b 100644 --- a/templates/headers/_display_headers.html.ep +++ b/templates/headers/_display_headers.html.ep @@ -22,12 +22,12 @@ %# $sort_param->('status'); -
+
%= $sort_param->('date');
% if ($folder ne "SENT") { -
+
%= $sort_param->('sender');
% } @@ -45,17 +45,17 @@ % } -
+
%= $sort_param->('subject');
-
- %= $sort_param->('size'); -
-
+ + %= $sort_param->('size'); + + @@ -76,31 +76,31 @@ -
+
% my $date = parse_iso_date $msg->{head}{date}; %= join('/', $date->{mday}, $date->{month}, $date->{year}) . " $date->{hour}:$date->{min}";
-
+
<%= $msg->{head}{sender}[0]{display_name} || $msg->{head}{sender}[0]{address} || $msg->{head}{from}[0]{display_name} || $msg->{head}{from}[0]{address}; %>
-
+
%= link_to $msg->{head}{subject} || '_' => read => {id => $msg->{message_handle}}
-
- %= print_sizes10 $msg->{byte_size}; -
-
+ + %= print_sizes10 $msg->{byte_size}; + + %= check_box mail => $msg->{message_handle} => (form => 'move-mail') -- cgit v1.2.3