I am having and Issue trying to finish my template. I commented this in a point in my previous post.
I created a Single Select List Field named {$ESTADO}.
It has 4 "Option Values" with each "Option Display Text". Please check the attached image...
And This is my smarty code based on yours :
{if $ESTADO =='EnObras'}
<styleUrl>#obras</styleUrl>
{elseif $ESTADO =='Construido'}
<styleUrl>#construido</styleUrl>
{elseif $ESTADO =='Propuesta'}
<styleUrl>#propuesta</styleUrl>
{elseif $ESTADO =='Concurso'}
<styleUrl>#concurso</styleUrl>
{/if}
Why can not make the <styleurl> to show?
Since some values and text are the same I can tell it doesn t work with both selectors.
What can I do to solve this?
Thank you for the patience you had with me...