Fix so filename label is "Name" not "Display name"
| | |
| | | $labels['msgtext'] = 'Entire message'; |
| | | $labels['body'] = 'Body'; |
| | | $labels['type'] = 'Type'; |
| | | $labels['namex'] = 'Name'; |
| | | |
| | | $labels['openinextwin'] = 'Open in new window'; |
| | | $labels['emlsave'] = 'Download (.eml)'; |
| | |
| | | $part = $MESSAGE->mime_parts[$part]; |
| | | $table = new html_table(array('cols' => 2)); |
| | | |
| | | $table->add('title', Q(rcube_label('name')).':'); |
| | | $table->add('title', Q(rcube_label('namex')).':'); |
| | | $table->add('header', Q(rcmail_attachment_name($part))); |
| | | |
| | | $table->add('title', Q(rcube_label('type')).':'); |
| | |
| | | } |
| | | |
| | | #messagepartheader table td.title { |
| | | width: 70px; |
| | | padding-right: 0: |
| | | width: 60px; |
| | | padding-right: 0; |
| | | } |
| | | |
| | | |