* finish task #4892.

This commit is contained in:
wangyidong
2018-09-19 16:00:38 +08:00
parent 8a19206927
commit 1148ff0f7c
144 changed files with 157 additions and 251 deletions

View File

@@ -28,7 +28,7 @@
<form method='post' target='hiddenwin' enctype='multipart/form-data' style='padding: 20px 20%'>
<div class='input-group'>
<input type='file' name='file' class='form-control' />
<span class='input-group-btn'><?php echo html::submitButton($lang->extension->install);?></span>
<span class='input-group-btn'><?php echo html::submitButton($lang->extension->install, '', 'btn btn-primary');?></span>
</div>
</form>
<?php endif;?>