tbrehm
2013-07-31 615a0a96618fa99e7e452523145d6c0f238d4473
interface/web/admin/form/server_ip.tform.php
@@ -34,9 +34,9 @@
   Tabellendefinition
   Datentypen:
   - INTEGER (Wandelt Ausdrücke in Int um)
   - INTEGER (Wandelt Ausdrücke in Int um)
   - DOUBLE
   - CURRENCY (Formatiert Zahlen nach Währungsnotation)
   - CURRENCY (Formatiert Zahlen nach Währungsnotation)
   - VARCHAR (kein weiterer Format Check)
   - TEXT (kein weiterer Format Check)
   - DATE (Datumsformat, Timestamp Umwandlung)
@@ -54,7 +54,7 @@
   - Wert oder Array
   Hinweis:
   Das ID-Feld ist nicht bei den Table Values einzufügen.
   Das ID-Feld ist nicht bei den Table Values einzufügen.
   
   Search:
   - searchable = 1 or searchable = 2 include the field in the search
@@ -105,7 +105,7 @@
         'formtype'   => 'SELECT',
         'default'   => '',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => "SELECT client_id,CONCAT(contact_name,' :: ',username) as name FROM client WHERE {AUTHSQL} ORDER BY contact_name",
                              'querystring' => "SELECT client_id,CONCAT(IF(client.company_name != '', CONCAT(client.company_name, ' :: '), ''), client.contact_name, ' (', client.username, IF(client.customer_no != '', CONCAT(', ', client.customer_no), ''), ')') as name FROM client WHERE {AUTHSQL} ORDER BY contact_name",
                              'keyfield'=> 'client_id',
                              'valuefield'=> 'name'
                            ),