summaryrefslogtreecommitdiff
path: root/templates/headers/_displayfolders.html.ep
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-03 18:22:43 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-03 18:22:43 +0200
commita6e6f8be88a93699765f25aee0e6109a3eb0b307 (patch)
treec4ba131bdf3af616ff70072876d384924bf408ce /templates/headers/_displayfolders.html.ep
parentebe37a68d39dbc1cc4f6af1c05301d5a5fc29c13 (diff)
reworked templates based on purecss
Diffstat (limited to 'templates/headers/_displayfolders.html.ep')
-rw-r--r--templates/headers/_displayfolders.html.ep32
1 files changed, 0 insertions, 32 deletions
diff --git a/templates/headers/_displayfolders.html.ep b/templates/headers/_displayfolders.html.ep
deleted file mode 100644
index 7bc5b12..0000000
--- a/templates/headers/_displayfolders.html.ep
+++ /dev/null
@@ -1,32 +0,0 @@
-<table id=display-folders width=100%>
- <tr>
-
- <td id=folder-list class=alter-font>
- <strong class=up>
- %= l($folder) || $folder
- </strong>
-
- <ul class=line>
-% for my $v (grep {$_ ne $folder} @$mail_folders) {
- <li>
- %= link_to '' => {folder => $v} => (class => 'bright') => begin
- %= $v ? (l($v) || $v) : l 'Home'
- % end
- </li>
-% }
- </ul>
- </td>
-
- <td>
- <em class=msg-count>
- <%= "$first_item - $last_item " . l('of') . " $total_items " . l('messages') %>\
- <%= ", $total_new_mails " . l('new') if $total_new_mails > 0 =%>
-
-% if ($total_size) {
- - <%= ucfirst(l 'mbox_size') . ": " . print_sizes10 $total_size %>
-% }
- </em>
- </td>
-
- </tr>
-</table>