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

View File

@ -227,7 +227,7 @@ switch ($op) {
$where[] = 'attivo=1';
if (!empty($superselect['dir']) && $superselect['dir'] == 'entrata') {
$where[] = 'qta>0';
//$where[] = 'qta>0';
}
if (!empty($search)) {

View File

@ -122,6 +122,8 @@ if ($module['name'] == 'Ordini cliente') {
</div>
</div>
{( "name": "filelist_and_upload", "id_module": "<?php echo $id_module ?>", "id_record": "<?php echo $id_record ?>" )}
<a class="btn btn-danger ask" data-backto="record-list">
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
</a>