1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix generali

This commit is contained in:
Thomas Zilio
2019-02-12 11:42:48 +01:00
parent 4db0150cbf
commit f5a91d5d6d
14 changed files with 246 additions and 126 deletions

View File

@@ -81,16 +81,22 @@ echo '
</div>
</div>';
if (Interaction::isEnabled()) {
echo '
echo '
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">
'.tr('Importazione automatica').'</span>
</h3>
'.tr('Fatture da importare').'</span>
</h3>';
// Ricerca automatica
if (Interaction::isEnabled()) {
echo '
<button type="button" class="btn btn-primary pull-right" onclick="search(this)">
<i class="fa fa-refresh"></i> '.tr('Ricerca fatture di acquisto').'
</button>
</button>';
}
echo '
</div>
<div class="box-body" id="list">';
@@ -110,4 +116,3 @@ function search(button) {
});
}
</script>';
}