* change code and add notice.

This commit is contained in:
wangyidong
2015-11-03 16:05:40 +08:00
parent e0a24a8a09
commit b65a72e141
24 changed files with 188 additions and 55 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<form method='post'>
<?php echo html::checkBox('charts', $lang->bug->report->charts, $checkedCharts, '', 'block');?>
<?php echo html::selectAll('', "button", false, 'btn-sm')?>
<?php echo html::submitButton($lang->bug->report->create);?>
<?php echo html::submitButton($lang->bug->report->create, '', "btn-primary btn-sm");?>
</form>
</div>
</div>