+if($agente->getReduccionHoraria())
+{
+ $IMG_reduccion_horaria =& new MECON_HTML_Image('../../images/servicios_bandas_red_hs.gif',
+ '',
+ array('alt'=>'Agente con reducción horaria'));
+ $row = array('',' ',$IMG_reduccion_horaria->toHtml());
+ $t->addRow($row,array('valign'=>'middle','align'=>'center'));
+ $t->updateColAttributes(0,array('rowspan'=>2));
+}