mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:04:32 -04:00
Mark UBL as beta
This commit is contained in:
parent
da130c1c76
commit
5cb9262656
@ -2749,6 +2749,7 @@ $LANG = array(
|
||||
'email_address_changed' => 'Email address has been changed',
|
||||
'email_address_changed_message' => 'The email address for your account has been changed from :old_email to :new_email.',
|
||||
'test' => 'Test',
|
||||
'beta' => 'Beta',
|
||||
|
||||
);
|
||||
|
||||
|
@ -53,14 +53,16 @@
|
||||
'link_docs' => link_to('http://docs.invoiceninja.com/en/latest/configure.html#phantomjs', 'PhantomJS', ['target' => '_blank'])
|
||||
])) : false) !!}
|
||||
|
||||
{!! Former::checkbox('ubl_email_attachment')
|
||||
->text(trans('texts.enable'))
|
||||
->value(1) !!}
|
||||
|
||||
{!! Former::checkbox('document_email_attachment')
|
||||
->text(trans('texts.enable'))
|
||||
->value(1) !!}
|
||||
|
||||
{!! Former::checkbox('ubl_email_attachment')
|
||||
->text(trans('texts.enable'))
|
||||
->label(sprintf('%s [%s]', trans('texts.ubl_email_attachment'), trans('texts.beta')))
|
||||
->value(1) !!}
|
||||
|
||||
|
||||
|
||||
|
||||
{{-- Former::select('recurring_hour')->options($recurringHours) --}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user