re-work the whole install-process, now templates- and class-based; set Sparkle as default theme; set version to 0.9.29.1-dev4

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-13 10:45:09 +02:00
parent b480a0be57
commit d055c1ca72
19 changed files with 1416 additions and 1214 deletions

View File

@@ -0,0 +1,13 @@
<form action="{$formaction}" method="post">
<fieldset>
<legend>{$this->_lng['install']['welcometext']}</legend>
{$formdata}
<p class="submit">
<input type="hidden" name="check" value="1" />
<input type="hidden" name="language" value="{$language}" />
<input type="hidden" name="installstep" value="1" />
<input class="bottom" type="submit" name="submitbutton" value="{$this->_lng['click_here_to_continue']}" />
</p>
</fieldset>
</form>
<aside>&nbsp;</aside>