[TYPO3-german] Designanpassungen in cc_cbrowse

Christian Beier beier.christian at gmail.com
Sat Apr 28 19:53:01 CEST 2007



Ulrike Bätz wrote:
> 
> Versuch doch mal das im Typoscript:
> 
> plugin.tx_cccbrowse_pi1._LOCAL_LANG.de.prev = 
>  fileadmin/templates/main/img/pfeillinks.gif 
> plugin.tx_cccbrowse_pi1._LOCAL_LANG.de.next = 
>  fileadmin/templates/main/img/pfeilrechts.gif 
> 

Ich habe den genannten Code-Schnipsel bei mir eingefügt. Das TypoScript
sieht nun wie folgt aus:

<TypoScript>
# Allgemeine TypoScript-Konfiguration
config.language = de
config.locale_all = de_DE

[...]

# Einbindung der cc_cbrowse-Extension
page.10.subparts.CONTENT < plugin.tx_cccbrowse_pi1
page.10.subparts.CONTENT {
	plugin.tx_cccbrowse_pi1._LOCAL_LANG.de.prev = 
fileadmin/templates/main/img/pfeillinks.gif 
	plugin.tx_cccbrowse_pi1._LOCAL_LANG.de.next = 
fileadmin/templates/main/img/pfeilrechts.gif 
}
</TypoScript>

Ich habe auch folgenden Code ausprobiert:

<TypoScript>
[...]
# Einbindung der cc_cbrowse-Extension
page.10.subparts.CONTENT < plugin.tx_cccbrowse_pi1
page.10.subparts.CONTENT {
	plugin.tx_cccbrowse_pi1._LOCAL_LANG.de {
		pi_list_browseresults_prev =  fileadmin/templates/main/img/pfeillinks.gif 
	}
}
</TypoScript>

Bei beidem hat sich an der HTML-Ausgabe nichts geändert.


Grüße
Christian
-- 
View this message in context: http://www.nabble.com/Designanpassungen-in-cc_cbrowse-tf3650057.html#a10235095
Sent from the TYPO3 German mailing list archive at Nabble.com.



More information about the TYPO3-german mailing list