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

24
templates/Sparkle/admin/aps/infobox.tpl vendored Normal file
View File

@@ -0,0 +1,24 @@
<if $Type == 0>
<div class="warningcontainer bradius">
<div class="warningtitle">{$lng['success']['success']}</div>
<div class="warning">
$Message
</div>
</div>
</if>
<if $Type == 1>
<div class="errorcontainer bradius">
<div class="errortitle">{$lng['error']['error']}</div>
<div class="error">
$Message
</div>
</div>
</if>
<if $Type == 2>
<div class="successcontainer bradius">
<div class="successtitle">{$lng['success']['success']}</div>
<div class="success">
$Message
</div>
</div>
</if>