SVN commit mailer | 4 Sep 2006 13:39
Picon
Favicon
Gravatar

r1218 - trunk/crm/unstable/css

Author: hlindemann
Date: 2006-09-04 13:39:44 +0200 (Mon, 04 Sep 2006)
New Revision: 1218

Added:
   trunk/crm/unstable/css/tabcontent.css
Log:
css f?\195?\188r neues Men?\195?\188

Added: trunk/crm/unstable/css/tabcontent.css
===================================================================
--- trunk/crm/unstable/css/tabcontent.css	2006-08-30 10:14:46 UTC (rev 1217)
+++ trunk/crm/unstable/css/tabcontent.css	2006-09-04 11:39:44 UTC (rev 1218)
 <at>  <at>  -0,0 +1,101  <at>  <at> 
+.shadetabs{
+padding: 3px 0;
+margin-left: 0;
+margin-top: 1px;
+margin-bottom: 0;
+font: bold 12px Verdana;
+list-style-type: none;
+text-align: left; /*set to left, center, or right to align the menu as desired*/
+}
+
+.shadetabs li{
+display: inline;
+margin: 0;
+}
+
+.shadetabs li a{
(Continue reading)

SVN commit mailer | 4 Sep 2006 13:40
Picon
Favicon
Gravatar

r1219 - trunk/crm/unstable/css

Author: hlindemann
Date: 2006-09-04 13:40:26 +0200 (Mon, 04 Sep 2006)
New Revision: 1219

Added:
   trunk/crm/unstable/css/shade.gif
   trunk/crm/unstable/css/shadeactive.gif
Log:
neues Men?\195?\188layout

Added: trunk/crm/unstable/css/shade.gif
===================================================================
(Binary files differ)

Property changes on: trunk/crm/unstable/css/shade.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/crm/unstable/css/shadeactive.gif
===================================================================
(Binary files differ)

Property changes on: trunk/crm/unstable/css/shadeactive.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
(Continue reading)

SVN commit mailer | 4 Sep 2006 13:41
Picon
Favicon
Gravatar

r1220 - trunk/crm/unstable/tpl

Author: hlindemann
Date: 2006-09-04 13:41:14 +0200 (Mon, 04 Sep 2006)
New Revision: 1220

Modified:
   trunk/crm/unstable/tpl/firma1.tpl
   trunk/crm/unstable/tpl/firma2.tpl
   trunk/crm/unstable/tpl/firma2L.tpl
   trunk/crm/unstable/tpl/firma3.tpl
   trunk/crm/unstable/tpl/firma3a.tpl
   trunk/crm/unstable/tpl/firma4.tpl
   trunk/crm/unstable/tpl/firma4a.tpl
   trunk/crm/unstable/tpl/liefer1.tpl
   trunk/crm/unstable/tpl/liefer2.tpl
   trunk/crm/unstable/tpl/liefer2L.tpl
   trunk/crm/unstable/tpl/liefer3.tpl
   trunk/crm/unstable/tpl/liefer3a.tpl
   trunk/crm/unstable/tpl/liefer4.tpl
   trunk/crm/unstable/tpl/liefer4a.tpl
Log:
neues Men?\195?\188layout

Modified: trunk/crm/unstable/tpl/firma1.tpl
===================================================================
--- trunk/crm/unstable/tpl/firma1.tpl	2006-09-04 11:40:26 UTC (rev 1219)
+++ trunk/crm/unstable/tpl/firma1.tpl	2006-09-04 11:41:14 UTC (rev 1220)
 <at>  <at>  -2,6 +2,7  <at>  <at> 
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head><title>Firma Stamm</title>
 	<link type="text/css" REL="stylesheet" HREF="css/main.css"></link>
(Continue reading)

SVN commit mailer | 4 Sep 2006 17:55
Picon
Favicon
Gravatar

r1221 - trunk/crm/unstable/tpl

Author: hlindemann
Date: 2006-09-04 17:55:22 +0200 (Mon, 04 Sep 2006)
New Revision: 1221

Modified:
   trunk/crm/unstable/tpl/firma1.tpl
   trunk/crm/unstable/tpl/liefer1.tpl
Log:
Kleinigkeiten

Modified: trunk/crm/unstable/tpl/firma1.tpl
===================================================================
--- trunk/crm/unstable/tpl/firma1.tpl	2006-09-04 11:41:14 UTC (rev 1220)
+++ trunk/crm/unstable/tpl/firma1.tpl	2006-09-04 15:55:22 UTC (rev 1221)
 <at>  <at>  -31,9 +31,10  <at>  <at> 
 		function submenu(id) {
 			document.getElementById(last).style.visibility='hidden';
 			document.getElementById(id).style.visibility='visible';
+			men='sub' + id; 
+			document.getElementById('sub'+id).className="selected";
+			document.getElementById('sub'+last).className="subshadetabs";
 			last=id;
-			men='sub' + id; alert(men);
-			document.getElementById(men).class="selected";
 		}
 	//-->
 	</script>
 <at>  <at>  -89,11 +90,10  <at>  <at> 

 	</div>
(Continue reading)

SVN commit mailer | 4 Sep 2006 17:55
Picon
Favicon
Gravatar

r1222 - trunk/crm/unstable/css

Author: hlindemann
Date: 2006-09-04 17:55:53 +0200 (Mon, 04 Sep 2006)
New Revision: 1222

Modified:
   trunk/crm/unstable/css/tabcontent.css
Log:
Kleinigkeiten

Modified: trunk/crm/unstable/css/tabcontent.css
===================================================================
--- trunk/crm/unstable/css/tabcontent.css	2006-09-04 15:55:22 UTC (rev 1221)
+++ trunk/crm/unstable/css/tabcontent.css	2006-09-04 15:55:53 UTC (rev 1222)
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 .shadetabs{
 padding: 3px 0;
 margin-left: 0;
-margin-top: 1px;
+margin-top: 2px;
 margin-bottom: 0;
 font: bold 12px Verdana;
 list-style-type: none;
 <at>  <at>  -26,14 +26,22  <at>  <at> 
 color: #2d2b2b;
 }

+.shadetabs li a:link {
+color: #2d2b2b;
+}
+
(Continue reading)

SVN commit mailer | 5 Sep 2006 10:09
Picon
Favicon
Gravatar

r1223 - trunk/crm/unstable

Author: hlindemann
Date: 2006-09-05 10:08:58 +0200 (Tue, 05 Sep 2006)
New Revision: 1223

Modified:
   trunk/crm/unstable/firma1.php
   trunk/crm/unstable/liefer1.php
   trunk/crm/unstable/wissen.php
Log:
Wissens-db als Kundenhilfe

Modified: trunk/crm/unstable/firma1.php
===================================================================
--- trunk/crm/unstable/firma1.php	2006-09-04 15:55:53 UTC (rev 1222)
+++ trunk/crm/unstable/firma1.php	2006-09-05 08:08:58 UTC (rev 1223)
 <at>  <at>  -4,6 +4,7  <at>  <at> 
 	include("inc/template.inc");
 	include("inc/FirmenLib.php");
 	include("inc/crmLib.php");
+	$kdhelp=getWCategorie(true);
 	$id=$_GET["id"];
 	$fa=getFirmenStamm($id);
 	$start=($_GET["start"])?($_GET["start"]):0;
 <at>  <at>  -92,31 +93,43  <at>  <at> 
 			kdview => $views[$_SESSION["kdview"]],
 			zeige => ($fa["obsolete"]=="f")?"visible":"hidden",
 			verstecke => ($fa["obsolete"]=="t")?"visible":"hidden",
-			));
-		$t->set_block("fa1","Liste","Block");
-		$i=0;
(Continue reading)

