fhiiqm/prod_hier.php
changeset 20 5877137431e4
parent 17 f990704af47b
child 24 15f33315f045
--- a/fhiiqm/prod_hier.php	Fri Dec 09 14:33:22 2011 +0100
+++ b/fhiiqm/prod_hier.php	Thu Dec 15 16:42:56 2011 +0100
@@ -38,7 +38,8 @@
 
 <head>
 	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-   	<link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" /> 
+   	<link href="css/db.css" rel="STYLESHEET" type="TEXT/CSS" media="screen" /> 
+   	<link href="css/db_print.css" rel="STYLESHEET" type="TEXT/CSS" media="print" /> 
 
 	<title>Produkthierarchie</title>
 </head>
@@ -141,7 +142,7 @@
     }
     else
     {
-        echo "<p>&nbsp;&nbsp;&nbsp;<a href=\"prod_hier.php\" target=\"_self\" title=\"Produkthierarchie\">neue Suche Produkthierarchie</a></p>\n";    
+        echo "<p class='sc'>&nbsp;&nbsp;&nbsp;<a href=\"prod_hier.php\" target=\"_self\" title=\"Produkthierarchie\">neue Suche Produkthierarchie</a></p>\n";    
         echo "<div align='center'>\n";
         if ($prods['ber'] || $prods['grp'])
         {
@@ -199,9 +200,9 @@
 			echo "<p>Tabelle 'produkt' enthaelt $result Eintraege</p>\n";
 		} */
         echo "</div>\n";
-        echo "<p>&nbsp;&nbsp;&nbsp;<a href=\"prod_hier.php\" target=\"_self\" title=\"Produkthierarchie\">neue Suche Produkthierarchie</a></p>\n";    
+        echo "<p class='sc'>&nbsp;&nbsp;&nbsp;<a href=\"prod_hier.php\" target=\"_self\" title=\"Produkthierarchie\">neue Suche Produkthierarchie</a></p>\n";    
         if (!is_null($_SESSION["recht"]) && in_array("pe",$_SESSION["recht"]))
-            echo "<p>&nbsp;&nbsp;&nbsp;<a href=\"produkt_ins.php\" target=\"_self\" title=\"Produkt erfassen\">Produkt erfassen</a></p>\n";    
+            echo "<p class='sc'>&nbsp;&nbsp;&nbsp;<a href=\"produkt_ins.php\" target=\"_self\" title=\"Produkt erfassen\">Produkt erfassen</a></p>\n";    
     }
 
 ?>