mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Add recurring back to sidebar
This commit is contained in:
parent
759204a4c6
commit
2b7149cd5f
2
public/css/built.css
vendored
2
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
resources/assets/css/sidebar.css
vendored
4
resources/assets/css/sidebar.css
vendored
@ -109,7 +109,7 @@
|
||||
|
||||
#left-sidebar-wrapper .sidebar-nav li {
|
||||
text-indent: 14px;
|
||||
line-height: 36px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
#left-sidebar-wrapper .sidebar-nav li span.badge {
|
||||
@ -129,7 +129,7 @@
|
||||
}
|
||||
|
||||
#left-sidebar-wrapper ul {
|
||||
min-height: 730px;
|
||||
min-height: 750px;
|
||||
}
|
||||
|
||||
@media (max-height: 744px) {
|
||||
|
@ -345,6 +345,7 @@
|
||||
'products' => false,
|
||||
'invoices' => false,
|
||||
'payments' => false,
|
||||
'recurring_invoices' => 'recurring',
|
||||
'credits' => false,
|
||||
'quotes' => false,
|
||||
'projects' => false,
|
||||
@ -372,6 +373,7 @@
|
||||
'products',
|
||||
'invoices',
|
||||
'payments',
|
||||
'recurring_invoices',
|
||||
'credits',
|
||||
'quotes',
|
||||
'projects',
|
||||
|
@ -46,7 +46,7 @@
|
||||
<input id="tableFilter_{{ $entityType }}" type="text" style="width:180px;margin-right:17px;background-color: white !important"
|
||||
class="form-control pull-left" placeholder="{{ trans('texts.filter') }}" value="{{ Input::get('filter') }}"/>
|
||||
|
||||
@if ($entityType == ENTITY_INVOICE && auth()->user()->account->isModuleEnabled(ENTITY_RECURRING_INVOICE))
|
||||
@if (false && $entityType == ENTITY_INVOICE && auth()->user()->account->isModuleEnabled(ENTITY_RECURRING_INVOICE))
|
||||
{!! DropdownButton::normal(trans('texts.recurring'))
|
||||
->withAttributes(['class'=>'recurringDropdown'])
|
||||
->withContents([
|
||||
|
Loading…
x
Reference in New Issue
Block a user