|
47 | 47 | echo ' |
48 | 48 | <div class="col-md-6 mb-3"> |
49 | 49 | <div class="alert alert-light"> |
50 | | - <h6 class="text-primary"><i class="fa fa-file-text-o"></i> '.tr('Ultimi _NUM_ Contratti', ['_NUM_' => $numero_documenti]).'</h6> |
| 50 | + <h6><i class="fa fa-file-text-o"></i> '.tr('Ultimi _NUM_ Contratti', ['_NUM_' => $numero_documenti]).'</h6> |
51 | 51 | <ul class="list-unstyled">'; |
52 | 52 | if (!$contratti->isEmpty()) { |
53 | 53 | foreach ($contratti as $contratto) { |
|
76 | 76 | echo ' |
77 | 77 | <div class="col-md-6 mb-3"> |
78 | 78 | <div class="alert alert-light"> |
79 | | - <h6 class="text-primary"><i class="fa fa-file-o"></i> '.tr('Ultimi _NUM_ Preventivi', ['_NUM_' => $numero_documenti]).'</h6> |
| 79 | + <h6><i class="fa fa-file-o"></i> '.tr('Ultimi _NUM_ Preventivi', ['_NUM_' => $numero_documenti]).'</h6> |
80 | 80 | <ul class="list-unstyled">'; |
81 | 81 | if (!$preventivi->isEmpty()) { |
82 | 82 | foreach ($preventivi as $preventivo) { |
|
102 | 102 | echo ' |
103 | 103 | <div class="col-md-6 mb-3"> |
104 | 104 | <div class="alert alert-light"> |
105 | | - <h6 class="text-primary"><i class="fa fa-wrench"></i> '.tr('Ultime _NUM_ Attività', ['_NUM_' => $numero_documenti]).'</h6> |
| 105 | + <h6><i class="fa fa-wrench"></i> '.tr('Ultime _NUM_ Attività', ['_NUM_' => $numero_documenti]).'</h6> |
106 | 106 | <ul class="list-unstyled">'; |
107 | 107 | if (!$interventi->isEmpty()) { |
108 | 108 | foreach ($interventi as $intervento) { |
|
133 | 133 | echo ' |
134 | 134 | <div class="col-md-6 mb-3"> |
135 | 135 | <div class="alert alert-light"> |
136 | | - <h6 class="text-primary"><i class="fa fa-file-pdf-o"></i> '.tr('Ultime _NUM_ Fatture', ['_NUM_' => $numero_documenti]).'</h6> |
| 136 | + <h6><i class="fa fa-file-pdf-o"></i> '.tr('Ultime _NUM_ Fatture', ['_NUM_' => $numero_documenti]).'</h6> |
137 | 137 | <ul class="list-unstyled">'; |
138 | 138 | if (!$fatture->isEmpty()) { |
139 | 139 | foreach ($fatture as $fattura) { |
|
158 | 158 | echo ' |
159 | 159 | <div class="col-md-12"> |
160 | 160 | <div class="alert alert-warning"> |
161 | | - <h6 class="text-primary"><i class="fa fa-sticky-note-o"></i> '.tr('Note interne sul cliente').'</h6> |
| 161 | + <h6><i class="fa fa-sticky-note-o"></i> '.tr('Note interne sul cliente').'</h6> |
162 | 162 | <p class="mb-0">'.(!empty($note_anagrafica) ? $note_anagrafica : tr('Nessuna nota interna per questo cliente')).'</p> |
163 | 163 | </div> |
164 | 164 | </div>'; |
|
0 commit comments