',
+ '
',
'
',
'
',
'
',
@@ -183,17 +178,8 @@ define([
labelText: this.strLinks
});
this.chLinks.on('change', _.bind(function(field, newValue, oldValue, eOpts){
- this.chUnderline.setDisabled(field.getValue()!=='checked');
- if (this._changedProps) {
- }
}, this));
- this.chUnderline = new Common.UI.CheckBox({
- el: $('#tableofcontents-chb-underline'),
- labelText: this.strUnderline,
- disabled: true
- });
-
this.radioLevels = new Common.UI.RadioBox({
el: $('#tableofcontents-radio-levels'),
labelText: this.textRadioLevels,
@@ -359,7 +345,6 @@ define([
strShowPages: 'Show page numbers',
strAlign: 'Right align page numbers',
strLinks: 'Format Table of Contents as links',
- strUnderline: 'Underline links',
textNone: 'None',
textRadioLevels: 'Outline levels',
textRadioStyles: 'Selected styles',
diff --git a/apps/documenteditor/main/resources/img/toolbar/contents.png b/apps/documenteditor/main/resources/img/toolbar/contents.png
index e9acee2a38..83210bd7a2 100644
Binary files a/apps/documenteditor/main/resources/img/toolbar/contents.png and b/apps/documenteditor/main/resources/img/toolbar/contents.png differ
diff --git a/apps/documenteditor/main/resources/img/toolbar/contents@2x.png b/apps/documenteditor/main/resources/img/toolbar/contents@2x.png
index b622082dcf..e1946694c9 100644
Binary files a/apps/documenteditor/main/resources/img/toolbar/contents@2x.png and b/apps/documenteditor/main/resources/img/toolbar/contents@2x.png differ