We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770b83b commit c0d6a5fCopy full SHA for c0d6a5f
1 file changed
interface/web/sites/list/web_domain.list.php
@@ -47,6 +47,15 @@
47
* Suchfelder
48
*****************************************************/
49
50
+$liste["item"][] = array( 'field' => "domain_id",
51
+ 'datatype' => "INTEGER",
52
+ 'formtype' => "TEXT",
53
+ 'op' => "=",
54
+ 'prefix' => "",
55
+ 'suffix' => "",
56
+ 'width' => "",
57
+ 'value' => "");
58
+
59
60
$liste["item"][] = array( 'field' => "active",
61
'datatype' => "VARCHAR",
0 commit comments