From: Joey Schulze Date: Wed, 24 Feb 2010 18:07:23 +0000 (+0100) Subject: New table for menu structure X-Git-Tag: 2010-06-02_customer~232 X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=commitdiff_plain;h=6bc02e443e7d9ff5b43a19c2f7b32d67e152758b New table for menu structure --- diff --git a/masks/sys_menu.php b/masks/sys_menu.php new file mode 100644 index 0000000..f754e8a --- /dev/null +++ b/masks/sys_menu.php @@ -0,0 +1,33 @@ + 'sys_menu', + 'list' => array( + 'id' => array( + 'name' => 'ID', + 'visible' => false, + ), + 'name' => array( + 'name' => 'Name', + 'width' => 150, + ), + 'priority' => array( + 'name' => 'Priorität', + 'width' => 30, + 'type' => 'number', + 'specs' => "ClassName: 'alignright'", + ), + 'sys_user' => array( + 'name' => 'Edit', + 'width' => 50, + ), + 'sys_edit' => array( + 'name' => 'Datum', + 'width' => 80, + 'type' => 'date', + ), + ), + 'rows' => 20, + ); + +?>