[PE] Fix Header/footer settings

This commit is contained in:
Julia Radzhabova 2019-07-09 17:42:32 +03:00
parent ff69385c3a
commit 6b893f60b8
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
</td>
</tr>
<tr>
<td class="padding-small" colspan="2">
<td colspan="2">
<div id="hf-dlg-chb-update"></div>
</td>
</tr>

View file

@ -74,8 +74,8 @@ define(['text!presentationeditor/main/app/template/HeaderFooterDialog.template',
'</div>',
'<div class="separator horizontal"/>',
'<div class="footer center">',
'<button class="btn normal dlg-btn primary" result="all" style="margin-right: 10px;">' + me.applyAllText + '</button>',
'<button class="btn normal dlg-btn primary" result="ok" style="margin-right: 10px;">' + me.applyText + '</button>',
'<button class="btn normal dlg-btn primary" result="all" style="margin-right: 10px;width: auto; min-width: 86px;">' + me.applyAllText + '</button>',
'<button class="btn normal dlg-btn primary" result="ok" style="margin-right: 10px;width: auto; min-width: 86px;">' + me.applyText + '</button>',
'<button class="btn normal dlg-btn" result="cancel">' + me.cancelButtonText + '</button>',
'</div>'
].join('')