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
|
||||
Reference in New Issue
Block a user