diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js index e3f19d9f9..28939bc82 100644 --- a/apps/documenteditor/main/app/view/Links.js +++ b/apps/documenteditor/main/app/view/Links.js @@ -201,7 +201,7 @@ define([ this.btnTableFigures = new Common.UI.Button({ parentEl: $host.find('#slot-btn-tof'), cls: 'btn-toolbar', - iconCls: 'toolbar__icon btn-tof', + iconCls: 'toolbar__icon btn-contents', caption: this.capBtnTOF, disabled: true }); @@ -210,7 +210,7 @@ define([ this.btnTableFiguresUpdate = new Common.UI.Button({ parentEl: $host.find('#slot-btn-tof-update'), cls: 'btn-toolbar', - iconCls: 'toolbar__icon btn-tof-update', + iconCls: 'toolbar__icon btn-update', caption: this.capBtnContentsUpdate, disabled: true }); diff --git a/apps/documenteditor/main/resources/img/toolbar/1.25x/btn-contents.png b/apps/documenteditor/main/resources/img/toolbar/1.25x/btn-contents.png new file mode 100644 index 000000000..58facd92d Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.25x/btn-contents.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1.25x/btn-update.png b/apps/documenteditor/main/resources/img/toolbar/1.25x/btn-update.png new file mode 100644 index 000000000..fd47a2aaf Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.25x/btn-update.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1.5x/btn-contents.png b/apps/documenteditor/main/resources/img/toolbar/1.5x/btn-contents.png new file mode 100644 index 000000000..739972e83 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.5x/btn-contents.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1.5x/btn-update.png b/apps/documenteditor/main/resources/img/toolbar/1.5x/btn-update.png new file mode 100644 index 000000000..eb08de174 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.5x/btn-update.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1.75x/btn-contents.png b/apps/documenteditor/main/resources/img/toolbar/1.75x/btn-contents.png new file mode 100644 index 000000000..473dde698 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.75x/btn-contents.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1.75x/btn-update.png b/apps/documenteditor/main/resources/img/toolbar/1.75x/btn-update.png new file mode 100644 index 000000000..9a59f7706 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.75x/btn-update.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1x/btn-contents.png b/apps/documenteditor/main/resources/img/toolbar/1x/btn-contents.png new file mode 100644 index 000000000..848629378 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1x/btn-contents.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1x/btn-update.png b/apps/documenteditor/main/resources/img/toolbar/1x/btn-update.png new file mode 100644 index 000000000..736222872 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1x/btn-update.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/2x/btn-contents.png b/apps/documenteditor/main/resources/img/toolbar/2x/btn-contents.png new file mode 100644 index 000000000..d45fb5bba Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/2x/btn-contents.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/2x/btn-update.png b/apps/documenteditor/main/resources/img/toolbar/2x/btn-update.png new file mode 100644 index 000000000..f7e5e17f7 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/2x/btn-update.png differ