File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 9090 ),
9191 'destination ' => array (
9292 'datatype ' => 'VARCHAR ' ,
93- 'formtype ' => 'SELECT ' ,
93+ 'formtype ' => 'TEXT ' ,
9494 'default ' => '' ,
95+ /*
9596 'datasource' => array ( 'type' => 'SQL',
9697 'querystring' => 'SELECT email FROM mail_user WHERE {AUTHSQL} ORDER BY email',
9798 'keyfield' => 'email',
9899 'valuefield' => 'email'
99100 ),
101+ */
100102 'validators ' => array ( 0 => array ( 'type ' => 'ISEMAIL ' ,
101103 'errmsg ' => 'destination_error_isemail ' ),
102104 ),
Original file line number Diff line number Diff line change 11<?php
22$wb['domain_txt'] = 'Domain';
3- $wb['destination_txt'] = 'Ziel';
3+ $wb['destination_txt'] = 'Ziel Email ';
44$wb['active_txt'] = 'Aktiv';
55$wb['domain_error_unique'] = 'Es besteht bereits ein Catchall-Eintrag für diese Domain.';
66$wb['no_domain_perm'] = 'Sie haben keine Berechtigung für diese Domain.';
77$wb['domain_error_regex'] = 'Ungültiger Domainname oder ungültige Zeichen im Domainnamen.';
88$wb['limit_mailcatchall_txt'] = 'Die maximale Anzahl an Catchall-Einträgen für ihr Konto wurde erreicht.';
99$wb["source_txt"] = 'Quelle';
10+ $wb['destination_error_isemail'] = 'Das Ziel ist keine gültige Emailadresse.';
1011?>
Original file line number Diff line number Diff line change 11<?php
22$wb["domain_txt"] = 'Domain';
3- $wb["destination_txt"] = 'Destination';
3+ $wb["destination_txt"] = 'Destination Email ';
44$wb["active_txt"] = 'Active';
55$wb["domain_error_unique"] = "There is already a Catchall record for this domain.";
66$wb["no_domain_perm"] = "You have no permission for this domain.";
77$wb["domain_error_regex"] = 'Invalid domain name od domain contains invalid characters.';
88$wb["limit_mailcatchall_txt"] = 'The max. number of email catchall accounts for your account is reached.';
99$wb['domain_txt'] = 'Domain';
1010$wb["source_txt"] = 'Source';
11+ $wb['destination_error_isemail'] = 'Destination is no valid email address.';
1112?>
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
1414 </ div >
1515 < div class ="ctrlHolder ">
1616 < label for ="destination "> {tmpl_var name='destination_txt'}</ label >
17- < select name ="destination " id ="destination " class ="selectInput ">
18- {tmpl_var name='destination'}
19- </ select >
17+ < input name ="destination " id ="destination " value ="{tmpl_var name='destination'} " size ="30 " maxlength ="255 " type ="text " class ="textInput " />
2018 </ div >
2119 < div class ="ctrlHolder ">
2220 < p class ="label "> {tmpl_var name='active_txt'}</ p >
You can’t perform that action at this time.
0 commit comments