* Add lang and comment.

This commit is contained in:
孙广明
2021-11-30 13:08:17 +08:00
parent eb6bd79963
commit d58fb3c8e7
5 changed files with 21 additions and 6 deletions
+2
View File
@@ -139,4 +139,6 @@ EOT;
$lang->upgrade->duplicateProject = "Project name in the same program cannot be duplicate. Please adjust the duplicate names.";
$lang->upgrade->editedName = 'New Name';
include dirname(__FILE__) . '/version.php';
+2
View File
@@ -140,4 +140,6 @@ EOT;
$lang->upgrade->duplicateProject = "Project name in the same program cannot be duplicate. Please adjust the duplicate names.";
$lang->upgrade->editedName = 'New Name';
include dirname(__FILE__) . '/version.php';
+2
View File
@@ -140,4 +140,6 @@ EOT;
$lang->upgrade->duplicateProject = "Project name in the same program cannot be duplicate. Please adjust the duplicate names.";
$lang->upgrade->editedName = 'New Name';
include dirname(__FILE__) . '/version.php';
+2
View File
@@ -140,4 +140,6 @@ EOT;
$lang->upgrade->duplicateProject = "Project name in the same program cannot be duplicate. Please adjust the duplicate names.";
$lang->upgrade->editedName = 'New Name';
include dirname(__FILE__) . '/version.php';
+13 -6
View File
@@ -1,13 +1,20 @@
<?php
/**
* The html template file of renameObject method of upgrade module of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Guangming Sun<sunguangming@cnezsoft.com>
* @package upgrade
* @version $Id: renameobject.html.php 4129 2021-11-30 13:07:14Z sunguangming $
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<style>
.group-end {border-bottom: 1px solid #efefef;}
</style>
<style>.group-end {border-bottom: 1px solid #efefef;}</style>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>
<h2>
<?php if($type == 'project') echo $lang->upgrade->duplicateProject;?>
</h2>
<h2><?php if($type == 'project') echo $lang->upgrade->duplicateProject;?></h2>
</div>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<table class='table table-form'>