浏览代码

stampatelli

FabioFratini 10 月之前
父节点
当前提交
b78701bcee

+ 1 - 1
resources/views/livewire/bank.blade.php

@@ -182,7 +182,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/card.blade.php

@@ -241,7 +241,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/course.blade.php

@@ -500,7 +500,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/course_duration.blade.php

@@ -149,7 +149,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/course_frequency.blade.php

@@ -136,7 +136,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/course_level.blade.php

@@ -136,7 +136,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/course_list.blade.php

@@ -943,7 +943,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                         extend: 'excelHtml5',"action":newexportaction,

+ 1 - 1
resources/views/livewire/course_list_original.php

@@ -824,7 +824,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                         extend: 'excelHtml5',"action":newexportaction,

+ 1 - 1
resources/views/livewire/course_member.blade.php

@@ -694,7 +694,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                         extend: 'excelHtml5', "action": newexportaction,

+ 1 - 1
resources/views/livewire/course_subscription.blade.php

@@ -136,7 +136,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/course_type.blade.php

@@ -136,7 +136,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/discipline.blade.php

@@ -136,7 +136,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/member.blade.php

@@ -2438,7 +2438,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                         extend: 'excelHtml5',"action":newexportaction,

+ 1 - 1
resources/views/livewire/payment_method.blade.php

@@ -217,7 +217,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/receipt.blade.php

@@ -350,7 +350,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',"action":newexportaction,

+ 14 - 1
resources/views/livewire/records.blade.php

@@ -55,7 +55,7 @@
                 <div class="dropdown">
                   <button class="btn--ui_outline light dropdown-toggle" type="button" id="exportDropdown" data-bs-toggle="dropdown" aria-expanded="false"
                   style="color:#10172A;">
-                    Esporta
+                    ESPORTA
                   </button>
                   <ul class="dropdown-menu" aria-labelledby="exportDropdown">
                     <li><a class="dropdown-item" href="#" wire:click="export()">Excel</a></li>
@@ -315,6 +315,19 @@
         button#exportDropdown.btn--ui_outline.light {
             font-weight: normal !important;
         }
+        .btn--ui_outline.light.dropdown-toggle:active,
+        .btn--ui_outline.light.dropdown-toggle:focus,
+        .btn--ui_outline.light.dropdown-toggle.show {
+            background-color: transparent !important;
+            color: #10172A !important;
+            box-shadow: none !important;
+        }
+
+        .btn--ui_outline.light.dropdown-toggle:hover {
+            background-color: transparent !important;
+            color: #10172A !important;
+        }
+
 
     </style>
     <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>

+ 1 - 1
resources/views/livewire/records_in.blade.php

@@ -1300,7 +1300,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',"action":newexportaction,

+ 1 - 1
resources/views/livewire/records_in_out.blade.php

@@ -38,7 +38,7 @@
             <div class="export--button ms-auto">
                 <div class="dropdown">
                     <button class="btn--ui_outline lightGrey reset dropdown-toggle" type="button" id="exportDropdown" data-bs-toggle="dropdown" aria-expanded="false">
-                        Esporta
+                        ESPORTA
                     </button>
                     <ul class="dropdown-menu" aria-labelledby="exportDropdown">
                         <li><a class="dropdown-item" href="#" id="exportSelection" wire:click="export()">Selezione</a></li>

+ 1 - 1
resources/views/livewire/records_out.blade.php

@@ -857,7 +857,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',"action":newexportaction,

+ 1 - 1
resources/views/livewire/reminders.blade.php

@@ -257,7 +257,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/supplier.blade.php

@@ -406,7 +406,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/user.blade.php

@@ -172,7 +172,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',

+ 1 - 1
resources/views/livewire/vat.blade.php

@@ -148,7 +148,7 @@
                         buttons: [
                             {
                                 extend: 'collection',
-                                text: 'Esporta',
+                                text: 'ESPORTA',
                                 buttons: [
                                     {
                                     extend: 'excelHtml5',