From 55bfdc1ea645d335f791dea7b6139568c3027991 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 5 May 2008 19:28:21 +0000 Subject: [PATCH] Fix missing internationalisation and display of empty cells, thanks Thierry Godefroy! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13084 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/default.css | 5 +++++ templates/default/printer_friendly_bottom.tpl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/default/css/default.css b/templates/default/css/default.css index 44fb5dc8..f1dc0d2c 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -1042,6 +1042,11 @@ div.printerFriendly td.attachField { text-align: right; } +div.printerFriendly td.attachFieldValue { + text-align: left; + empty-cells: show; +} + div.printerFriendly td.attachName { font-weight: bold; } diff --git a/templates/default/printer_friendly_bottom.tpl b/templates/default/printer_friendly_bottom.tpl index 1506f836..47143469 100644 --- a/templates/default/printer_friendly_bottom.tpl +++ b/templates/default/printer_friendly_bottom.tpl @@ -69,7 +69,7 @@ extract($t); if (count($attachments) > 0) { ?>
-Attachments: +: -- 2.25.1