Commit 78c0adad authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #725 changing the sentence at the end of setup of fusiondirectory

Showing with 4 additions and 5 deletions
+4 -5
...@@ -107,11 +107,8 @@ class Step_Finish extends setup_step ...@@ -107,11 +107,8 @@ class Step_Finish extends setup_step
$smarty = get_smarty(); $smarty = get_smarty();
$smarty->assign("err_msg",$err_msg); $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); $smarty->assign("cv",$this->parent->captured_values);
return($smarty -> fetch (get_template_path("../setup/setup_finish.tpl"))); return($smarty -> fetch (get_template_path("../setup/setup_finish.tpl")));
......
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
<p> <p>
{$msg2} {$msg2}
</p> </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> <p>
<input type='submit' name='getconf' value='{t}Download configuration{/t}'> <input type='submit' name='getconf' value='{t}Download configuration{/t}'>
</p> </p>
......
  • bmortier @bmortier

    mentioned in issue #281 (closed)

    By bmortier on 2017-09-02T14:41:47 (imported from GitLab)

    ·

    mentioned in issue #281 (closed)

    By bmortier on 2017-09-02T14:41:47 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment