Index: system_logs_system-log.php =================================================================== --- system_logs_system-log.php (revision 0) +++ system_logs_system-log.php (revision 0) @@ -0,0 +1,50 @@ + Array ('refresh', 'delete', 'reset', 'export', 'view', 'dbl-click'), + ); + + // fields to hide + $hidden_fields = Array ( + /*'LogId', 'LogUniqueId', 'LogLevel', 'LogType'*/ + ); + + // virtual fields to hide + $virtual_hidden_fields = Array ( + + ); + + // fields to make required + $required_fields = Array ( + /*'LogId', 'LogUniqueId', 'LogLevel', 'LogType'*/ + ); + + // virtual fields to make required + $virtual_required_fields = Array ( + + ); + + // tabs during editing + $hide_edit_tabs = Array ( + + ); + + // hide columns in grids + $hide_columns = Array ( +// currently not in user +// 'Default' => Array ('LogId', 'LogUniqueId', 'LogLevel', 'LogType'), + ); \ No newline at end of file Property changes on: system_logs_system-log.php ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + LF