Skip to content

Commit

Permalink
fix/[de,pe,se]: remove author inline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiju committed Sep 18, 2024
1 parent 76f4956 commit 2bfd844
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/documenteditor/main/app/view/FileMenuPanels.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,8 +1431,8 @@ define([], function () {
'<td class="title"><label>' + this.txtProperties + '</label></td>',
'</tr>',
'<tr class="docx-info author-info">',
'<td class="left" style="vertical-align: top;"><label style="margin-top: 3px;">' + this.txtAuthor + '</label></td>',
'<td class="right" style="vertical-align: top;"><div id="id-info-author">',
'<td class="left"><label>' + this.txtAuthor + '</label></td>',
'<td class="right"><div id="id-info-author">',
'<table>',
'<tr>',
'<td><div id="id-info-add-author"><input type="text" spellcheck="false" class="form-control" placeholder="' + this.txtAddAuthor +'"></div></td>',
Expand Down
4 changes: 2 additions & 2 deletions apps/presentationeditor/main/app/view/FileMenuPanels.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@ define([], function () {
'<tbody class="properties-tab">',
'<tr><td class="title"><label>' + this.txtProperties + '</label></td></tr>',
'<tr class="author-info">',
'<td class="left" style="vertical-align: top;"><label style="margin-top: 3px;">' + this.txtAuthor + '</label></td>',
'<td class="right" style="vertical-align: top;"><div id="id-info-author">',
'<td class="left"><label>' + this.txtAuthor + '</label></td>',
'<td class="right"><div id="id-info-author">',
'<table>',
'<tr>',
'<td><div id="id-info-add-author"><input type="text" spellcheck="false" class="form-control" placeholder="' + this.txtAddAuthor +'"></div></td>',
Expand Down
4 changes: 2 additions & 2 deletions apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
Original file line number Diff line number Diff line change
Expand Up @@ -1602,8 +1602,8 @@ define([], function () {
'<tbody class="properties-tab">',
'<tr><td class="title"><label>' + this.txtProperties + '</label></td></tr>',
'<tr class="author-info">',
'<td class="left" style="vertical-align: top;"><label style="margin-top: 3px;">' + this.txtAuthor + '</label></td>',
'<td class="right" style="vertical-align: top;"><div id="id-info-author">',
'<td class="left"><label>' + this.txtAuthor + '</label></td>',
'<td class="right"><div id="id-info-author">',
'<table>',
'<tr>',
'<td><div id="id-info-add-author"><input type="text" spellcheck="false" class="form-control" placeholder="' + this.txtAddAuthor +'"></div></td>',
Expand Down

0 comments on commit 2bfd844

Please sign in to comment.