Fix missing internationalisation and display of empty cells, thanks
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 19:28:21 +0000 (19:28 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 19:28:21 +0000 (19:28 +0000)
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
templates/default/printer_friendly_bottom.tpl

index 44fb5dc82748bddc4fd5931506cedbafc9aa20d7..f1dc0d2cae06d5594bba1ecf45edd3583cbaef03 100644 (file)
@@ -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;
 }
index 1506f8365ea0ff2637686f86c0614b9156204b3b..4714346941953532df09b9c6f9927a0c6790391f 100644 (file)
@@ -69,7 +69,7 @@ extract($t);
 if (count($attachments) > 0) {
     ?>
 <hr />
-<b>Attachments:</b>
+<b><?php echo _("Attachments"); ?>:</b>
  <?php
     foreach ($attachments as $attachment) {
         ?>