vtiger Forum Index vtiger
The Honest Open Source CRM
 

Colores para las incidencias
Click here to go to the original topic

 
       vtiger Forum Index -> Spanish Forum
Previous topic :: Next topic  
Author Message
alex.marenco



Joined: 13 Jul 2007
Posts: 10

Posted: Thu Aug 09, 2007 4:14 pm    Post subject: Colores para las incidencias  

{if $MODULE eq 'HelpDesk'}
{foreach item=data from=$entity}
{if $data eq 'Alta'}
<td bgcolor="#F62817"><font color="#FFFFFF"><b>{$data}</b></font></td>
{elseif $data eq 'Urgente'}
<td bgcolor="#C11B17"><font color="#FFFFFF"><b>{$data}</b></font></td>
{elseif $data eq 'Normal'}
<td bgcolor="#D4A017"><font color="#FFFFFF"><b>{$data}</b></font></td>
{elseif $data eq 'Baja'}
<td bgcolor="#4E9258"><font color="#FFFFFF"><b>{$data}</b></font></td>
{else}
<td>{$data}</td>
{/if}
{/foreach}
{else}
{foreach item=data from=$entity}
<td>{$data}</td>
{/foreach}

esto lo inclui en listviewentries
si deseo para toda la columna como podiese ser?
Back to top  
 
       vtiger Forum Index -> Spanish Forum
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group