配置列国际化添加
This commit is contained in:
@@ -1414,4 +1414,5 @@ do_blacklist=Blacklist Option
|
||||
l3_header_error=Only four attribute values are allowed to be entered at most
|
||||
IP_HEADER=IP Header
|
||||
ICMP_HEADER=ICMP Header
|
||||
offset_expression=Offset Expression
|
||||
offset_expression=Offset Expression
|
||||
cfg_custom=Custom Columns
|
||||
@@ -1418,4 +1418,5 @@ do_blacklist=Blacklist Option
|
||||
l3_header_error=Only four attribute values are allowed to be entered at most
|
||||
IP_HEADER=IP Header
|
||||
ICMP_HEADER=ICMP Header
|
||||
offset_expression=Offset Expression
|
||||
offset_expression=Offset Expression
|
||||
cfg_custom=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0421\u0442\u043E\u043B\u0431\u0446\u044B
|
||||
@@ -1414,4 +1414,5 @@ do_blacklist=Blacklist Option
|
||||
l3_header_error=Only four attribute values are allowed to be entered at most
|
||||
IP_HEADER=IP Header
|
||||
ICMP_HEADER=ICMP Header
|
||||
offset_expression=Offset Expression
|
||||
offset_expression=Offset Expression
|
||||
cfg_custom=Custom Columns
|
||||
@@ -342,7 +342,7 @@ background:#3d3d3d;
|
||||
</div>
|
||||
<!-- END MEGA MENU -->
|
||||
|
||||
|
||||
<input type="hidden" id="tb_custom" value="<spring:message code='cfg_custom'/>"/>
|
||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||
<div class="top-menu">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
|
||||
@@ -397,8 +397,8 @@ function customColumnClick(){
|
||||
html+="<div class='col-md-6'><label>"+ckbox_html+" "+$(this).html()+"</label></div>";
|
||||
})
|
||||
html +="</div>";
|
||||
|
||||
top.$.jBox(html,{title:"<i class='fa fa-wrench'></i> Custom Columns",showIcon:false,opacity:0.3,submit:submit});
|
||||
var cus=$("#tb_custom",parent.document).val();
|
||||
top.$.jBox(html,{title:"<i class='fa fa-wrench'></i>"+cus ,showIcon:false,opacity:0.3,submit:submit});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user