1.修复不能添加子节点组的问题
2.修改部分国际化翻译
This commit is contained in:
@@ -1602,7 +1602,7 @@ upi.button.reset=Reset
|
|||||||
#nodeBox directory
|
#nodeBox directory
|
||||||
################################################## #####
|
################################################## #####
|
||||||
#addBoxInfo.jsp page
|
#addBoxInfo.jsp page
|
||||||
abi.message.title=Add Brand Information
|
abi.message.title=Add Cabinet Information
|
||||||
abi.text.boxUType=Cabinet U Position
|
abi.text.boxUType=Cabinet U Position
|
||||||
abi.message.ispn=The cabinet number already exists. Please re-enter it!
|
abi.message.ispn=The cabinet number already exists. Please re-enter it!
|
||||||
abi.message.faild=Abnormal Operation!
|
abi.message.faild=Abnormal Operation!
|
||||||
@@ -1613,7 +1613,7 @@ abi.text.descinfo= Cabinet Description
|
|||||||
abi.message.ispn1=There is an illegal character in the cabinet number. Please enter it again!
|
abi.message.ispn1=There is an illegal character in the cabinet number. Please enter it again!
|
||||||
abi.message.selectDefault=Please Select
|
abi.message.selectDefault=Please Select
|
||||||
abi.button.back=Back
|
abi.button.back=Back
|
||||||
abi.text.title=Add Brand
|
abi.text.title=Cabinet Details
|
||||||
abi.text.ispn=Number
|
abi.text.ispn=Number
|
||||||
abi.text.U=U bit
|
abi.text.U=U bit
|
||||||
abi.text.des=Description
|
abi.text.des=Description
|
||||||
@@ -1660,7 +1660,7 @@ sie.text.roomColPosition=Room Column number
|
|||||||
sie.text.errorInfo=Error Message
|
sie.text.errorInfo=Error Message
|
||||||
|
|
||||||
#updateBoxInfo.jsp page
|
#updateBoxInfo.jsp page
|
||||||
ubi.message.title=Add Brand Information
|
ubi.message.title=Add Cabinet Information
|
||||||
ubi.text.boxUType=Cabinet U position
|
ubi.text.boxUType=Cabinet U position
|
||||||
ubi.message.faild=Abnormal Operation!
|
ubi.message.faild=Abnormal Operation!
|
||||||
ubi.text.ispn=Cabinet Number
|
ubi.text.ispn=Cabinet Number
|
||||||
@@ -1671,7 +1671,7 @@ ubi.text.roomColPosition=Room Column number
|
|||||||
ubi.message.inputInfo=There is an illegal character in the cabinet number. Please enter it again!
|
ubi.message.inputInfo=There is an illegal character in the cabinet number. Please enter it again!
|
||||||
ubi.message.selectDefault=Please Select
|
ubi.message.selectDefault=Please Select
|
||||||
ubi.button.back=Back
|
ubi.button.back=Back
|
||||||
ubi.text.title=Edit Brand
|
ubi.text.title=Cabinet Details
|
||||||
ubi.text.index=Number
|
ubi.text.index=Number
|
||||||
ubi.text.U=U bit
|
ubi.text.U=U bit
|
||||||
ubi.text.desc=Description
|
ubi.text.desc=Description
|
||||||
@@ -5206,7 +5206,7 @@ xt_mk_jbxx.313.mkmc=Setting Alarms
|
|||||||
xt_mk_jbxx.543.mkms=Add New Plugin
|
xt_mk_jbxx.543.mkms=Add New Plugin
|
||||||
xt_mk_jbxx.12.mkms=New Fault Library
|
xt_mk_jbxx.12.mkms=New Fault Library
|
||||||
xt_mk_jbxx.269.mkmc=Monitoring
|
xt_mk_jbxx.269.mkmc=Monitoring
|
||||||
xt_mk_jbxx.299.mkmc=Upline
|
xt_mk_jbxx.299.mkmc=Online
|
||||||
xt_mk_jbxx.545.mkms=Remove Plugin
|
xt_mk_jbxx.545.mkms=Remove Plugin
|
||||||
xt_mk_jbxx.421.mkmc=Monitoring Alarm Setting
|
xt_mk_jbxx.421.mkmc=Monitoring Alarm Setting
|
||||||
xt_mk_jbxx.307.mkmc=Enabled
|
xt_mk_jbxx.307.mkmc=Enabled
|
||||||
|
|||||||
@@ -746,13 +746,12 @@
|
|||||||
<div id="maindiv" style="clear:both;">
|
<div id="maindiv" style="clear:both;">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" class="table" id="info" style="">
|
<table border="0" cellpadding="0" cellspacing="0" class="table" id="info" style="">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="color_8">i18n_nginfo.text.nodeGroup_n81i
|
<td class="color_8">
|
||||||
<span>
|
<span>i18n_nginfo.text.nodeGroup_n81i</span><br/>
|
||||||
<label>(</label>
|
<span>(</span>
|
||||||
<input type="checkbox" id="chkShowStopNGroup" onclick="query()" />
|
<span><input type="checkbox" id="chkShowStopNGroup" onclick="query()" /></span>
|
||||||
<label for="chkShowStopNGroup">i18n_nginfo.text.ShowStopNGroup_n81i</label>
|
<span><label for="chkShowStopNGroup">i18n_nginfo.text.ShowStopNGroup_n81i</label></span>
|
||||||
<label>)</label>
|
<span>)</span>
|
||||||
</span>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="color_8">i18n_nginfo.text.nodeGroupInfo_n81i</td>
|
<td class="color_8">i18n_nginfo.text.nodeGroupInfo_n81i</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user