* rewrite the ui code.
This commit is contained in:
@@ -10,24 +10,21 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<style>body{background:white}</style>
|
||||
<div class='yui-d0' style='margin-top:50px'>
|
||||
<table align='center' class='table-5 f-14px'>
|
||||
<caption><?php echo $lang->upgrade->$result;?></caption>
|
||||
<tr>
|
||||
<td>
|
||||
<?php
|
||||
if($result == 'fail')
|
||||
{
|
||||
echo nl2br(join('\n', $errors));
|
||||
}
|
||||
else
|
||||
{
|
||||
echo html::linkButton($lang->upgrade->tohome, 'index.php');
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<table align='center' class='table-5 f-14px'>
|
||||
<caption><?php echo $lang->upgrade->$result;?></caption>
|
||||
<tr>
|
||||
<td>
|
||||
<?php
|
||||
if($result == 'fail')
|
||||
{
|
||||
echo nl2br(join('\n', $errors));
|
||||
}
|
||||
else
|
||||
{
|
||||
echo html::linkButton($lang->upgrade->tohome, 'index.php');
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user