[DE] Page margins refactoring

This commit is contained in:
Julia Radzhabova 2019-11-28 15:04:53 +03:00
parent 3b2f238f0d
commit d2e157abc7

View file

@ -102,7 +102,7 @@ define([
'<label style="font-weight: bold;">' + this.textPreview + '</label>', '<label style="font-weight: bold;">' + this.textPreview + '</label>',
'<div id="page-margins-preview" style="margin-top: 2px; height: 120px; width: 162px; border: 1px solid #cfcfcf;"></div>', '<div id="page-margins-preview" style="margin-top: 2px; height: 120px; width: 162px; border: 1px solid #cfcfcf;"></div>',
'</div>', '</div>',
'</div>', '</div>'
].join(''); ].join('');
this.options.tpl = _.template(this.template)(this.options); this.options.tpl = _.template(this.template)(this.options);