增加导出提示信息国际化,修改egress国际化code名称

This commit is contained in:
duandongmei
2018-06-12 15:37:10 +08:00
parent 9d552fa8d3
commit 03ad97814e
5 changed files with 10 additions and 6 deletions

View File

@@ -367,7 +367,7 @@ $(function(){
<select name="areaCfg[${status.index}].direction" class="selectpicker show-tick form-control required" >
<option value="0" <c:if test="${areaCfg.direction==0 || areaCfg.direction==null}">selected</c:if>><spring:message code="twoway"/></option>
<option value="1" <c:if test="${areaCfg.direction==1 }">selected</c:if>><spring:message code="ingress"/></option>
<option value="2" <c:if test="${areaCfg.direction==2 }">selected</c:if>><spring:message code="degress"/></option>
<option value="2" <c:if test="${areaCfg.direction==2 }">selected</c:if>><spring:message code="egress"/></option>
</select>
</div>
<div for="areaCfg[${status.index}].direction"></div>

View File

@@ -273,7 +273,7 @@
html+="<spring:message code='ingress'/>"
}
if(item.direction==2){
html+="<spring:message code='degress'/>"
html+="<spring:message code='egress'/>"
}
html+="</label>";
html+="</div>";
@@ -444,7 +444,7 @@
</div>
<input id="intype" class="form-control input-medium" type="text" value="">
<input id="intype" class="form-control input-small" type="text" value="">
</div>
</div>
@@ -458,6 +458,7 @@
<sys:delRow url="${ctx}/ntc/av/voipForm" id="contentTable" label="update"></sys:delRow>
<sys:delRow url="${ctx}/ntc/av/updateAvVoipValid?isValid=-1&functionId=${cfg.functionId }" id="contentTable" label="delete"></sys:delRow>
</shiro:hasPermission>
<!--<sys:delRow url="${ctx}/ntc/av/voipExport?functionId=${cfg.functionId }" id="contentTable" label="export" maxRow="${page.maxExportSize }"></sys:delRow>-->
<shiro:hasPermission name="avVoip:audit">
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">