1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-24 14:31:42 +01:00

Update info.php

This commit is contained in:
Luca 2018-11-19 17:24:20 +01:00
parent c15f118c92
commit 8ce6b73651

View File

@ -43,7 +43,7 @@ if (!empty($anagrafica)) {
echo '
<a class="btn btn-info col-md-4" data-href="'.$rootdir.'/modules/'.Modules::get('Utenti e permessi')['directory'].'/user.php" class="text-warning tip" data-toggle="modal" data-title="Cambia password">
<a class="btn btn-info col-md-4 tip '.((intval(Modules::get('Utenti e permessi'))) ? '' : 'disabled' ).'" data-href="'.$rootdir.'/modules/'.Modules::get('Utenti e permessi')['directory'].'/user.php" data-toggle="modal" data-title="Cambia password">
<i class="fa fa-unlock-alt"></i> '.tr('Cambia password').'
</a>
</div>';