1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
Luca
2017-11-15 19:32:23 +01:00
parent 555344064c
commit 21318479bb
3 changed files with 4 additions and 2 deletions

View File

@ -183,7 +183,7 @@ if (!empty($module_query) && $module_query != 'menu' && $module_query != 'custom
// Icona
elseif (preg_match('/^icon_(.+?)$/', trim($field), $m)) {
$value = '<i class="'.$r[$field].'" title="'.$r['icon_title_'.$m[1]].'" ></i> <small>'.$r['icon_title_'.$m[1]].'</small>';
$value = '<span class=\'label text-black\' style=\'font-weight:normal;\' ><i class="'.$r[$field].'" title="'.$r['icon_title_'.$m[1]].'" ></i> <span>'.$r['icon_title_'.$m[1]].'</span></span>';
}
// Colore del testo