* adjust style of extension.

This commit is contained in:
wangyidong
2014-08-25 08:06:06 +00:00
parent 4cabf8b6c6
commit 379e43bef9
2 changed files with 7 additions and 6 deletions
+5 -3
View File
@@ -23,9 +23,11 @@
</div>
</div>
<?php if($error):?>
<div class='panel panel-body text-center'>
<h5 class='text-danger'><?php sprintf($lang->extension->installFailed, $installType);?></h5>
<p class='text-danger'><?php echo $error;?></p>
<div class='panel panel-body text-left'>
<div class='container mw-500px'>
<h5 class='text-danger'><?php sprintf($lang->extension->installFailed, $installType);?></h5>
<p class='text-danger'><?php echo $error;?></p>
</div>
<hr>
<?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href');?>
</div>