diff --git a/setup/class_setupStep_Finish.inc b/setup/class_setupStep_Finish.inc index 154f4856d90763323c878466d263264e7a93071d..434a838eb02949f81b89192f7e779a06f6204e1b 100644 --- a/setup/class_setupStep_Finish.inc +++ b/setup/class_setupStep_Finish.inc @@ -107,11 +107,8 @@ class Step_Finish extends setup_step $smarty = get_smarty(); $smarty->assign("err_msg",$err_msg); - $smarty->assign("webgroup", $webgroup); - $smarty->assign("CONFIG_DIR",CONFIG_DIR); - $smarty->assign("CONFIG_FILE" , CONFIG_FILE); - $smarty->assign("msg2", sprintf(_("After downloading and placing the file under %s, please make sure that the user the webserver is running with is able to read %s, while other users shouldn't. You may want to execute these commands to achieve this requirement:"),CONFIG_DIR,CONFIG_FILE)); + $smarty->assign("msg2", sprintf(_("After downloading and placing the file under %s, please make sure that the user the webserver is running with is able to read %s, while other users shouldn't."),CONFIG_DIR,CONFIG_FILE)); $smarty->assign("cv",$this->parent->captured_values); return($smarty -> fetch (get_template_path("../setup/setup_finish.tpl"))); diff --git a/setup/setup_finish.tpl b/setup/setup_finish.tpl index 3bd5c27ecfa80107cef3b0a74684baaf465f27c4..925e31669708d4c055af33c78678fc281fbf334d 100644 --- a/setup/setup_finish.tpl +++ b/setup/setup_finish.tpl @@ -5,7 +5,9 @@ <p> {$msg2} </p> - {t}Run <tt>fusiondirectory-setup --check-config</tt> to put the correct rights on the fusiondirectory.conf file.{/t} + {t}Run {/t} + <a style='color:black ; font-weight:bold '> fusiondirectory-setup --check-config</a> + {t}to put the correct right on fusiondirectory.conf{/t} <p> <input type='submit' name='getconf' value='{t}Download configuration{/t}'> </p>