File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ <h2><tmpl_var name="list_head_txt"></h2>
2626 < th class ="tbl_col_country " scope ="col "> </ th >
2727 </ tr >
2828 < tr >
29- < td class ="tbl_col_client_id "> < input type ="text " name ="search_client_id " value ="{tmpl_var name='search_client_id'} " /> </ td >
30- < td class ="tbl_col_company_name "> < input type ="text " name ="search_company_name " value ="{tmpl_var name='search_company_name'} " /> </ td >
31- < td class ="tbl_col_contact_name "> < input type ="text " name ="search_contact_name " value ="{tmpl_var name='search_contact_name'} " /> </ td >
32- < td class ="tbl_col_city "> < input type ="text " name ="search_city " value ="{tmpl_var name='search_city'} " /> </ td >
33- < td class ="tbl_col_country "> < input type ="text " name ="search_country " value ="{tmpl_var name='search_country'} " /> </ td >
29+ < td class ="tbl_col_client_id "> < input type ="text " name ="search_client_id " value ="{tmpl_var name='search_client_id'} " style =" width:30px; " /> </ td >
30+ < td class ="tbl_col_company_name "> < input type ="text " name ="search_company_name " value ="{tmpl_var name='search_company_name'} " style =" width:120px; " /> </ td >
31+ < td class ="tbl_col_contact_name "> < input type ="text " name ="search_contact_name " value ="{tmpl_var name='search_contact_name'} " style =" width:120px; " /> </ td >
32+ < td class ="tbl_col_city "> < input type ="text " name ="search_city " value ="{tmpl_var name='search_city'} " style =" width:120px; " /> </ td >
33+ < td class ="tbl_col_country "> < input type ="text " name ="search_country " value ="{tmpl_var name='search_country'} " style =" width:30px; " /> </ td >
3434 < 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 >
3535 </ tr >
3636 </ thead >
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ <h2><tmpl_var name="list_head_txt"></h2>
2626 < th class ="tbl_col_country " scope ="col "> </ th >
2727 </ tr >
2828 < tr >
29- < td class ="tbl_col_client_id "> < input type ="text " name ="search_client_id " value ="{tmpl_var name='search_client_id'} " /> </ td >
30- < td class ="tbl_col_company_name "> < input type ="text " name ="search_company_name " value ="{tmpl_var name='search_company_name'} " /> </ td >
31- < td class ="tbl_col_contact_name "> < input type ="text " name ="search_contact_name " value ="{tmpl_var name='search_contact_name'} " /> </ td >
32- < td class ="tbl_col_city "> < input type ="text " name ="search_city " value ="{tmpl_var name='search_city'} " /> </ td >
33- < td class ="tbl_col_country "> < input type ="text " name ="search_country " value ="{tmpl_var name='search_country'} " /> </ td >
34- < 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 >
29+ < td class ="tbl_col_client_id "> < input type ="text " name ="search_client_id " value ="{tmpl_var name='search_client_id'} " style =" width:30px; " /> </ td >
30+ < td class ="tbl_col_company_name "> < input type ="text " name ="search_company_name " value ="{tmpl_var name='search_company_name'} " style =" width:120px; " /> </ td >
31+ < td class ="tbl_col_contact_name "> < input type ="text " name ="search_contact_name " value ="{tmpl_var name='search_contact_name'} " style =" width:120px; " /> </ td >
32+ < td class ="tbl_col_city "> < input type ="text " name ="search_city " value ="{tmpl_var name='search_city'} " style =" width:120px; " /> </ td >
33+ < td class ="tbl_col_country "> < input type ="text " name ="search_country " value ="{tmpl_var name='search_country'} " style =" width:30px; " /> </ td >
34+ < 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 >
3535 </ tr >
3636 </ thead >
3737 < tbody >
Original file line number Diff line number Diff line change 1+
12< h1 > < tmpl _var name ="welcome_user "> </ h1 >
23
34< div class ="panel panel_dashboard ">
@@ -26,11 +27,14 @@ <h1><tmpl_var name="welcome_user"></h1>
2627 </ div >
2728 < p > </ p >
2829 < h2 > {tmpl_var name='available_modules_txt'}</ h2 >
30+ < div style ="width:700px; ">
2931 < tmpl _loop name ='modules '>
3032 < div class ="dashboard-modules {tmpl_var name='modules_name'} ">
3133 < a href ="# " onclick ="capp('{tmpl_var name='modules_name'}') ">
3234 {tmpl_var name='modules_title'}
3335 </ a >
3436 </ div >
3537 </ tmpl _loop>
38+ </ div >
3639</ div >
40+
You can’t perform that action at this time.
0 commit comments