From 78c0adad261b593fbf5636da8374d20673ef3b5a Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Tue, 27 Mar 2012 18:08:59 +0200 Subject: [PATCH] Fixes: #725 changing the sentence at the end of setup of fusiondirectory --- setup/class_setupStep_Finish.inc | 5 +---- setup/setup_finish.tpl | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/setup/class_setupStep_Finish.inc b/setup/class_setupStep_Finish.inc index 154f4856d..434a838eb 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 3bd5c27ec..925e31669 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> -- GitLab