* Fix bug.

This commit is contained in:
leiyong
2020-11-27 13:46:33 +08:00
parent 79b2e6c830
commit 4b13262a15
4 changed files with 24 additions and 13 deletions
@@ -83,7 +83,13 @@
<?php $i ++; $memberCount ++;?>
<?php endfor;?>
</tbody>
<tfoot><tr><td colspan='6' class='text-center form-actions'><?php echo html::submitButton() . ' ' . html::a($this->createLink('program', 'PRJBrowse', '', '', '', $project->id), $lang->goback, '', 'class="btn btn-back btn-wide"');?></td></tr></tfoot>
<tfoot>
<tr>
<td colspan='6' class='text-center form-actions'>
<?php echo html::submitButton() . html::backButton();?>
</td>
</tr>
</tfoot>
</table>
<?php js::set('i', $i);?>
</form>