Code

missing hidden input next for navigation
[gosa.git] / ihtml / themes / altlinux / setup_finish.tpl
index 176b99e182927d606f6b27d811937d3af47b0809..ccd0b19bb5f671f10e53108a74c87c38da87675a 100644 (file)
@@ -1,26 +1,32 @@
 <h1>{t}Setup finished{/t}</h1>
 
+{t}Basically the setup is finished. You can check the result of the schema check here and download the autogenerated gosa.conf below.{/t}
+
+<p class="seperator">&nbsp;</p>
+
+<h2>{t}Schema Configuration{/t}</h2>
+<p>{$schemas}</p>
+
+<p class="seperator">&nbsp;</p>
+
+<h2>{t}Configuration File{/t}</h2>
 <p>
  {t}GOsa setup has collected all data needed to create an initial configuration file. Save the the link below as your gosa.conf and place that file in /etc/gosa. Change it as needed.{/t}
 </p>
 
-<p>
- &gt; <b><a target='_new' href='setup.php?getconfig=1'>gosa.conf</a></b>
-</p>
+<input type='submit' name='getconf' value='{t}Download configuration{/t}'>
 
 <p>
  {t}After placing the file under /etc/gosa, place make sure that the webserver user is able to read gosa.conf, while other users shouldn't. You may want to execute these commands to achieve this requirement:{/t}
 </p>
 
-<tt>
-# chown root.{$webgroup} /etc/gosa/gosa.conf<br>
+<pre>
+# chown root.{$webgroup} /etc/gosa/gosa.conf
 # chmod 640 /etc/gosa/gosa.conf
-</tt>
-
-<div style="width:99%; text-align:right;">
- {if $mode ne 'ready'}
- <input type='submit' name='retry' value='{t}Retry{/t}'>
- {else}
- <input type='submit' name='login' value='{t}Sign in{/t}'>
- {/if}
-</div>
+</pre>
+
+<p class="plugbottom">
+  <input type="hidden" name="next" value="6">
+  <input type='submit' name='back' value='{t}Back{/t}'>
+  <input type='submit' name='retry' value='{t}Retry{/t}'>
+</p>