mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Improved options when exporting data
This commit is contained in:
parent
979690d116
commit
f2cbfec926
@ -61,7 +61,7 @@
|
|||||||
->onchange('onIncludeChange()')
|
->onchange('onIncludeChange()')
|
||||||
->label(trans('texts.include'))
|
->label(trans('texts.include'))
|
||||||
->radios([
|
->radios([
|
||||||
trans('texts.all') => ['value' => 'all', 'name' => 'include'],
|
trans('texts.all') . ' ' => ['value' => 'all', 'name' => 'include'],
|
||||||
trans('texts.selected') => ['value' => 'selected', 'name' => 'include'],
|
trans('texts.selected') => ['value' => 'selected', 'name' => 'include'],
|
||||||
])->check('all') !!}
|
])->check('all') !!}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user