浏览代码

Fix missing internationalisation and display of empty cells, thanks
Thierry Godefroy!

Thijs Kinkhorst 17 年之前
父节点
当前提交
a1a9b9e64b
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      templates/default/css/default.css
  2. 1 1
      templates/default/printer_friendly_bottom.tpl

+ 5 - 0
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;
 }

+ 1 - 1
templates/default/printer_friendly_bottom.tpl

@@ -69,7 +69,7 @@ extract($t);
 if (count($attachments) > 0) {
     ?>
 <hr />
-<b>Attachments:</b>
+<b><?php echo _("Attachments"); ?>:</b>
  <?php
     foreach ($attachments as $attachment) {
         ?>