@@ -1034,7 +1034,7 @@ function search(button) {
10341034 <div class="d-flex align-items-center justify-content-center rounded-circle mx-auto mb-2" style="width: 50px; height: 50px; background-color: rgba(23, 162, 184, 0.1);">
10351035 <i class="fa fa-search" style="font-size: 1.5rem; color: #17a2b8;"></i>
10361036 </div>
1037- <p class="text-muted mb-0 small "> ' .tr ('Verifica la disponibilità di nuove versioni del gestionale ' ).'</p>
1037+ <p class="text-muted mb-0"> ' .tr ('Verifica la disponibilità di nuove versioni del gestionale ' ).'</p>
10381038 </div>
10391039 <div id="update-search" class="mt-auto"> ' ;
10401040if (extension_loaded ('curl ' )) {
@@ -1070,7 +1070,7 @@ function search(button) {
10701070 <div class="d-flex align-items-center justify-content-center rounded-circle mx-auto mb-2" style="width: 50px; height: 50px; background-color: rgba(40, 167, 69, 0.1);">
10711071 <i class="fa fa-upload" style="font-size: 1.5rem; color: #28a745;"></i>
10721072 </div>
1073- <p class="text-muted mb-0 small "> ' .tr ('Carica e installa aggiornamenti o nuovi moduli ' ).'</p>
1073+ <p class="text-muted mb-0"> ' .tr ('Carica e installa aggiornamenti o nuovi moduli ' ).'</p>
10741074 </div> ' ;
10751075
10761076// Avviso personalizzazioni nella card di caricamento
@@ -1137,7 +1137,7 @@ function search(button) {
11371137 <div class="d-flex align-items-center justify-content-center rounded-circle mx-auto mb-2" style="width: 50px; height: 50px; background-color: rgba(0, 123, 255, 0.1);">
11381138 <i class="fa fa-shield" style="font-size: 1.5rem; color: #007bff;"></i>
11391139 </div>
1140- <p class="text-muted mb-0 small "> ' .tr ('Verifica l \'integrità del gestionale ' ).'</p>
1140+ <p class="text-muted mb-0"> ' .tr ('Verifica l \'integrità del gestionale ' ).'</p>
11411141 </div>
11421142 <div class="mt-auto">
11431143 <button type="button" class="btn btn-primary btn-block" onclick="controlli(this)">
0 commit comments