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:
58
templates/Sparkle/admin/aps/manage_instances.tpl
vendored
Normal file
58
templates/Sparkle/admin/aps/manage_instances.tpl
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />
|
||||
{$lng['aps']['specialoptions']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td><strong>{$lng['aps']['statistics']}</strong></td>
|
||||
<td>$Statistics</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br /><br />
|
||||
</section>
|
||||
</article>
|
||||
<br /><br />
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />
|
||||
{$lng['aps']['manageinstances']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$lng['aps']['manageinstances']}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align:center;">{$lng['aps']['packagenameandstatus']}</th>
|
||||
<th style="text-align:center;">{$lng['aps']['stopinstall']}</th>
|
||||
<th style="text-align:center;">{$lng['aps']['uninstall']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{$Instances}
|
||||
<td colspan="3"><input class="bottom" type="reset" value="{$lng['panel']['reset']}" /> <input type="submit" name="save" value="{$lng['panel']['save']}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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="$action" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
<br /><br />
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user