Code

Added translation tags to property description.
[gosa.git] / gosa-core / 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>
9       {if $webgroup == ""}
10 {t}Depending on the user name your webserver is running on:{/t}
11 <tt>
12 <pre> chown root:www-data {$CONFIG_DIR}/{$CONFIG_FILE}
13  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
15 or
17  chown root:apache {$CONFIG_DIR}/{$CONFIG_FILE}
18  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
19 </pre>
20 {else}
21 <pre>
22  chown root:{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
23  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
24 </pre>
25 {/if} 
26         </tt>
27         <p>     
28                 <button type='submit' name='getconf'>{t}Download configuration{/t}</button>
30         </p>
31                 {if $err_msg != ""}
32                         <hr>
33                         <br>
34                         {t}Status: {/t}
35                         <a style='color:red ; font-weight:bold '>{$err_msg}</a>
36                 {/if}
38 </div>
39 <input type='hidden' value='1' name='step8_posted'>