Refactoring

This commit is contained in:
Julia Radzhabova 2022-10-06 12:58:39 +03:00
parent 37a6d9568b
commit b19aca6235
2 changed files with 5 additions and 3 deletions

View file

@ -51,7 +51,7 @@ define([
options: { options: {
alias: 'ExternalLinksDlg', alias: 'ExternalLinksDlg',
contentWidth: 500, contentWidth: 450,
height: 294, height: 294,
buttons: null buttons: null
}, },
@ -69,8 +69,8 @@ define([
'<td class="padding-large">', '<td class="padding-large">',
'<div id="external-links-btn-update" style="display: inline-block;margin-right: 5px;"></div>', '<div id="external-links-btn-update" style="display: inline-block;margin-right: 5px;"></div>',
'<div id="external-links-btn-delete" style="display: inline-block;margin-right: 5px;"></div>', '<div id="external-links-btn-delete" style="display: inline-block;margin-right: 5px;"></div>',
'<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="external-links-btn-open">', me.textOpen ,'</button>', // '<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="external-links-btn-open">', me.textOpen ,'</button>',
'<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="external-links-btn-change">', me.textChange ,'</button>', // '<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="external-links-btn-change">', me.textChange ,'</button>',
'</td>', '</td>',
'</tr>', '</tr>',
'<tr>', '<tr>',

View file

@ -2062,6 +2062,8 @@
"SSE.Views.ExternalLinksDlg.textUpdateAll": "Update All", "SSE.Views.ExternalLinksDlg.textUpdateAll": "Update All",
"SSE.Views.ExternalLinksDlg.textSource": "Source", "SSE.Views.ExternalLinksDlg.textSource": "Source",
"SSE.Views.ExternalLinksDlg.closeButtonText": "Close", "SSE.Views.ExternalLinksDlg.closeButtonText": "Close",
"SSE.Views.ExternalLinksDlg.textDelete": "Break Links",
"SSE.Views.ExternalLinksDlg.textDeleteAll": "Break All Links",
"SSE.Views.FieldSettingsDialog.strLayout": "Layout", "SSE.Views.FieldSettingsDialog.strLayout": "Layout",
"SSE.Views.FieldSettingsDialog.strSubtotals": "Subtotals", "SSE.Views.FieldSettingsDialog.strSubtotals": "Subtotals",
"SSE.Views.FieldSettingsDialog.textReport": "Report Form", "SSE.Views.FieldSettingsDialog.textReport": "Report Form",