sync
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
tr.append(td);
|
||||
td = $('<td></td>');
|
||||
tr.append(td);
|
||||
var span = $('<span class="sbutton iconedit" title="' + GetTextByKey('P_SET_XXX', 'Edit') + '"></span>').data('param', param).click(function () {
|
||||
var span = $('<span class="sbutton iconedit" title="' + GetTextByKey('P_SET_EDIT', 'Edit') + '"></span>').data('param', param).click(function () {
|
||||
openSystemParam(this);
|
||||
});
|
||||
td.append(span);
|
||||
@ -102,7 +102,7 @@
|
||||
var item = [paramname, value];
|
||||
var param = JSON.stringify(item);
|
||||
param = htmlencode(param);
|
||||
var alerttitle = GetTextByKey('P_SET_XXX', 'System Param')
|
||||
var alerttitle = GetTextByKey('P_SET_SYSTEMPARAM', 'System Param')
|
||||
systemparamsrequest("SetSystemParams", param, function (data) {
|
||||
if (data !== 'OK') {
|
||||
showAlert(data, alerttitle);
|
||||
@ -118,7 +118,7 @@
|
||||
}
|
||||
|
||||
$(function () {
|
||||
setPageTitle(GetTextByKey("P_SET_XXX", 'System Params'), true);
|
||||
setPageTitle(GetTextByKey("P_SET_SYSTEMPARAMS", 'System Params'), true);
|
||||
$('#dialog_systemparam').dialog(function () {
|
||||
showmaskbg(false);
|
||||
});
|
||||
@ -133,7 +133,7 @@
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
||||
<div style="padding: 0px; margin: 0px;">
|
||||
<div class="page_title" data-lgid="P_SET_XXX">System Params</div>
|
||||
<div class="page_title" data-lgid="P_SET_SYSTEMPARAMS">System Params</div>
|
||||
<div class="function_title">
|
||||
<span class="sbutton iconrefresh" onclick="OnRefresh();" data-lgid="P_SET_REFRESH">Refresh</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user