* 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
+2 -2
View File
@@ -25,12 +25,12 @@
<?php endforeach;?>
<tr>
<td align='center' colspan="2">
<?php echo html::submitButton($lang->api->submit, '', 'btn btn-primary btn-wide')?>
<?php echo html::submitButton($lang->api->submit)?>
</td>
</tr>
</table>
<?php else:?>
<?php echo html::hidden('noparam', '0') . $lang->api->noParam . html::submitButton($lang->api->submit, '', 'btn btn-primary btn-wide');?>
<?php echo html::hidden('noparam', '0') . $lang->api->noParam . html::submitButton($lang->api->submit);?>
<?php endif;?>
<?php if($method->post) echo "<p>{$lang->api->post}</p>"?>
</form>