* change for task #2049.

This commit is contained in:
wangyidong
2014-10-27 03:17:30 +00:00
parent a666401310
commit 6bc987d4a2
2 changed files with 7 additions and 5 deletions

View File

@@ -16,11 +16,13 @@
<span class='prefix' title='EXTENSION'><?php echo html::icon($lang->icons['extension']);?></span>
</div>
</div>
<div class='text-center with-padding'>
<h3 class='mgb-20'><?php echo $title;?></h3>
<div class='with-padding'>
<h3 class='mgb-20 text-center'><?php echo $title;?></h3>
<?php if($removeCommands):?>
<p><strong><?php echo $lang->extension->unremovedFiles;?></strong></p>
<p><?php echo join($removeCommands, '<br />');?></p>
<div class='container mw-500px'>
<p><strong><?php echo $lang->extension->unremovedFiles;?></strong></p>
<code><?php echo join($removeCommands, '<br />');?></code>
</div>
<?php endif;?>
<hr>
<p><?php echo html::commonButton($lang->extension->viewDeactivated, 'onclick=parent.location.href="' . inlink('browse', 'type=deactivated') . '"');?></p>