| | |
| | | $liste["search_prefix"] = "search_"; |
| | | |
| | | // Records per page |
| | | $liste["records_per_page"] = 15; |
| | | $liste["records_per_page"] = "15"; |
| | | |
| | | // Script File of the list |
| | | $liste["file"] = "user_quota_stats.php"; |
| | |
| | | // Enable auth |
| | | $liste["auth"] = "yes"; |
| | | |
| | | // mark columns for php sorting (no real mySQL columns) |
| | | $liste["phpsort"] = array('used_sort', 'files'); |
| | | |
| | | |
| | | /***************************************************** |
| | | * Suchfelder |
| | |
| | | |
| | | $liste["item"][] = array( 'field' => "domain", |
| | | 'datatype' => "VARCHAR", |
| | | 'filters' => array( 0 => array( 'event' => 'SHOW', |
| | | 'type' => 'IDNTOUTF8') |
| | | ), |
| | | 'formtype' => "TEXT", |
| | | 'op' => "like", |
| | | 'prefix' => "%", |