mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Show solid green button for success buttons
This commit is contained in:
parent
717df79e16
commit
ce3e5c829b
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
|||
<p>Are you sure you want to delete {{selectedDocuments.length}} {{selectedCaption}}?</p>
|
||||
{{/ui/ui-dialog}}
|
||||
|
||||
{{#ui/ui-dialog title="Move Documents" confirmCaption="Move" buttonType="btn-outline-success" show=showMoveDialog onAction=(action 'onMoveDocuments')}}
|
||||
{{#ui/ui-dialog title="Move Documents" confirmCaption="Move" buttonType="btn-success" show=showMoveDialog onAction=(action 'onMoveDocuments')}}
|
||||
<p>Select space for {{selectedDocuments.length}} {{selectedCaption}}</p>
|
||||
{{ui/ui-list-picker items=moveOptions nameField='name' singleSelect=true}}
|
||||
{{/ui/ui-dialog}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue