[Xfce4-commits] <postler:master> Move date from headers to floating right-aligned
Christian Dywan
noreply at xfce.org
Wed Jun 2 18:24:03 CEST 2010
Updating branch refs/heads/master
to a9638f906f2c6fb7effade31d9ca0974314b211c (commit)
from 5f4ab25b75212c5c28761f24ef491e9444c6eadd (commit)
commit a9638f906f2c6fb7effade31d9ca0974314b211c
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Jun 2 18:19:08 2010 +0200
Move date from headers to floating right-aligned
postler/postler-content.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index ab83c14..3856fbf 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -451,22 +451,22 @@ public class Postler.Content : WebKit.WebView {
load_string ("""
<style text="text/css">%s</style>
+ <div style="float: right;">%s</div>
<b>%s</b> %s<br>
%s
%s
<b>%s</b> %s <br>
- <b>%s</b> %s <br>
%s
%s
%s
<p style="%s">%s</p>
""".
printf (style_sheet,
+ date,
_("From:"), sender,
format_header (_("To:"), recipient),
format_header (_("Copy:"), carbon_copy),
_("Subject:"), subject,
- _("Date:"), date,
/* TODO: Sender:? */
format_header (_("Reply To:"), reply),
format_header (_("Organization:"), organization),
More information about the Xfce4-commits
mailing list