* finish task #4932.
This commit is contained in:
@@ -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'>
|
||||
|
||||
@@ -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%'>
|
||||
|
||||
@@ -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;?>
|
||||
|
||||
Reference in New Issue
Block a user