[Typo3-dev] Option split works problematic

tapio tapio.markula at dnainternet.net
Wed Jun 1 19:03:00 CEST 2005


> Well - this indicates you did something wrong.

Yes - I admit that I did something wrong

> Did you activate the different states (CUR = 1, ACT = 1)?

I randomly forgot them

I the trial I tried to use CUR < NO in order to copy values, which don't 
need changes but I certainly made something wrong in that

But as I wrote setting this

CUR=1
    CUR.allWrap = <td class="menu1-level1-cur"> | </td>
    CUR.linkWrap = <span class="cur">|&nbsp;&#124;&nbsp;</span>  |*| 
<span class="cur" >&nbsp;|&nbsp;&#124;&nbsp;</span> |*| <span 
class="cur" >&nbsp;|&nbsp;</span>
    CUR.ATagBeforeWrap = 1
    CUR.stdWrap.htmlSpecialChars = 1

But avoiding write the same code again, is this correct

CUR < .NO
    CUR.allWrap = <td class="menu1-level1-cur"> | </td>
    CUR.linkWrap = <span class="cur">|&nbsp;&#124;&nbsp;</span>  |*| 
<span class="cur" >&nbsp;|&nbsp;&#124;&nbsp;</span> |*| <span 
class="cur" >&nbsp;|&nbsp;</span>

#CUR.ATagBeforeWrap = 1 - this should come from NO
#CUR.stdWrap.htmlSpecialChars = 1  - this should come from NO




More information about the TYPO3-dev mailing list