. */ include_once __DIR__.'/../../core.php'; echo '
'.tr('Nome').' | '.tr('Posizione').' | '.tr('Stato').' | '.tr('Posizione').' |
---|---|---|---|
'.$modulo.' | |||
'.$widget['name'].(!empty($widget['help']) ? ' ' : '').' | '.( string_starts_with($widget['location'], 'controller') ? tr('Schermata modulo') : tr('Schermata dettagli') ).' | ';
// Possibilità di disabilitare o abilitare il widget
if ($widget['enabled']) {
echo '
|
';
// Possibilità di spostare il widget
if (string_ends_with($widget['location'], 'top')) {
echo '
|