日志查询界面返回按钮修改国际化.
This commit is contained in:
@@ -52,7 +52,7 @@ $(document).ready(function() {
|
||||
// 添加由配置界面跳转到日志查询界面后的返回按钮
|
||||
var cfgId = $("#cfgId").val();
|
||||
if(cfgId != undefined && cfgId != ''){
|
||||
$(".theme-panel").html("<button type='button' onclick='back()' class='btn btn-primary'>cancel</button>");
|
||||
$(".theme-panel").html("<button type='button' onclick='back()' class='btn btn-primary'>"+$.validator.messages.go_back+"</button>");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user