mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
Fix chiusura tag
This commit is contained in:
parent
107229de44
commit
ffbdf4b16c
@ -128,59 +128,60 @@ if (Services::isEnabled()) {
|
|||||||
|
|
||||||
echo '
|
echo '
|
||||||
|
|
||||||
<hr><br>
|
<hr><br>
|
||||||
|
|
||||||
<div class="alert alert-warning hidden" role="alert" id="spazio-fe">
|
<div class="alert alert-warning hidden" role="alert" id="spazio-fe">
|
||||||
<i class="fa fa-warning"></i> '.tr('Spazio per Fatture Elettroniche in esaurimento: _NUM_/_TOT_', [
|
<i class="fa fa-warning"></i> '.tr('Spazio per Fatture Elettroniche in esaurimento: _NUM_/_TOT_', [
|
||||||
'_NUM_' => '<span id="spazio-fe-occupato"></span>',
|
'_NUM_' => '<span id="spazio-fe-occupato"></span>',
|
||||||
'_TOT_' => '<span id="spazio-fe-totale"></span>',
|
'_TOT_' => '<span id="spazio-fe-totale"></span>',
|
||||||
]).'. '.tr("Contatta l'assistenza per maggiori informazioni").'.
|
]).'. '.tr("Contatta l'assistenza per maggiori informazioni").'.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4>'.tr('Statistiche su Fatture Elettroniche').'</h4>
|
<h4>'.tr('Statistiche su Fatture Elettroniche').'</h4>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>'.tr('Anno').'</th>
|
<th>'.tr('Anno').'</th>
|
||||||
<th>
|
<th>
|
||||||
'.tr('Documenti archiviati').'
|
'.tr('Documenti archiviati').'
|
||||||
<span class="tip" title="'.tr('Fatture attive e relative ricevute, fatture passive').'.">
|
<span class="tip" title="'.tr('Fatture attive e relative ricevute, fatture passive').'.">
|
||||||
<i class="fa fa-question-circle-o"></i>
|
<i class="fa fa-question-circle-o"></i>
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
'.tr('Totale spazio occupato').'
|
'.tr('Totale spazio occupato').'
|
||||||
<span class="tip" title="'.tr('Fatture attive con eventuali allegati e ricevute, fatture passive con eventuali allegati').'.">
|
<span class="tip" title="'.tr('Fatture attive con eventuali allegati e ricevute, fatture passive con eventuali allegati').'.">
|
||||||
<i class="fa fa-question-circle-o"></i>
|
<i class="fa fa-question-circle-o"></i>
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody id="elenco-fe">
|
<tbody id="elenco-fe">
|
||||||
<tr class="info">
|
<tr class="info">
|
||||||
<td>'.tr('Totale').'</td>
|
<td>'.tr('Totale').'</td>
|
||||||
<td id="fe_numero"></td>
|
<td id="fe_numero"></td>
|
||||||
<td id="fe_spazio"></td>
|
<td id="fe_spazio"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function (){
|
$(document).ready(function (){
|
||||||
aggiornaStatisticheFE();
|
aggiornaStatisticheFE();
|
||||||
});
|
});
|
||||||
</script>';
|
</script>';
|
||||||
} else {
|
} else {
|
||||||
echo '
|
echo '
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
<i class="fa fa-warning"></i> '.tr('Nessuna risorsa Services abilitata').'.
|
<i class="fa fa-warning"></i> '.tr('Nessuna risorsa Services abilitata').'.
|
||||||
</div>';
|
</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>';
|
</div>';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user