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:
16
templates/Sparkle/admin/update/index.tpl
vendored
Normal file
16
templates/Sparkle/admin/update/index.tpl
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
$header
|
||||
<header>
|
||||
<h2>{$lng['update']['update']}</h2>
|
||||
</header>
|
||||
<article>
|
||||
<form action="{$linker->getLink(array('section' => 'updates'))}" method="post">
|
||||
{$update_information}
|
||||
<p class="submit">
|
||||
<input type="hidden" name="s" value="$s"/>
|
||||
<input type="hidden" name="page" value="$page"/>
|
||||
<input type="hidden" name="send" value="send" />
|
||||
<input type="submit" value="{$lng['update']['proceed']}" />
|
||||
</p>
|
||||
</form>
|
||||
</article>
|
||||
$footer
|
||||
12
templates/Sparkle/admin/update/noupdatesavail.tpl
vendored
Normal file
12
templates/Sparkle/admin/update/noupdatesavail.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="successcontainer bradius">
|
||||
<div class="successtitle">{$lng['update']['update']}</div>
|
||||
<div class="success">$success_message
|
||||
<if $redirect_url != ''>
|
||||
<br /><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}
|
||||
</if>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
6
templates/Sparkle/admin/update/preconfigitem.tpl
vendored
Normal file
6
templates/Sparkle/admin/update/preconfigitem.tpl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="preconfigitem">
|
||||
<p>
|
||||
<span class="preconfdesc">{$description}</span>
|
||||
{$question}
|
||||
</p>
|
||||
</div>
|
||||
6
templates/Sparkle/admin/update/update_end.tpl
vendored
Normal file
6
templates/Sparkle/admin/update/update_end.tpl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<p class="submit">
|
||||
<a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</a>
|
||||
</p>
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
6
templates/Sparkle/admin/update/update_start.tpl
vendored
Normal file
6
templates/Sparkle/admin/update/update_start.tpl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>{$lng['update']['update']}</h2>
|
||||
</header>
|
||||
<section "update_progess">
|
||||
Reference in New Issue
Block a user