diff --git a/public/js/app/conti_categorie.js b/public/js/app/conti_categorie.js new file mode 100644 index 0000000..9a110e5 --- /dev/null +++ b/public/js/app/conti_categorie.js @@ -0,0 +1,10 @@ +$(document).ready(function() { + $('#listrapportoS').DataTable({ + responsive: true + }); +}); +$(document).ready(function() { + $('#listrapportoE').DataTable({ + responsive: true + }); +}); \ No newline at end of file diff --git a/resources/views/auto/list.blade.php b/resources/views/auto/list.blade.php index 1700284..9353f6e 100644 --- a/resources/views/auto/list.blade.php +++ b/resources/views/auto/list.blade.php @@ -9,10 +9,10 @@
-
-
+
+
+ class="fa fa-pencil-square-o fw"> Nuovo Veicolo
diff --git a/resources/views/conti/report/list.blade.php b/resources/views/conti/report/list.blade.php index 9028c7e..abce142 100644 --- a/resources/views/conti/report/list.blade.php +++ b/resources/views/conti/report/list.blade.php @@ -49,7 +49,7 @@ Categoria - Somma delle spese + Somma delle entrate @@ -70,17 +70,6 @@ @endsection @section('script') - + @endsection \ No newline at end of file diff --git a/resources/views/conti/tags/_update.blade.php b/resources/views/conti/tags/_update.blade.php deleted file mode 100644 index 714cf66..0000000 --- a/resources/views/conti/tags/_update.blade.php +++ /dev/null @@ -1,32 +0,0 @@ -@extends('admin') -@section('content') -
-
-

Tags

-
-
-
-
-
-
- Modifica tags -
-
-
- @foreach($tags as $tag) - @csrf -
- - -
- - - - - @endforeach -
-
-
-
-
-@endsection \ No newline at end of file diff --git a/resources/views/conti/tags/list.blade.php b/resources/views/conti/tags/list.blade.php index ad4ed9b..4b599ba 100644 --- a/resources/views/conti/tags/list.blade.php +++ b/resources/views/conti/tags/list.blade.php @@ -6,7 +6,7 @@
- +
@@ -21,7 +21,8 @@ - @@ -33,57 +34,64 @@
{{ $tag->tag_name; }}