File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
interface/web/admin/templates Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ <h2><tmpl_var name="list_head_txt"></h2>
66 < div class ="pnl_formsarea ">
77 < fieldset class ="inlineLabels ">
88 < div class ="ctrlHolder ">
9- < label for ="website_path "> {tmpl_var name='website_path_txt '}</ label >
9+ < label for ="website_path "> {tmpl_var name='website_basedir_txt '}</ label >
1010 < input name ="website_basedir " id ="website_basedir " value ="{tmpl_var name='website_basedir'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
1111 </ div >
12+ < div class ="ctrlHolder ">
13+ < label for ="website_path "> {tmpl_var name='website_path_txt'}</ label >
14+ < input name ="website_path " id ="website_path " value ="{tmpl_var name='website_path'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
15+ </ div >
1216 < div class ="ctrlHolder ">
1317 < label for ="website_symlinks "> {tmpl_var name='website_symlinks_txt'}</ label >
1418 < input name ="website_symlinks " id ="website_symlinks " value ="{tmpl_var name='website_symlinks'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
You can’t perform that action at this time.
0 commit comments