2005-01-28 Helge Hess <helge.hess@skyrix.com>
+ * 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
</div>
-->
+ <var:if condition="request.headers.MinequProvenance" const:value="intranet"
+ const:negate="1">
+ <div id="compose_internetmarker">
+ <var:string
+ label:value="This mail is being sent from an unsecure network!" />
+ </div>
+ </var:if>
+
<div id="compose_toselection">
<var:component className="UIxMailToSelection"
to="to"
<table border="0" width="100%">
<tr>
<td class="compose_label" width="15%">
- <!-- TODO: localize -->
- <a rsrc:href="tbird_073_compose.png">Subject:</a>
+ <var:string label:value="Subject" />:
</td>
<td width="85%"><input name="subject"
id="compose_subject_input" type="text"
/*
- Copyright (C) 2004 SKYRIX Software AG
+ Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
- */
-// $Id$
-
+*/
#include <SOGoUI/UIxComponent.h>
# 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
}
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;