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:
Michael Kaufmann (d00p)
2013-10-01 15:21:35 +02:00
parent ecdb9ddbdc
commit 38a53e49fd
390 changed files with 7923 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="" />&nbsp;
{$configfiles[$distribution]['label']}&nbsp;&raquo;&nbsp;
{$configfiles[$distribution]['services'][$service]['label']}&nbsp;&raquo;&nbsp;
{$configfiles[$distribution]['services'][$service]['daemons'][$daemon]['label']}&nbsp;
[<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page, 'distribution' => $distribution, 'service' => $service))}">{$lng['panel']['back']}</a>]
</h2>
</header>
<section class="fullform bradiusodd">
<table class="formtable">
{$configpage}
<if $restart != ''>
<tr>
<td>{$lng['admin']['configfiles']['restart']}<br /><br />
<textarea class="textarea_border" rows="3" cols="70" readonly="readonly">$restart</textarea></td>
</tr>
</if>
</table>
<br /><br />
</section>
</article>
$footer