@@ -55,27 +55,27 @@ <h2><tmpl_var name="list_head_txt"></h2>
5555 </ div >
5656 < div class ="ctrlHolder ">
5757 < label for ="pm_max_children "> {tmpl_var name='pm_max_children_txt'}</ label >
58- < input name ="pm_max_children " id ="pm_max_children " value ="{tmpl_var name='pm_max_children'} " size ="3 " maxlength ="3 " type ="text " class ="textInput formLengthLimit " />
58+ < input name ="pm_max_children " id ="pm_max_children " value ="{tmpl_var name='pm_max_children'} " size ="6 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " />
5959 </ div >
6060 < div class ="ctrlHolder pm_dynamic ">
6161 < label for ="pm_start_servers "> {tmpl_var name='pm_start_servers_txt'}</ label >
62- < input name ="pm_start_servers " id ="pm_start_servers " value ="{tmpl_var name='pm_start_servers'} " size ="3 " maxlength ="3 " type ="text " class ="textInput formLengthLimit " />
62+ < input name ="pm_start_servers " id ="pm_start_servers " value ="{tmpl_var name='pm_start_servers'} " size ="6 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " />
6363 </ div >
6464 < div class ="ctrlHolder pm_dynamic ">
6565 < label for ="pm_min_spare_servers "> {tmpl_var name='pm_min_spare_servers_txt'}</ label >
66- < input name ="pm_min_spare_servers " id ="pm_min_spare_servers " value ="{tmpl_var name='pm_min_spare_servers'} " size ="3 " maxlength ="3 " type ="text " class ="textInput formLengthLimit " />
66+ < input name ="pm_min_spare_servers " id ="pm_min_spare_servers " value ="{tmpl_var name='pm_min_spare_servers'} " size ="6 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " />
6767 </ div >
6868 < div class ="ctrlHolder pm_dynamic ">
6969 < label for ="pm_max_spare_servers "> {tmpl_var name='pm_max_spare_servers_txt'}</ label >
70- < input name ="pm_max_spare_servers " id ="pm_max_spare_servers " value ="{tmpl_var name='pm_max_spare_servers'} " size ="3 " maxlength ="3 " type ="text " class ="textInput formLengthLimit " />
70+ < input name ="pm_max_spare_servers " id ="pm_max_spare_servers " value ="{tmpl_var name='pm_max_spare_servers'} " size ="6 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " />
7171 </ div >
7272 < div class ="ctrlHolder pm_ondemand ">
7373 < label for ="pm_process_idle_timeout "> {tmpl_var name='pm_process_idle_timeout_txt'}</ label >
74- < input name ="pm_process_idle_timeout " id ="pm_process_idle_timeout " value ="{tmpl_var name='pm_process_idle_timeout'} " size ="3 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " /> s
74+ < input name ="pm_process_idle_timeout " id ="pm_process_idle_timeout " value ="{tmpl_var name='pm_process_idle_timeout'} " size ="6 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " /> s
7575 </ div >
7676 < div class ="ctrlHolder ">
7777 < label for ="pm_max_requests "> {tmpl_var name='pm_max_requests_txt'}</ label >
78- < input name ="pm_max_requests " id ="pm_max_requests " value ="{tmpl_var name='pm_max_requests'} " size ="3 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " />
78+ < input name ="pm_max_requests " id ="pm_max_requests " value ="{tmpl_var name='pm_max_requests'} " size ="6 " maxlength ="6 " type ="text " class ="textInput formLengthLimit " />
7979 </ div >
8080 </ div >
8181 < div class ="ctrlHolder php ">
0 commit comments