fhiiqm/inc/menu.inc.php
changeset 22 aae5b0ecc47b
parent 21 97dba0fe820c
child 23 a382de56a8e4
--- a/fhiiqm/inc/menu.inc.php	Fri Dec 23 15:03:37 2011 +0100
+++ b/fhiiqm/inc/menu.inc.php	Thu Jan 12 11:41:22 2012 +0100
@@ -88,6 +88,17 @@
     	  echo "   </ul>\n
                 </li>\n";
         }	
+        if (is_array($arg) && in_array("l",$arg))
+        {
+          echo "<li>Laser\n
+            	   <ul>\n";
+          if (in_array("lr",$_SESSION["recht"]) || in_array("le",$_SESSION["recht"]))
+            		echo "<li><a href=\"/fhiiqm/laser_flist.php\" target=\"_blank\" title=\"Laserliste\">Laser sortieren, filtern, bearbeiten</a></li>\n";
+          if (in_array("le",$_SESSION["recht"]))
+            		echo "<li><a href=\"/fhiiqm/laser_ed.php\" target=\"_blank\" title=\"Laser erfassen\">Laser erfassen</a></li>\n";
+    	  echo "   </ul>\n
+                </li>\n";
+        }	
         if (is_array($arg) && in_array("s",$arg))
         {
           echo "<li>Stammdaten\n