Re[2]: [Typo3-UG Oesterreich] gästebuchformular formatieren

Stefan Beylen intsys at swissinfo.org
Fri Jun 4 17:54:12 CEST 2004


Hallo,

Die Lösung (für Archivbesucher):

tt_content.mailform.20.layout = ###LABEL### ###FIELD###
plugin.tt_guest{
    postform < tt_content.mailform.20
    dataArray {
      20.label=<tr><td>NAME</td><td>
      20.type = *data[tt_guest][NEW][cr_name]=input
      30.label=</td><td>AUS (ORT)</td><td>
      30.type = *data[tt_guest][NEW][title]=input
      40.label = </td></tr><tr><td>EMAIL</td><td>
      40.type = *data[tt_guest][NEW][cr_email]=input
      50.label = </td><td>HOMEPAGE</td><td>
      50.type = *data[tt_guest][NEW][www]=input 
      60.label = </td><tr><td colspan="4">Ihr Kommentar:</td></tr><tr><td colspan="4">
      60.type = *data[tt_guest][NEW][note]=textarea
      70.label = </td></tr>
   }
}

macht dieses gästebuch formular:
 _______________________________________
|NAME:  |TEXTFIELD|  AUS(ORT) |TEXTFIELD|
|_______________________________________|
|EMAIL: |TEXTFIELD|  HOMEPAGE |TEXTFIELD|
|_______________________________________|
|IHR KOMMENTAR                          |
|_______________________________________|
|TEXTAREA                               |
|                                       |
|                                       |
|_______________________________________|

happy (typo)scripting,

-- 
Best regards, Steve

 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Stefan Beylen
 T / private: +43 (0)660 76 47 252
 M / private: intsys at swissinfo.org
 W / private: http://www.lingoist.com
 ICQ private: 19461808
 MSN private: iiioiooo
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::






More information about the TYPO3-at mailing list