]> err.no Git - scalable-opengroupware.org/commitdiff
added copyrights, some styling
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 14 Feb 2005 22:51:51 +0000 (22:51 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 14 Feb 2005 22:51:51 +0000 (22:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@563 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/mailer.css
SOGo/UI/Mailer/mailer.js
SOGo/UI/MailerContacts/UIxMailContactEditor.wox
SOGo/UI/MailerContacts/mailercontacts.js

index c26d1f2dea5ccbc160c9975d0d799d3d3ea34231..44f1842d7714ee610aada93d391403b558db9ded 100644 (file)
@@ -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 {
index c7b2711e6b7677fbf8908d011763a6fc8c41e80c..54d9f634216fb6755d39ee3d18a57155ebd1fffd 100644 (file)
@@ -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 */
 
 /*
index f0f0773d4483de372aab94ece05f339122fe32ad..a6b2ac7a1c5ee338ffff21927814a0ea320a8f4f 100644 (file)
@@ -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;
+}
   </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>
@@ -123,7 +143,7 @@ table.ce_vertgroup td.ce_twocolcell {
   </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">
@@ -147,7 +167,7 @@ table.ce_vertgroup td.ce_twocolcell {
 </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">
index 6377858a73a2f1badf357de8cad21142bec8a408..70c00672c6f0684690826982c7414eef3f671e94 100644 (file)
@@ -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;
 }