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:
13
install/templates/dataform2.tpl
Normal file
13
install/templates/dataform2.tpl
Normal 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> </aside>
|
||||
Reference in New Issue
Block a user