aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-19 01:37:19 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-19 01:37:19 +0800
commitec00a9179b6eba6c7812c076185de926fae454d2 (patch)
tree87ea0e5f01beca59a54205e54ed4cfbf2fc0cb9a
parentb177dac4bc66fcf25445122bb1b9819e2cce5a6c (diff)
downloadgsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.tar
gsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.tar.gz
gsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.tar.bz2
gsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.tar.lz
gsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.tar.xz
gsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.tar.zst
gsoc2013-evolution-ec00a9179b6eba6c7812c076185de926fae454d2.zip
Change the HTML to make this a little prettier.
2002-07-18 Peter Williams <peterw@ximian.com> * mail-format.c (handle_multipart_digest): Change the HTML to make this a little prettier. svn path=/trunk/; revision=17506
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/mail-format.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 77c01e59a4..eb6de02302 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2002-07-18 Peter Williams <peterw@ximian.com>
+ * mail-format.c (handle_multipart_digest): Change the HTML to
+ make this a little prettier.
+
* folder-browser-window.c (folder_browser_window_new): Load the
messagedisplay XML file as a base for the UI, so that things
appear. Don't add the global UI items as they don't make sense
diff --git a/mail/mail-format.c b/mail/mail-format.c
index bd8c033b4c..2754f7b624 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -1731,7 +1731,8 @@ handle_multipart_digest (CamelMimePart *part, const char *mime_type,
g_return_val_if_fail (CAMEL_IS_MULTIPART (wrapper), FALSE);
- gtk_html_stream_printf (stream, "&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"digest:\"><img src=\"%s\">%s</a>",
+ gtk_html_stream_printf (stream, "&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"digest:\"><img align=\"middle\" src=\"%s\"></a>"
+ "&nbsp;<a href=\"digest:\">%s</a>",
mail_display_get_url_for_icon (md, EVOLUTION_ICONSDIR "/envelope.png"),
U_("View messages..."));