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