Files
luos/workflow/engine/templates/cases/cases_Leyends.html
Victor Saisa Lopez 0b7c5060c4 BUG 8879 "Need help with reference to the colors of the tasks..." SOLVED
- Feature, colors panel in processMap for the "tracker"
- Added colors panel in processMap for the "tracker"
2012-04-04 11:55:37 -04:00

8 lines
590 B
HTML
Executable File

<form>
<table width="90%" align="center" cellpadding="0" cellspacing="3" border="0">
<tr><td width="20%" style="background-color:#FF0000;"></td><td width="5%"></td><td>{$sLabel1}</td></tr>
<tr><td width="20%" style="background-color:#006633;"></td><td width="5%"></td><td>{$sLabel2}</td></tr>
<tr><td width="20%" style="background-color:{if !isset($tracker)}#939598;{else}#006699;{/if}"></td><td width="5%"></td><td>{$sLabel3}</td></tr>
{if !isset($tracker)}<tr><td width="20%" style="background-color:#FF9900;"></td><td width="5%"></td><td>{$sLabel4}</td></tr>{/if}
</table>
</form>