Okay, ähm.. Aktualisierung.

Die Spalten und alles ist wieder da, aber die Bildbreite greift nicht. Code wie folgt:

Template normal
10 = LOAD_REGISTER
10.fceBasedImageWidth = template_normal
20 < lib.content
30 = RESTORE_REGISTER
30= RECORDS
30.source.current=1
30.tables = tt_content

Template breit
10 = LOAD_REGISTER
10.fceBasedImageWidth = template_breit
20 < lib.content
30 = RESTORE_REGISTER
30= RECORDS
30.source.current=1
30.tables = tt_content

FCE 2spaltig
10 = LOAD_REGISTER
10.maxImageWidth.cObj = CASE
10.maxImageWidth.cObj {
  key.data = register : fceBasedImageWidth
  template_normal = TEXT
  template_normal.value = 252
  template_breit = TEXT
  template_breit.value = 350
}
20 = RECORDS
30 = RESTORE_REGISTER
30 = RECORDS
30.source.current=1
30.tables = tt_content

FCE 3spaltig
10 = LOAD_REGISTER
10.maxImageWidth.cObj = CASE
10.maxImageWidth.cObj {
  key.data = register : fceBasedImageWidth
  template_normal = TEXT
  template_normal.value = 167
  template_breit = TEXT
  template_breit.value = 235
}
20 = RECORDS
30 = RESTORE_REGISTER
30 = RECORDS
30.source.current=1
30.tables = tt_content

Wieso greifen die Angaben nicht?

Gruß
Nicole
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an