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:
60
templates/Sparkle/customer/aps/package_status.tpl
vendored
Normal file
60
templates/Sparkle/customer/aps/package_status.tpl
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />
|
||||
{$Xml->name}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<fieldset>
|
||||
<legend>Froxlor - </legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td colspan="2"><strong>$Summary</strong></td>
|
||||
<td style="text-align: center; padding: 10px; background-color:#FFFFFF;"><img src="{$Icon}" alt="{$Xml->name} Icon"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>{$lng['aps']['data']}</strong></td>
|
||||
</tr>
|
||||
$Data
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<if $Row['Status'] == INSTANCE_INSTALL>
|
||||
<form method="get" action="$filename" >
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="stopinstall" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['stopinstall']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $Row['Status'] == INSTANCE_SUCCESS || $Row['Status'] == INSTANCE_ERROR>
|
||||
<form method="get" action="$filename" style="float:left;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="remove" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['uninstall']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $Row['Status'] == INSTANCE_SUCCESS && false == true>
|
||||
<form method="get" action="$filename" style="float:left; padding-left: 5px;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="reconfigure" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['reconfigure']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $Row['Status'] == INSTANCE_TASK_ACTIVE || $Row['Status'] == INSTANCE_UNINSTALL>
|
||||
{$lng['aps']['waitfortask']}
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user