SVN commit mailer | 5 Sep 2006 10:10
Picon
Favicon
Gravatar

r1224 - trunk/crm/unstable/tpl

Author: hlindemann
Date: 2006-09-05 10:10:16 +0200 (Tue, 05 Sep 2006)
New Revision: 1224

Modified:
   trunk/crm/unstable/tpl/firma1.tpl
   trunk/crm/unstable/tpl/liefer1.tpl
Log:
Wissens-db als Kundenhilfe

Modified: trunk/crm/unstable/tpl/firma1.tpl
===================================================================
--- trunk/crm/unstable/tpl/firma1.tpl	2006-09-05 08:08:58 UTC (rev 1223)
+++ trunk/crm/unstable/tpl/firma1.tpl	2006-09-05 08:10:16 UTC (rev 1224)
 <at>  <at>  -36,19 +36,31  <at>  <at> 
 			document.getElementById('sub'+last).className="subshadetabs";
 			last=id;
 		}
+		function KdHelp() {
+			id=document.kdhelp.kdhelp.options[document.kdhelp.kdhelp.selectedIndex].value;
+			f1=open("wissen.php?kdhelp=1&m="+id,"Wissen","width=750, height=600, left=50, top=50, scrollbars=yes");
+			document.kdhelp.kdhelp.selectedIndex=0;
+		}
 	//-->
 	</script>
 	</head>
 <body onLoad="submenu('{kdview}');">
 <p class="listtop">Detailansicht <span title="Wichtige Mitteilung">{Cmsg}&nbsp;</span></p>
