mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Replaced Material Icons & Boostrap with custom UI framework
This commit is contained in:
parent
d0f0a12f2d
commit
61c648a7ac
75 changed files with 116 additions and 1445 deletions
|
@ -22,9 +22,9 @@
|
|||
{{#each config.lists as |list|}}
|
||||
<div class="section-trello-list" {{action "onListCheckbox" list.id}}>
|
||||
{{#if list.included}}
|
||||
<i class="material-icons widget-checkbox checkbox-gray section-trello-list-checkbox">check_box</i>
|
||||
<i class="section-trello-list-checkbox dicon {{constants.Icon.CheckboxChecked}}" />
|
||||
{{else}}
|
||||
<i class="material-icons widget-checkbox checkbox-gray section-trello-list-checkbox">check_box_outline_blank</i>
|
||||
<i class="section-trello-list-checkbox dicon {{constants.Icon.Checkbox}}" />
|
||||
{{/if}}
|
||||
<span class="trello-list-title">{{list.name}}</span>
|
||||
</div>
|
||||
|
@ -39,8 +39,10 @@
|
|||
{{/if}}
|
||||
{{else}}
|
||||
{{#if session.isGlobalAdmin}}
|
||||
{{#link-to "customize.integrations" class="btn btn-outline-secondary bold-700"}}
|
||||
Configure Trello Connector
|
||||
{{#link-to "customize.integrations"}}
|
||||
{{ui/ui-button color=constants.Color.Yellow light=true
|
||||
label="Configure Trello Connector"}}
|
||||
|
||||
{{/link-to}}
|
||||
{{else}}
|
||||
<p>Your Documize administrator needs to configure Trello before usage.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue