|
@@ -311,7 +311,8 @@ $.extend(_p, { |
|
|
// Attach letterhead at top of container |
|
|
// Attach letterhead at top of container |
|
|
show_letterhead: function(container, args) { |
|
|
show_letterhead: function(container, args) { |
|
|
if(!(args.no_letterhead || args.only_body)) { |
|
|
if(!(args.no_letterhead || args.only_body)) { |
|
|
container.innerHTML = '<div>' + _p.get_letter_head() + '</div>' |
|
|
|
|
|
|
|
|
container.innerHTML = '<div style="max-width: 100%">' |
|
|
|
|
|
+ _p.get_letter_head() + '</div>' |
|
|
+ container.innerHTML; |
|
|
+ container.innerHTML; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|