File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'mail_alias';
3+ $wb["email_txt"] = 'email';
4+ $wb["destination_txt"] = 'destination';
5+ $wb["page_txt"] = 'Page';
6+ $wb["page_of_txt"] = 'of';
7+ $wb["page_next_txt"] = 'Next';
8+ $wb["page_back_txt"] = 'Back';
9+ $wb["delete_txt"] = 'Delete';
10+ $wb["filter_txt"] = 'Filter';
11+ ?>
Original file line number Diff line number Diff line change 1+ < form name ="myform " action ="mail_alias_list.php " method ="POST ">
2+ < div class ="frmTextHead "> < tmpl _var name ="list_head_txt "> </ div > < br />
3+ < table width ="100% " border ="0 " cellspacing ="0 " cellpadding ="4 ">
4+ < tr >
5+ < td class ="tblHead "> < tmpl _var name ="email_txt "> </ td >
6+ < td class ="tblHead "> < tmpl _var name ="destination_txt "> </ td >
7+ < td class ="tblHead "> </ td >
8+ </ tr >
9+ < tr >
10+ < td class ="frmText11 "> < input type ="text " name ="search_email " value ="{tmpl_var name='search_email'} " class ="text " /> </ td >
11+ < td class ="frmText11 "> < input type ="text " name ="search_destination " value ="{tmpl_var name='search_destination'} " class ="text " /> </ td >
12+ < td class ="frmText11 " align ="right "> < input name ="Filter " type ="submit " id ="Filter " value ="{tmpl_var name= "filter_txt "}"> </ td >
13+ </ tr >
14+ < tmpl _loop name ="records ">
15+ < tr bgcolor ="{tmpl_var name= "bgcolor "}">
16+ < td class ="frmText11 "> < a href ="mail_alias_edit.php?id={tmpl_var name='id'} " class ="frmText11 "> {tmpl_var name="email"}</ a > </ td >
17+ < td class ="frmText11 "> < a href ="mail_alias_edit.php?id={tmpl_var name='id'} " class ="frmText11 "> {tmpl_var name="destination"}</ a > </ td >
18+ < td class ="frmText11 " align ="right "> [< a href ="javascript: del_record('mail_alias_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}'); " class ="frmText11 "> {tmpl_var name='delete_txt'}</ a > ]</ td >
19+ </ tr >
20+ </ tmpl _loop>
21+
22+ < tr >
23+ < td colspan ="3 " height ="40 " align ="center " class ="tblFooter "> < tmpl _var name ="paging "> </ td >
24+ </ tr >
25+ </ table >
26+ </ form >
You can’t perform that action at this time.
0 commit comments