* adjust the uninstall, activate, deactivate feature.

+ add the site link.
This commit is contained in:
wangchunsheng
2011-04-28 15:46:00 +00:00
parent a32f0571aa
commit 37dca8ae9c
10 changed files with 105 additions and 130 deletions
+5 -12
View File
@@ -16,20 +16,13 @@
<tr>
<td valign='middle'>
<?php
if($return->return == 'fail')
echo "<h3 class='a-center success'>{$header->title}</h3>";
if($removeCommands)
{
echo $return->removeCommands;
}
else
{
echo "<h3 class='a-center success'>{$header->title}</h3>";
if($return->removeCommands)
{
echo "<p class='strong'>{$lang->extension->unremovedFiles}</p>";
echo join($return->removeCommands, '<br />');
}
echo "<p class='a-center'>" . html::commonButton($lang->extension->viewAvailable, 'onclick=parent.location.href="' . inlink('browse', 'type=available') . '"') . '</p>';
echo "<p class='strong'>{$lang->extension->unremovedFiles}</p>";
echo join($removeCommands, '<br />');
}
echo "<p class='a-center'>" . html::commonButton($lang->extension->viewAvailable, 'onclick=parent.location.href="' . inlink('browse', 'type=available') . '"') . '</p>';
?>
</td>
</tr>