* finish task #4940.

This commit is contained in:
wangyidong
2018-09-26 15:11:54 +08:00
parent d9810596bc
commit e0950c3e8b
64 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
<tr>
<td colspan='4' class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
<?php echo html::backButton();?>
</td>
</tr>
</table>
+1 -1
View File
@@ -158,7 +158,7 @@
<th><?php echo $lang->project->whitelist;?></th>
<td colspan='2'><?php echo html::checkbox('whitelist', $groups, $project->whitelist, '', '', 'inline');?></td>
</tr>
<tr><td colspan='3' class='text-center form-actions'><?php echo html::submitButton() . ' ' . html::backButton('', '', 'btn btn-wide');?></td></tr>
<tr><td colspan='3' class='text-center form-actions'><?php echo html::submitButton() . ' ' . html::backButton();?></td></tr>
</table>
</form>
</div>
+1 -1
View File
@@ -76,7 +76,7 @@ var browseType = '<?php echo $browseType;?>';
<?php echo html::submitButton('<i class="icon icon-import icon-sm"></i> ' . $lang->import, '', 'btn btn-secondary');?>
</div>
<div class='btn-toolbar'>
<?php echo html::backButton();?>
<?php echo html::backButton('', '', 'btn');?>
</div>
<?php $pager->show('right', 'pagerjs');?>
</div>
+1 -1
View File
@@ -120,7 +120,7 @@
<?php $i ++; $memberCount ++;?>
<?php endfor;?>
</tbody>
<tfoot><tr><td colspan='6' class='text-center form-actions'><?php echo html::submitButton() . ' ' . html::backButton('', '', 'btn 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>