-<div style="position:absolute; top:44px; left:10px;  width:770px;">
+<form name="kdhelp">
(Continue reading)

SVN commit mailer | 5 Sep 2006 10:11
Picon
Favicon
Gravatar

r1225 - trunk/crm/unstable/inc

Author: hlindemann
Date: 2006-09-05 10:11:01 +0200 (Tue, 05 Sep 2006)
New Revision: 1225

Modified:
   trunk/crm/unstable/inc/crmLib.php
Log:
Wissens-db als Kundenhilfe

Modified: trunk/crm/unstable/inc/crmLib.php
===================================================================
--- trunk/crm/unstable/inc/crmLib.php	2006-09-05 08:10:16 UTC (rev 1224)
+++ trunk/crm/unstable/inc/crmLib.php	2006-09-05 08:11:01 UTC (rev 1225)
 <at>  <at>  -1817,15 +1817,34  <at>  <at> 
 	return $data["id"];
 }

-function getWCategorie() {
+function getWPath($id) {
 global $db;
-	$sql="select * from wissencategorie order by hauptgruppe,name";
+	$sql="select * from wissencategorie where id = $id";
 	$rs=$db->getAll($sql);
+	if ($rs) {
+		$pfad=$rs[0]["id"];
+		if ($rs[0]["hauptgruppe"]==0) return $pfad;
+	}
+	while ($rs and $rs[0]["hauptgruppe"]>0) {
+		$sql="select * from wissencategorie where id = ".$rs[0]["hauptgruppe"];
+		$rs=$db->getAll($sql);
(Continue reading)

SVN commit mailer | 5 Sep 2006 10:13
Picon
Favicon
Gravatar

r1226 - trunk/crm/unstable/css

Author: hlindemann
Date: 2006-09-05 10:13:11 +0200 (Tue, 05 Sep 2006)
New Revision: 1226

Modified:
   trunk/crm/unstable/css/tabcontent.css
Log:
Kleinigkeiten

Modified: trunk/crm/unstable/css/tabcontent.css
===================================================================
--- trunk/crm/unstable/css/tabcontent.css	2006-09-05 08:11:01 UTC (rev 1225)
+++ trunk/crm/unstable/css/tabcontent.css	2006-09-05 08:13:11 UTC (rev 1226)
 <at>  <at>  -3,7 +3,8  <at>  <at> 
 margin-left: 0;
 margin-top: 2px;
 margin-bottom: 0;
-font: bold 12px Verdana;
+font-weight:bold;
+font-size:12px;
 list-style-type: none;
 text-align: left; /*set to left, center, or right to align the menu as desired*/
 }
 <at>  <at>  -58,7 +59,8  <at>  <at> 
 margin-left: 0;
 margin-top: 1px;
 margin-bottom: 0;
-font: bold 10px Verdana;
+font-weight:500;
+font-size:smaller;
(Continue reading)

SVN commit mailer | 5 Sep 2006 13:37
Picon
Favicon
Gravatar

r1227 - trunk/crm/unstable

Author: hlindemann
Date: 2006-09-05 13:37:11 +0200 (Tue, 05 Sep 2006)
New Revision: 1227

Modified:
   trunk/crm/unstable/getCall.php
Log:
Fehler wenn noch keine Eintr?\195?\164ge vorhanden

Modified: trunk/crm/unstable/getCall.php
===================================================================
--- trunk/crm/unstable/getCall.php	2006-09-05 08:13:11 UTC (rev 1226)
+++ trunk/crm/unstable/getCall.php	2006-09-05 11:37:11 UTC (rev 1227)
 <at>  <at>  -127,7 +127,11  <at>  <at> 
 	$t->set_block("cont","Selectbox3","Block4");
 	if ($Q<>"XX")	{
 		$thread=getAllTelCall(($pid)?$pid:$fid,($Q=="C" || $Q=="V"),0,-1); // Liste Verschieben
-		$thread=array_merge(array("id"=>"0"),$thread);
+		if ($thread) {
+			$thread=array_merge(array("id"=>"0"),$thread);
+		} else {
+			$thread=array(array("id"=>"0"),array("id"=>"$id"));
+		}
 	} else {
 		$thread=array(array("id"=>"0"),array("id"=>"$id"));
 	}

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
(Continue reading)


Gmane