* Fix rignt spell error.

This commit is contained in:
Guan Xiying
2021-08-26 17:08:09 +08:00
parent 2d6419c497
commit ed95aa5dbd
3 changed files with 18 additions and 2 deletions
+16
View File
@@ -1,3 +1,13 @@
<?php
/**
* The view file for browse page of mr module of ZenTaoPMS.
*
* @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
* @author Wang Yidong, Zhu Jinyong
* @package mr
* @version $Id: create.html.php $
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class='pull-right'>
@@ -61,3 +71,9 @@
<?php endif;?>
</div>
<?php include '../../common/view/footer.html.php'; ?>
/**
*
*/
/**
*
*/
+1 -1
View File
@@ -62,7 +62,7 @@
</tbody>
</table>
<?php if($repoList):?>
<div class='table-footer'><?php $pager->show('rignt', 'pagerjs');?></div>
<div class='table-footer'><?php $pager->show('right', 'pagerjs');?></div>
<?php endif;?>
</form>
</div>
+1 -1
View File
@@ -50,7 +50,7 @@
</tbody>
</table>
<?php if($webhooks):?>
<div class='table-footer'><?php $pager->show('rignt', 'pagerjs');?></div>
<div class='table-footer'><?php $pager->show('right', 'pagerjs');?></div>
<?php endif;?>
</form>
</div>