change button style

This commit is contained in:
wlx 2013-05-03 01:47:45 +00:00
parent 34f836b551
commit 995abf5db6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<?php endforeach; ?>
<?php endif; ?>
</table>
<input type="submit" value="邀请选中的专家评审《<?php echo $this->md['title'];?>》" onclick="return confirm('是否确定邀请已选择的专家')" />
<input class="btn btn-primary" type="submit" value="邀请选中的专家评审《<?php echo $this->md['title'];?>》" onclick="return confirm('是否确定邀请已选择的专家')" />
</form>
<div class="pagenavi"><?= $this->paginator; ?></div>
</div>