* finish task #4932.

This commit is contained in:
wangyidong
2018-09-26 14:19:30 +08:00
parent e9282d1410
commit 9401b9b250
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<p class='text-danger'><?php echo $error;?></p>
</div>
<hr>
<?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href');?>
<?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href', 'btn btn-primary');?>
</div>
<?php elseif(isset($license)):?>
<div class='text-left'>
+1 -2
View File
@@ -20,9 +20,8 @@
<div class='text-left'>
<div class='container mw-500px'>
<p class='text-danger'><?php echo $error;?></p>
<?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href', 'btn btn-primary');?>
</div>
<hr class='small'>
<?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href');?>
</div>
<?php else:?>
<form method='post' target='hiddenwin' enctype='multipart/form-data' style='padding: 20px 20%'>
+1 -1
View File
@@ -25,7 +25,7 @@
<div class='content'>
<h3><?php echo $lang->extension->waringInstall;?></h3>
<p><?php echo $error;?></p>
<p class='text-center'><?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href');?></p>
<p class='text-center'><?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href', 'btn btn-primary');?></p>
</div>
</div>
<?php endif;?>