Marius Cramer
2013-10-14 d9bcf68e395d6156645a7974b1a992aa6e6c00aa
interface/web/monitor/list/log.list.php
@@ -22,7 +22,7 @@
$liste['search_prefix']    = 'search_';
//* Records per page
$liste['records_per_page']    = 15;
$liste['records_per_page']    = "15";
//* Script file for listing
$liste['file']            = 'log_list.php';
@@ -44,7 +44,7 @@
*****************************************************/
$liste["item"][] = array(   'field'      => "tstamp",
                     'datatype'   => "DATE",
                     'datatype'   => "DATETIME",
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "",