Hide not necessary buttons
authorJoey Schulze <joey@infodrom.org>
Fri, 5 Mar 2010 17:54:48 +0000 (18:54 +0100)
committerJoey Schulze <joey@infodrom.org>
Fri, 5 Mar 2010 17:54:48 +0000 (18:54 +0100)
masks/materialverbrauch.php

index fda62df..e861a1b 100644 (file)
@@ -103,6 +103,10 @@ $mask = array(
                                            'required' => true,
                                            ),
                              ),
+             'buttons' => array(
+                                'save' => false,
+                                'delete' => false,
+                                ),
              'info' => array(
                              'einheit' => array(
                                            'sql' => 'SELECT einheiten.einheit FROM einheiten ' .