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

Miglioramenti vari importFE

This commit is contained in:
Thomas Zilio
2019-07-24 17:39:11 +02:00
parent 5af5cf25e9
commit 1c7653be97
6 changed files with 92 additions and 54 deletions

View File

@@ -40,7 +40,7 @@ if (!empty($list)) {
echo '
<button type="button" class="btn btn-warning" '.((!extension_loaded('openssl') and substr(strtolower($element), -4) == '.p7m') ? 'disabled' : '').' onclick="download(this, \''.$element.'\')">
<i class="fa fa-download"></i> '.tr('Importa').'
<i class="fa fa-cloud-download"></i> '.tr('Importa').'
</button>
</td>
</tr>';