From ff4f292a70cdc31fd94929cedd2095571f6d9b60 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 28 Jan 2005 17:24:59 +0000 Subject: [PATCH] show non-intranet marker git-svn-id: http://svn.opengroupware.org/SOGo/trunk@505 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Mailer/ChangeLog | 7 +++++++ SOGo/UI/Mailer/UIxMailEditor.wox | 11 +++++++++-- SOGo/UI/Mailer/UIxMailToSelection.m | 6 ++---- SOGo/UI/Mailer/Version | 2 +- SOGo/UI/Mailer/mailer.css | 8 ++++++++ 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 6cd64481..6923eee3 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,5 +1,12 @@ 2005-01-28 Helge Hess + * v0.9.79 + + * UIxMailEditor.wox: localized 'Subject' label, shows 'non-intranet' + marker if 'MinequProvenance' HTTP header is not set to 'intranet' + + * mailer.css: added marker for internet-mails (#1153) + * v0.9.78 * UIxMailListView.m: properly mark deleted mails using line-through diff --git a/SOGo/UI/Mailer/UIxMailEditor.wox b/SOGo/UI/Mailer/UIxMailEditor.wox index 2c685d77..08dbe640 100644 --- a/SOGo/UI/Mailer/UIxMailEditor.wox +++ b/SOGo/UI/Mailer/UIxMailEditor.wox @@ -22,6 +22,14 @@ --> + +
+ +
+
+
- - Subject: + : diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index 0069dec7..209d038c 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=77 +SUBMINOR_VERSION:=79 # v0.9.78 requires SoObjects/Mailer v0.9.58 # v0.9.77 requires SoObjects/Mailer v0.9.57 diff --git a/SOGo/UI/Mailer/mailer.css b/SOGo/UI/Mailer/mailer.css index f4763b0f..dbdb3224 100644 --- a/SOGo/UI/Mailer/mailer.css +++ b/SOGo/UI/Mailer/mailer.css @@ -335,6 +335,14 @@ div#compose_fromline { } div#compose_toselection { } +div#compose_internetmarker { + padding: 8px; + text-align: center; + background-color: white; + border-color: red; + border-width: 2px; + border-style: solid; +} div#compose_subject { border-bottom-color: #808080; border-bottom-width: 1; -- 2.39.5