Skip to content

Commit

Permalink
Merge pull request #3017 from ONLYOFFICE/fix/bugfix
Browse files Browse the repository at this point in the history
Fix Bug 68280
  • Loading branch information
JuliaRadzhabova authored May 30, 2024
2 parents ec5c5e0 + 2ae0ad2 commit 721192d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,17 @@ define([

this.template = [
'<div class="box">',
'<div class="input-row" style="margin-bottom: 8px;">',
'<label>' + this.textLabel + '</label>',
'</div>',
'<div style="margin-bottom: 8px;">' + this.textLabel + '</div>',
'<div style="margin-bottom: 12px;">',
'<div id="id-adv-separator-decimal" class=""></div><label class="input-row margin-left-10" style="padding-top: 4px;">' + this.strDecimalSeparator + '</label>',
'</div>',
'<div style="margin-bottom: 10px;">',
'<div id="id-adv-separator-thousands" class=""></div><label class="input-row margin-left-10" style="padding-top: 4px;">' + this.strThousandsSeparator + '</label>',
'</div>',
'<div class="input-row" style="margin-bottom: 8px;">',
'<div class="input-row">',
'<label>' + this.textQualifier + '</label>',
'</div>',
'<div style="margin-bottom: 12px;">',
'<div style="margin-bottom: 10px;">',
'<div id="id-adv-separator-qualifier" class="input-group-nr"></div>',
'</div>',
'</div>'
Expand Down

0 comments on commit 721192d

Please sign in to comment.