welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
42
templates/Sparkle/customer/aps/installer.tpl
vendored
Normal file
42
templates/Sparkle/customer/aps/installer.tpl
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />
|
||||
{$Xml->name}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$Xml->name}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td colspan="2"><strong>{$lng['aps']['install_wizard']}</strong>
|
||||
<if $ErrorMessage != 0>
|
||||
<div class="dataerror">{$lng['aps']['wizard_error']}</div>
|
||||
</if>
|
||||
</td>
|
||||
<td style="text-align: center; padding: 10px; background-color:#FFFFFF;"><img src="{$Icon}" alt="{$Xml->name} Icon"/></td>
|
||||
</tr>
|
||||
$Data
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<input type="submit" value="{$lng['aps']['install']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="display: none;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="install" />
|
||||
<input type="hidden" name="withinput" value="withinput" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user