5 <form method="post" action="ct.pl" name="Form">
7 <input type="hidden" name="db" value="[% db | html %]">
9 <div class="listtop">[% 'Contacts' | $T8 %]</div>
13 <th align="right" nowrap>[% 'Name' | $T8 %]</th>
14 <td><input name="filter.cp_name" size="35"></td>
17 <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
18 <td><input name="filter.cp_greeting" size="35"></td>
21 <th align="right" nowrap>[% 'Title' | $T8 %]</th>
22 <td><input name="filter.cp_title" size="35"></td>
25 <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
26 <td><input name="filter.cp_email" size="35"></td>
29 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
30 <td><input name="filter.cp_abteilung" size="35"></td>
33 <th align="right" nowrap>[% 'Project' | $T8 %]</th>
34 <td><input name="filter.cp_project" size="35"></td>
37 [% CUSTOM_VARIABLES_FILTER_CODE %]
42 <input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
43 <input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
44 <input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
49 <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
54 <input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
55 <label for="l_cp_id">[% 'ID' | $T8 %]</label>
58 <input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
59 <label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
62 <input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
63 <label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
69 <input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
70 <label for="l_cp_name">[% 'Name' | $T8 %]</label>
73 <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
74 <label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
79 <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
80 <label for="l_cp_street">[% 'Street' | $T8 %]</label>
83 <input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" class="checkbox" value="Y">
84 <label for="l_cp_zipcode">[% 'Zipcode' | $T8 %]</label>
87 <input name="l.cp_city" id="l_cp_city" type="checkbox" class="checkbox" value="Y">
88 <label for="l_cp_city">[% 'City' | $T8 %]</label>
93 <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
94 <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
97 <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
98 <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
101 <td>[%- L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), class='checkbox', checked=1) %]</td>
105 <td>[%- L.checkbox_tag('l.cp_fax', value='Y', label=LxERP.t8('Fax'), class='checkbox') %]</td>
106 <td>[%- L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-mail'), class='checkbox', checked=1) %]</td>
107 <td>[%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %]</td>
112 <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
113 <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
116 <td>[% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position'), class='checkbox') %]</td>
121 <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
122 <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
126 <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
127 <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
131 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
138 <input type="hidden" name="nextsub" value="list_contacts">
140 <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">