Merge branch 'sprint/170_hufangzhou_43899' into 'sprint/170'
* Add the last plan lang item. See merge request easycorp/zentaopms!309
This commit is contained in:
@@ -71,6 +71,6 @@ $('#branch').change(function()
|
||||
$.post(link, function(data)
|
||||
{
|
||||
data = JSON.parse(data);
|
||||
if(data) $('#title').parent().next('td').html('(' + data.title + ')');
|
||||
if(data) $('#title').parent().next('td').html('(' + lastLang + ': ' + data.title + ')');
|
||||
})
|
||||
})
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<?php js::set('weekend', $config->execution->weekend);?>
|
||||
<?php js::set('productID', $productID);?>
|
||||
<?php js::set('lastLang', $lang->productplan->last);?>
|
||||
<?php js::import($jsRoot . 'misc/date.js');?>
|
||||
<div id='mainContent'class='main-content'>
|
||||
<div class='center-block'>
|
||||
|
||||
Reference in New Issue
Block a user