[TYPO3-german] Probleme bei neuer "form" extension mit eigenem CSS

Ralf-Rene Schröder ralf.rene at online.de
Mon Jul 23 10:32:29 CEST 2012


hallo zusammen...
ich erzeuge mit dem TS unten eine veränderte html ausgabe für das from
(neue form sys extension) damit es mit YAML gestyled werden kann
die Ausgabe klappt auch bestens, aber die confirmation ausgabe ist leer
(und ungestyled) und es wird auch nicht versand...
schalte ich die confirmation aus, dann wird zwar versand, aber mit der
leeren confirmation ausgabe...

wo und wie ist das Layout für confirmation und mail zu beeinflussen um
es der veränderten FE ausgabe anzupassen...

################################################################################
###  form modifications
tt_content.mailform.20 {
  stdWrap.wrap >
  layout {
    form (
    <div class="ym-form">
    <form>
      <containerWrap />
    </form>
    </div>
    )
    containerWrap (
    <section>
      <elements />
    </section>
    )
    elementWrap (
    <div>
      <element />
    </div>
    )
    mandatory (
    <sup class="ym-required">
      <mandatoryvalue />
    </sup>
    )
    error (
    <strong class="ym-message">
      <errorvalue />
    </strong>
    )
    textline (
    <div class="ym-fbox-text">
      <label />
      <input />
    </div>
    )
    textarea (
    <div class="ym-fbox-text">
      <label />
      <textarea />
    </div>
    )
    select (
    <div class="ym-fbox-select">
      <label />
      <select>
        <elements />
      </select>
    </div>
    )
    checkbox (
    <div class="ym-fbox-check">
      <input />
      <label />
    </div>
    )
    radio (
    <div class="ym-fbox-check">
      <input />
      <label />
    </div>
    )
    button (
    <div class="ym-fbox-button">
      <input />
    </div>
    )
    reset (
    <div class="ym-fbox-button">
      <input />
    </div>
    )
    submit (
    <div class="ym-fbox-button">
      <input />
    </div>
    )
  }
}
-- 
image[FORMAT] - Ralf-René Schröder
http://image-format.eu ... Wir geben Ihrem Image das richtige Format
http://if-20.com  ... YAML templates for TYPO3


More information about the TYPO3-german mailing list