add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
21
templates/Classic/admin/update/index.tpl
Normal file
21
templates/Classic/admin/update/index.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
$header
|
||||
<form action="$filename" method="post">
|
||||
<input type="hidden" name="s" value="$s"/>
|
||||
<input type="hidden" name="page" value="$page"/>
|
||||
<input type="hidden" name="send" value="send" />
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
|
||||
<tr>
|
||||
<td class="maintitle"><b><img src="images/Classic/title.gif" alt="" /> {$lng['update']['update']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center">{$update_information}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['update']['proceed']}" /></td>
|
||||
</tr>
|
||||
</if>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
13
templates/Classic/admin/update/noupdatesavail.tpl
Normal file
13
templates/Classic/admin/update/noupdatesavail.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
$header
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><b> <img src="images/Classic/title.gif" alt="" /> {$lng['update']['update']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center_noborder"><img src="images/Classic/info.png" alt="" /></td>
|
||||
<td class="field_name">$success_message<if $redirect_url != ''><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</if></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
6
templates/Classic/admin/update/preconfigitem.tpl
Normal file
6
templates/Classic/admin/update/preconfigitem.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="preconfigitem">
|
||||
<p>
|
||||
<span class="preconfdesc">{$description}</span>
|
||||
{$question}
|
||||
</p>
|
||||
</div>
|
||||
10
templates/Classic/admin/update/update_end.tpl
Normal file
10
templates/Classic/admin/update/update_end.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center"><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
8
templates/Classic/admin/update/update_start.tpl
Normal file
8
templates/Classic/admin/update/update_start.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
|
||||
<tr>
|
||||
<td class="maintitle"><b><img src="images/Classic/title.gif" alt="" /> {$lng['update']['update']}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_center">
|
||||
<div class="update_progess">
|
||||
Reference in New Issue
Block a user