tbrehm
2010-07-29 b3248e6cb15472e4e1edd89e0c6af438dc639670
Fixed issues with the client_id search in the clients and reseller form.
3 files modified
20 ■■■■■ changed files
interface/web/client/list/client.list.php 9 ●●●●● patch | view | raw | blame | history
interface/web/client/list/reseller.list.php 9 ●●●●● patch | view | raw | blame | history
interface/web/client/templates/resellers_list.htm 2 ●●● patch | view | raw | blame | history
interface/web/client/list/client.list.php
@@ -47,6 +47,15 @@
* Suchfelder
*****************************************************/
$liste["item"][] = array(    'field'        => "client_id",
                            'datatype'    => "INTEGER",
                            'formtype'    => "TEXT",
                            'op'        => "=",
                            'prefix'    => "",
                            'suffix'    => "",
                            'width'        => "",
                            'value'        => "");
$liste["item"][] = array(    'field'        => "company_name",
                            'datatype'    => "VARCHAR",
                            'formtype'    => "TEXT",
interface/web/client/list/reseller.list.php
@@ -47,6 +47,15 @@
* Suchfelder
*****************************************************/
$liste["item"][] = array(    'field'        => "client_id",
                            'datatype'    => "INTEGER",
                            'formtype'    => "TEXT",
                            'op'        => "=",
                            'prefix'    => "",
                            'suffix'    => "",
                            'width'        => "",
                            'value'        => "");
$liste["item"][] = array(    'field'        => "company_name",
                            'datatype'    => "VARCHAR",
                            'formtype'    => "TEXT",
interface/web/client/templates/resellers_list.htm
@@ -31,7 +31,7 @@
            <td class="tbl_col_contact_name"><input type="text" name="search_contact_name" value="{tmpl_var name='search_contact_name'}" style="width:120px;" /></td>
            <td class="tbl_col_city"><input type="text" name="search_city" value="{tmpl_var name='search_city'}" style="width:120px;" /></td>
            <td class="tbl_col_country"><input type="text" name="search_country" value="{tmpl_var name='search_country'}" style="width:30px;" /></td>
            <td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','client/client_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td>
            <td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','client/reseller_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td>
          </tr>
        </thead>
        <tbody>