mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 04:04:41 +08:00
[SSE] Update header in SortDialog.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="sort-dialog-list" class="" style="width:100%; height: 172px;"></div>
|
||||
<div id="sort-dialog-list" class="" style="width:100%; height: 173px;"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -132,7 +132,7 @@ define([ 'text!spreadsheeteditor/main/app/template/SortDialog.template',
|
||||
headers: [
|
||||
{name: me.textColumn, width: 212},
|
||||
{name: me.textSort, width: 157},
|
||||
{name: me.textOrder, width: 100},
|
||||
{name: me.textOrder},
|
||||
],
|
||||
template: _.template(['<div class="listview inner" style=""></div>'].join('')),
|
||||
itemTemplate: _.template([
|
||||
|
||||
Reference in New Issue
Block a user