File tree Expand file tree Collapse file tree 6 files changed +4
-22
lines changed
Expand file tree Collapse file tree 6 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 6161*/
6262
6363$ form ['title ' ] = 'interface_head_txt ' ;
64- $ form ['description ' ] = 'interface_desc_txt ' ;
64+ //* $form['description'] = 'interface_desc_txt';
6565$ form ['name ' ] = 'interface ' ;
6666$ form ['action ' ] = 'interface_settings.php ' ;
6767$ form ['db_table ' ] = 'sys_user ' ;
Original file line number Diff line number Diff line change 6161*/
6262
6363$ form ['title ' ] = 'User Settings ' ;
64- $ form ['description ' ] = 'Form to edit the user password and language. ' ;
64+ //* $form['description'] = 'Form to edit the user password and language.';
6565$ form ['name ' ] = 'usersettings ' ;
6666$ form ['action ' ] = 'user_settings.php ' ;
6767$ form ['db_table ' ] = 'sys_user ' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ <h1><tmpl_var name="list_head_txt">Import DNS records from Tupa PowerDNS control
22< p > < tmpl _var name ="list_desc_txt "> </ p >
33
44
5- < legend > PowerDNS Tupa import</ legend >
65 < div class ="form-group ">
76 < label class ="col-sm-3 control-label " for ="dbhost "> Tupa database hostname</ label >
87 < div class ="col-sm-9 "> < input class ="form-control " type ="text " id ="dbhost " value ="{tmpl_var name='dbhost'} " name ="dbhost " /> </ div >
Original file line number Diff line number Diff line change 1- < div class ='page-header '>
2- < h1 > < tmpl _var name ="page_head_txt "> </ h1 >
3- </ div >
4- < p > < tmpl _var name ="page_desc_txt "> </ p >
5-
6-
7-
81 <!-- TODO: If user theme change is activated -->
92 < div class ="form-group ">
103 < label for ="app_theme " class ="col-sm-3 control-label "> {tmpl_var name='app_theme_txt'}</ label >
@@ -26,4 +19,4 @@ <h1><tmpl_var name="page_head_txt"></h1>
2619 < div class ="clear "> < div class ="right ">
2720 < button class ="btn btn-default formbutton-success " type ="button " value ="{tmpl_var name='btn_save_txt'} " data-submit-form ="pageForm " data-form-action ="tools/interface_settings.php "> {tmpl_var name='btn_save_txt'}</ button >
2821 < button class ="btn btn-default formbutton-default " type ="button " value ="{tmpl_var name='btn_cancel_txt'} " data-load-content ="tools/index.php "> {tmpl_var name='btn_cancel_txt'}</ button >
29- </ div > </ div >
22+ </ div > </ div >
Original file line number Diff line number Diff line change 1- < div class ='page-header '>
2- < h1 > < tmpl _var name ="list_head_txt "> </ h1 >
3- </ div >
4- < p > < tmpl _var name ="list_desc_txt "> </ p >
5-
61< div class ="form-group ">
72 < label for ="resync_all " class ="col-sm-2 control-label "> {tmpl_var name='resync_all_txt'}</ label >
83 < div class ="col-sm-1 "> < input type ="checkbox " id ="resync_all " value ="1 " name ="resync_all "> </ div >
Original file line number Diff line number Diff line change 1- < div class ='page-header '>
2- < h1 > < tmpl _var name ="list_head_txt "> </ h1 >
3- </ div >
4- < p > < tmpl _var name ="list_desc_txt "> </ p >
5-
61 < div class ="form-group ">
72 < label for ="passwort " class ="col-sm-3 control-label "> {tmpl_var name='password_txt'}</ label >
83 < div class ="col-sm-9 ">
@@ -43,4 +38,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
4338 < div class ="clear "> < div class ="right ">
4439 < button class ="btn btn-default formbutton-success " type ="button " value ="{tmpl_var name='btn_save_txt'} " data-submit-form ="pageForm " data-form-action ="tools/user_settings.php "> {tmpl_var name='btn_save_txt'}</ button >
4540 < button class ="btn btn-default formbutton-default " type ="button " value ="{tmpl_var name='btn_cancel_txt'} " data-load-content ="tools/index.php "> {tmpl_var name='btn_cancel_txt'}</ button >
46- </ div > </ div >
41+ </ div > </ div >
You can’t perform that action at this time.
0 commit comments