From 9920e6688ecdc8c77235c219672792731e3850ff Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 14 Feb 2005 22:51:51 +0000 Subject: [PATCH] added copyrights, some styling git-svn-id: http://svn.opengroupware.org/SOGo/trunk@563 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Mailer/mailer.css | 20 ++++++++++++++ SOGo/UI/Mailer/mailer.js | 20 ++++++++++++++ .../MailerContacts/UIxMailContactEditor.wox | 26 ++++++++++++++++--- SOGo/UI/MailerContacts/mailercontacts.js | 24 +++++++++++++++-- 4 files changed, 85 insertions(+), 5 deletions(-) diff --git a/SOGo/UI/Mailer/mailer.css b/SOGo/UI/Mailer/mailer.css index c26d1f2d..44f1842d 100644 --- a/SOGo/UI/Mailer/mailer.css +++ b/SOGo/UI/Mailer/mailer.css @@ -1,3 +1,23 @@ +/* + 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 { diff --git a/SOGo/UI/Mailer/mailer.js b/SOGo/UI/Mailer/mailer.js index c7b2711e..54d9f634 100644 --- a/SOGo/UI/Mailer/mailer.js +++ b/SOGo/UI/Mailer/mailer.js @@ -1,3 +1,23 @@ +/* + 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 */ /* diff --git a/SOGo/UI/MailerContacts/UIxMailContactEditor.wox b/SOGo/UI/MailerContacts/UIxMailContactEditor.wox index f0f0773d..a6b2ac7a 100644 --- a/SOGo/UI/MailerContacts/UIxMailContactEditor.wox +++ b/SOGo/UI/MailerContacts/UIxMailContactEditor.wox @@ -48,18 +48,38 @@ div.ce_group table { 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; +}
-
@@ -123,7 +143,7 @@ table.ce_vertgroup td.ce_twocolcell {
- +
: @@ -147,7 +167,7 @@ table.ce_vertgroup td.ce_twocolcell {
- +
: diff --git a/SOGo/UI/MailerContacts/mailercontacts.js b/SOGo/UI/MailerContacts/mailercontacts.js index 6377858a..70c00672 100644 --- a/SOGo/UI/MailerContacts/mailercontacts.js +++ b/SOGo/UI/MailerContacts/mailercontacts.js @@ -1,8 +1,28 @@ -// +/* + 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; } -- 2.39.5