mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Change add-ons to use new UI framework
This commit is contained in:
parent
e140caff55
commit
89957c8278
20 changed files with 301 additions and 258 deletions
|
@ -217,7 +217,8 @@ let constants = EmberObject.extend({
|
|||
Category: 'dicon-flag',
|
||||
Checkbox: 'dicon-shape-rectangle',
|
||||
CheckboxChecked: 'dicon-i-check',
|
||||
Copy: 'dicon-single-copy-04',
|
||||
Copy: 'dicon-copy',
|
||||
Cross: 'dicon-i-remove',
|
||||
Database: 'dicon-database',
|
||||
Download: 'dicon-download',
|
||||
Delete: 'dicon-bin',
|
||||
|
@ -227,9 +228,10 @@ let constants = EmberObject.extend({
|
|||
Export2: 'dicon-upload',
|
||||
Filter: 'dicon-sort-tool',
|
||||
Grid1: 'dicon-grid-interface',
|
||||
Handshake: 'handshake',
|
||||
Handshake: 'dicon-handshake',
|
||||
Index: 'dicon-align-justify',
|
||||
Integrations: 'dicon-geometry',
|
||||
Link: 'dicon-link',
|
||||
ListBullet: 'dicon-list-bullet-2',
|
||||
Locked: 'dicon-lock',
|
||||
NotAllowed: 'dicon-ban',
|
||||
|
@ -238,12 +240,17 @@ let constants = EmberObject.extend({
|
|||
Plus: 'dicon-e-add',
|
||||
Person: 'dicon-single-01',
|
||||
People: 'dicon-multiple-19',
|
||||
Preview: 'dicon-preview',
|
||||
Remove: 'dicon-i-remove',
|
||||
RemoveUser: 'dicon-delete-28',
|
||||
Search: 'dicon-magnifier',
|
||||
Send: 'dicon-send',
|
||||
Settings: 'dicon-settings-gear',
|
||||
Tag: 'dicon-delete-key',
|
||||
TickSmall: 'dicon-d-check',
|
||||
Tick: 'dicon-check',
|
||||
TickSingle: 'dicon-check-single',
|
||||
TickDouble: 'dicon-check-double',
|
||||
TimeBack: 'dicon-time',
|
||||
TriangleSmallUp: 'dicon-small-triangle-up',
|
||||
TriangleSmallDown: 'dicon-small-triangle-down',
|
||||
|
@ -263,6 +270,7 @@ let constants = EmberObject.extend({
|
|||
Label: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
Add: 'Add',
|
||||
Activate: "Activate",
|
||||
Authenticate: 'Authenticate',
|
||||
Cancel: 'Cancel',
|
||||
Close: 'Close',
|
||||
Delete: 'Delete',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue