1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Improved options when exporting data

This commit is contained in:
Hillel Coren 2016-07-05 17:27:30 +03:00
parent 979690d116
commit f2cbfec926

View File

@ -61,7 +61,7 @@
->onchange('onIncludeChange()')
->label(trans('texts.include'))
->radios([
trans('texts.all') => ['value' => 'all', 'name' => 'include'],
trans('texts.all') . '   ' => ['value' => 'all', 'name' => 'include'],
trans('texts.selected') => ['value' => 'selected', 'name' => 'include'],
])->check('all') !!}