@@ -21,27 +21,45 @@ <h1><tmpl_var name="list_head_txt"></h1>
2121 </ div >
2222 < div class ="form-group ">
2323 < label for ="run_min " class ="col-sm-3 control-label "> {tmpl_var name='run_min_txt'}</ label >
24- < div class ="col-sm-9 "> < input type ="text " name ="run_min " id ="run_min " value ="{tmpl_var name='run_min'} " class ="form-control " /> </ div > < p class ="formHint "> e.g. *, */3, 10-20</ p >
24+ < div class ="col-sm-9 ">
25+ < input type ="text " name ="run_min " id ="run_min " value ="{tmpl_var name='run_min'} " class ="form-control " />
26+ < p class ="formHint "> e.g. *, */3, 10-20</ p >
27+ </ div >
2528 </ div >
2629 < div class ="form-group ">
2730 < label for ="run_hour " class ="col-sm-3 control-label "> {tmpl_var name='run_hour_txt'}</ label >
28- < div class ="col-sm-9 "> < input type ="text " name ="run_hour " id ="run_hour " value ="{tmpl_var name='run_hour'} " class ="form-control " /> </ div > < p class ="formHint "> e.g. *, */2, 0, 10-12</ p >
31+ < div class ="col-sm-9 ">
32+ < input type ="text " name ="run_hour " id ="run_hour " value ="{tmpl_var name='run_hour'} " class ="form-control " />
33+ < p class ="formHint "> e.g. *, */2, 0, 10-12</ p >
34+ </ div >
2935 </ div >
3036 < div class ="form-group ">
3137 < label for ="run_mday " class ="col-sm-3 control-label "> {tmpl_var name='run_mday_txt'}</ label >
32- < div class ="col-sm-9 "> < input type ="text " name ="run_mday " id ="run_mday " value ="{tmpl_var name='run_mday'} " class ="form-control " /> </ div > < p class ="formHint "> e.g. *, */4, 1-5</ p >
38+ < div class ="col-sm-9 ">
39+ < input type ="text " name ="run_mday " id ="run_mday " value ="{tmpl_var name='run_mday'} " class ="form-control " />
40+ < p class ="formHint "> e.g. *, */4, 1-5</ p >
41+ </ div >
3342 </ div >
3443 < div class ="form-group ">
3544 < label for ="run_month " class ="col-sm-3 control-label "> {tmpl_var name='run_month_txt'}</ label >
36- < div class ="col-sm-9 "> < input type ="text " name ="run_month " id ="run_month " value ="{tmpl_var name='run_month'} " class ="form-control " /> </ div > < p class ="formHint "> e.g. *, 1-6</ p >
45+ < div class ="col-sm-9 ">
46+ < input type ="text " name ="run_month " id ="run_month " value ="{tmpl_var name='run_month'} " class ="form-control " />
47+ < p class ="formHint "> e.g. *, 1-6</ p >
48+ </ div >
3749 </ div >
3850 < div class ="form-group ">
3951 < label for ="run_wday " class ="col-sm-3 control-label "> {tmpl_var name='run_wday_txt'}</ label >
40- < div class ="col-sm-9 "> < input type ="text " name ="run_wday " id ="run_wday " value ="{tmpl_var name='run_wday'} " class ="form-control " /> </ div > < p class ="formHint "> e.g. *, 0, 1-5</ p >
52+ < div class ="col-sm-9 ">
53+ < input type ="text " name ="run_wday " id ="run_wday " value ="{tmpl_var name='run_wday'} " class ="form-control " />
54+ < p class ="formHint "> e.g. *, 0, 1-5</ p >
55+ </ div >
4156 </ div >
4257 < div class ="form-group ">
4358 < label for ="command " class ="col-sm-3 control-label "> {tmpl_var name='command_txt'}</ label >
44- < div class ="col-sm-9 "> < input type ="text " name ="command " id ="command " value ="{tmpl_var name='command'} " class ="form-control " /> </ div > < p class ="formHint "> {tmpl_var name='command_hint_txt'}</ p >
59+ < div class ="col-sm-9 ">
60+ < input type ="text " name ="command " id ="command " value ="{tmpl_var name='command'} " class ="form-control " />
61+ < p class ="formHint "> {tmpl_var name='command_hint_txt'}</ p >
62+ </ div >
4563 </ div >
4664 < div class ="form-group ">
4765 < label class ="col-sm-3 control-label "> {tmpl_var name='log_output_txt'}</ label >
0 commit comments