[TYPO3-german] sp_directory formatierung ABC liste

Joachim Streit jstreit at ditnetwork.de
Fri Nov 24 17:05:02 CET 2006


Hallo Liste,
ich würde gerne die ABC Liste von sp_directory formatieren im _pi habe 
ich folgendes gemacht:


	if(in_array($alphabet[$i],$atoz))	{
				$atozlist .= ($value==$alphabet[$i]) ? '<font 
color="'.$this->conf[active].'" 
class="abc-'.$alphabet[$i].'">'.$alphabet[$i].'</font>'.' ' : 
$this->makeLink($alphabet[$i],liste,abc,$alphabet[$i]).' ';
			}
			else	{
				$atozlist .= '<font color="'.$this->conf[inactive].'" 
class="abc-'.$alphabet[$i].'">'.$alphabet[$i].'</font>'.' ';
			}
		}


dies habe ich eingefügt: class="abc-'.$alphabet[$i].'"

super das gilt dann aber nicht für aktive Links ....

Kann mir jemand helfen? wie ich die aktiven Einträge formatiert bekomme?


Danke


Joachim






More information about the TYPO3-german mailing list