+/*
+ Copyright (C) 2005 SKYRIX Software AG
+
+ This file is part of OpenGroupware.org.
+
+ OGo is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ OGo is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ 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.
+*/
/* TODO: is the section below used in the mailer? */
.aptview_title {
+/*
+ Copyright (C) 2005 SKYRIX Software AG
+
+ This file is part of OpenGroupware.org.
+
+ OGo is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ OGo is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ 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.
+*/
/* JavaScript for SOGo Mailer */
/*
table.ce_vertgroup {
border-width: 0px;
width: 100%;
+ border-bottom-color: #808080;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
table.ce_vertgroup td.ce_twocolcell {
width: 50%;
vertical-align: top;
}
+
+/* borders */
+
+div#contacteditor_common {
+ border-bottom-color: #808080;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+}
+div#contacteditor_phone {
+ border-top-color: white;
+ border-top-width: 1px;
+ border-top-style: solid;
+}
+div#contacteditor_extended {
+ border-top-color: white;
+ border-top-width: 1px;
+ border-top-style: solid;
+}
</style>
<div id="compose_panel">
<table class="ce_vertgroup" cellpadding="0" cellspacing="0">
<tr>
<td class="ce_twocolcell">
-
<div id="contacteditor_common" class="ce_group">
<table>
<tr>
</td>
<td class="ce_twocolcell">
<div id="contacteditor_address" class="ce_group">
- <table border="0" cellpadding="2" cellspacing="0" class="editsec">
+ <table>
<tr>
<td class="ce_label"><var:string label:value="Postal" />:</td>
<td class="ce_field">
</table>
<div id="contacteditor_extended" class="ce_group">
- <table border="0" cellpadding="2" cellspacing="0" class="editsec">
+ <table>
<tr>
<td class="ce_label"><var:string label:value="EMail" />:</td>
<td class="ce_field">
-//
+/*
+ Copyright (C) 2005 SKYRIX Software AG
+
+ This file is part of OpenGroupware.org.
+
+ OGo is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ OGo is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ 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.
+*/
+/* JavaScript code for SOGo MailerUI contacts */
function openContact(sender, addruid) {
window.open(addruid + "/tb.edit", 'SOGo_addr_' + addruid,
- 'width=640,height=480,resizable=1,scrollbars=1,toolbar=0,' +
+ 'width=540,height=320,resizable=1,scrollbars=1,toolbar=0,' +
'location=0,directories=0,status=0,menubar=0,copyhistory=0')
return false;
}