PHP:TableView

De BrapciWiki
Ir para navegação Ir para pesquisar
/*********************** RISCA DELETADOS **/
$class = ;
if ($line['ust_status'] == 0)
  {
  $class = 'text-decoration-line-through';
  }
/*********************** POPUP EXCLUDE */
$url_del = PATH.MODULE.'ajax/relations/'.$line['id_pa'].'/'.$th.'/del/yes';
$link = '<a href="'.PATH.MODULE.'th_config/'.$th.'/relations" onclick="if (confirm(\.lang('thesa.confirm_exclusion?').'\')) { '.newwin($url_del,800,400).' }">';
$link .= bsicone('trash');
$link .= '</a>';  
if ($class != ) { $link = ; }                  
/*************************** TABLE INSIDE */
$sx .= '<td class="text-center '.$class.'">';
$sx .= $link;
$sx .= '</td>';