[SSE] Move color scheme button to Layout tab
This commit is contained in:
parent
39892cb54a
commit
c47d09be76
Binary file not shown.
After Width: | Height: | Size: 275 B |
Binary file not shown.
After Width: | Height: | Size: 229 B |
Binary file not shown.
After Width: | Height: | Size: 394 B |
|
@ -109,7 +109,7 @@
|
|||
<div class="group">
|
||||
<div class="elset">
|
||||
<span class="btn-slot split" id="slot-btn-clear"></span>
|
||||
<span class="btn-slot split" id="slot-btn-colorschemas"></span>
|
||||
<span class="btn-slot split" id="slot-btn-condformat"></span>
|
||||
</div>
|
||||
<div class="elset">
|
||||
<span class="btn-slot split" id="slot-btn-copystyle"></span>
|
||||
|
@ -162,6 +162,10 @@
|
|||
<span class="btn-slot text x-huge" id="slot-img-movefrwd"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-img-movebkwd"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
<span class="btn-slot text x-huge" id="slot-btn-colorschemas"></span>
|
||||
</div>
|
||||
</section>
|
||||
<section class="panel" data-tab="formula">
|
||||
<div class="group">
|
||||
|
|
|
@ -1018,8 +1018,9 @@ define([
|
|||
|
||||
me.btnColorSchemas = new Common.UI.Button({
|
||||
id : 'id-toolbar-btn-colorschemas',
|
||||
cls : 'btn-toolbar',
|
||||
iconCls : 'toolbar__icon toolbar__icon btn-colorschemas',
|
||||
cls : 'btn-toolbar x-huge icon-top',
|
||||
iconCls : 'toolbar__icon btn-colorschemas',
|
||||
caption : me.capBtnColorSchemas,
|
||||
lock : [_set.editCell, _set.lostConnect, _set.coAuth],
|
||||
menu : new Common.UI.Menu({
|
||||
items: [],
|
||||
|
@ -2393,6 +2394,7 @@ define([
|
|||
tipInsertSymbol: 'Insert symbol',
|
||||
txtAutosumTip: 'Summation',
|
||||
capBtnPrintTitles: 'Print Titles',
|
||||
tipPrintTitles: 'Print titles'
|
||||
tipPrintTitles: 'Print titles',
|
||||
capBtnColorSchemas: 'Color Scheme'
|
||||
}, SSE.Views.Toolbar || {}));
|
||||
});
|
|
@ -2653,6 +2653,7 @@
|
|||
"SSE.Views.Toolbar.txtTime": "Time",
|
||||
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
|
||||
"SSE.Views.Toolbar.txtYen": "¥ Yen",
|
||||
"SSE.Views.Toolbar.capBtnColorSchemas": "Color Scheme",
|
||||
"SSE.Views.Top10FilterDialog.textType": "Show",
|
||||
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
|
||||
"SSE.Views.Top10FilterDialog.txtItems": "Item",
|
||||
|
|
Loading…
Reference in a new issue