mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Added some placeholders.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<i class="fa fa-fw {{$subTitleIcon}} fa-fw"></i> {{{$account->name}}}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div id="overviewChart"></div>
|
||||
<div id="overviewChart"><img src="http://placehold.it/650x300" title="Placeholder" alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -161,7 +161,6 @@
|
||||
@stop
|
||||
|
||||
@section('styles')
|
||||
{{HTML::style('assets/stylesheets/highslide/highslide.css')}}
|
||||
{{HTML::style('assets/stylesheets/datatables/dataTables.bootstrap.css')}}
|
||||
@stop
|
||||
|
||||
@@ -171,6 +170,5 @@
|
||||
</script>
|
||||
{{HTML::script('assets/javascript/datatables/jquery.dataTables.min.js')}}
|
||||
{{HTML::script('assets/javascript/datatables/dataTables.bootstrap.js')}}
|
||||
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||
{{HTML::script('assets/javascript/firefly/accounts.js')}}
|
||||
@stop
|
@@ -40,7 +40,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<div id="chart"></div>
|
||||
<div id="chart"><img src="http://placehold.it/650x300" title="Placeholder" alt="" /></div>
|
||||
@if($view == 1)
|
||||
<div id="instr" data-type="envelope" data-envelope="{{$repetitions[0]['limitrepetition']->id}}"></div>
|
||||
@endif
|
||||
@@ -101,7 +101,6 @@
|
||||
|
||||
@stop
|
||||
@section('scripts')
|
||||
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||
@if($view == 1)
|
||||
{{HTML::script('assets/javascript/firefly/budgets/limit.js')}}
|
||||
@endif
|
||||
|
@@ -21,7 +21,7 @@
|
||||
@include('partials.date_nav')
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<div id="chart"><p class="small text-center">(Some chart here)</p></div>
|
||||
<div id="chart"><img src="http://placehold.it/650x300" title="Placeholder" alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -40,6 +40,5 @@
|
||||
<script type="text/javascript">
|
||||
var categoryID = {{$category->id}};
|
||||
</script>
|
||||
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||
{{HTML::script('assets/javascript/firefly/categories.js')}}
|
||||
@stop
|
Reference in New Issue
Block a user