Code

Moved get_post function from setup to include.inc
[gosa.git] / setup / setup_finish.tpl
1 <div class='default'>
2         <p>
3                 <b>{t}Create your configuration file{/t}</b>
4         </p>
5         <p>     
6                 {$msg2}
7         </p>
8         <tt>
9         chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}<br>
10         chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
11         </tt>
12         <p>     
13                 <input type='submit' name='getconf' value='{t}Download configuration{/t}'>
14         </p>
15                 {if $err_msg != ""}
16                         <p class="seperator">&nbsp;</p>
17                         <br>
18                         {t}Status: {/t}
19                         <a style='color:red ; font-weight:bold '>{$err_msg}</a>
20                 {/if}
22 </div>
23 <input type='hidden' value='1' name='step8_posted'>