特定服务页面去掉desc的必选*号,列表页面注释掉详情页面的链接
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
});
|
||||
$(".protocol_code").html('<font color="red">*</font><spring:message code="app_code"/>:');
|
||||
$(".protocol_name").html('<font color="red">*</font><spring:message code="app_name"/>:');
|
||||
$(".protocol_desc").html('<font color="red">*</font><spring:message code="app_desc"/>:');
|
||||
$(".protocol_desc").html('<spring:message code="app_desc"/>:');
|
||||
}else{
|
||||
$(".cfgType").each(function(){
|
||||
if($(this).attr("cfgType")!=$("[name='cfgType']").val()){
|
||||
@@ -109,15 +109,15 @@
|
||||
if($("[name='cfgType']").val()==1){
|
||||
$(".protocol_code").html('<font color="red">*</font><spring:message code="app_code"/>:');
|
||||
$(".protocol_name").html('<font color="red">*</font><spring:message code="app_name"/>:');
|
||||
$(".protocol_desc").html('<font color="red">*</font><spring:message code="app_desc"/>:');
|
||||
$(".protocol_desc").html('<spring:message code="app_desc"/>:');
|
||||
}else if($("[name='cfgType']").val()==2){
|
||||
$(".protocol_code").html('<font color="red">*</font><spring:message code="tunnel_code"/>:');
|
||||
$(".protocol_name").html('<font color="red">*</font><spring:message code="tunnel_name"/>:');
|
||||
$(".protocol_desc").html('<font color="red">*</font><spring:message code="tunnel_desc"/>:');
|
||||
$(".protocol_desc").html('<spring:message code="tunnel_desc"/>:');
|
||||
}else{
|
||||
$(".protocol_code").html('<font color="red">*</font><spring:message code="protocol_code"/>:');
|
||||
$(".protocol_name").html('<font color="red">*</font><spring:message code="protocol_name"/>:');
|
||||
$(".protocol_desc").html('<font color="red">*</font><spring:message code="protocol_desc"/>:');
|
||||
$(".protocol_desc").html('<spring:message code="protocol_desc"/>:');
|
||||
}
|
||||
}
|
||||
$(".tabs-left li").on("click",function(){
|
||||
|
||||
@@ -272,7 +272,7 @@
|
||||
<tr id="${specificServiceCfg.specServiceId}" pId="${specificServiceCfg.parent.specServiceId ne 0?specificServiceCfg.parent.specServiceId:0}">
|
||||
<td><input type="checkbox" class="ckbox" name="check" value="${specificServiceCfg.specServiceId}"></td>
|
||||
<%-- <td>${specificServiceCfg.showSequence}</td> --%>
|
||||
<td nowrap><i class="icon-icon-tablet"></i><a href="${ctx}/specific/specificServiceCfg/form?specServiceId=${specificServiceCfg.specServiceId}&doAction=0">${specificServiceCfg.specServiceCode}</a></td>
|
||||
<td nowrap><i class="icon-icon-tablet"></i><%--<a href="${ctx}/specific/specificServiceCfg/form?specServiceId=${specificServiceCfg.specServiceId}&doAction=0">--%>${specificServiceCfg.specServiceCode}<%--</a>--%></td>
|
||||
<td title="${specificServiceCfg.specServiceName}">${specificServiceCfg.specServiceName}</td>
|
||||
<td title="${specificServiceCfg.specServiceDesc}">${fns:abbr(specificServiceCfg.specServiceDesc,15)}</td>
|
||||
<%-- <td>${specificServiceCfg.groupId }</td> --%>
|
||||
|
||||
Reference in New Issue
Block a user