Restoring file

This commit is contained in:
Gilbert Paquin 2017-08-02 11:05:53 -04:00
parent 16351c73ca
commit 4ad3b52942

View File

@ -16,6 +16,7 @@
}
</style>
@stop
@section('content')
@ -105,8 +106,7 @@
{{ trans('texts.date_range') }}
</label>
<div class="col-lg-8 col-sm-8">
<div id="reportrange"
style="background: #f9f9f9; cursor: pointer; padding: 9px 14px; border: 1px solid #dfe0e1; margin-top: 0px;">
<div id="reportrange" style="background: #f9f9f9; cursor: pointer; padding: 9px 14px; border: 1px solid #dfe0e1; margin-top: 0px;">
<i class="glyphicon glyphicon-calendar fa fa-calendar"></i>&nbsp;
<span></span> <b class="caret"></b>
</div>
@ -118,8 +118,7 @@
</div>
</div>
<div id="statusField"
style="display:{{ in_array($reportType, [ENTITY_INVOICE, ENTITY_PRODUCT]) ? 'block' : 'none' }}">
<div id="statusField" style="display:{{ in_array($reportType, [ENTITY_INVOICE, ENTITY_PRODUCT]) ? 'block' : 'none' }}">
{!! Former::select('invoice_status')->label('status')
->addOption(trans('texts.all'), 'all')
->addOption(trans('texts.draft'), 'draft')
@ -170,8 +169,7 @@
->submit()
->appendIcon(Icon::create('play'))
->large() !!}
</center>
<br/>
</center><br/>
{!! Former::close() !!}
@ -355,7 +353,10 @@
}
});
})
</script>
@stop