1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 20:10:50 +01: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 // Icona
elseif (preg_match('/^icon_(.+?)$/', trim($field), $m)) { 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 // Colore del testo

View File

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

View File

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