Changeset 219 for trunk/form_classes.php


Ignore:
Timestamp:
May 27, 2009, 1:17:11 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Podpora pro odesílání emailů o měsíčních platbách přes frontu emailů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r204 r219  
    149149    ),
    150150  ),
     151  'Email' => array(
     152    'Title' => 'Nový email',
     153    'Table' => 'EmailQueue',
     154    'SubmitText' => 'Odeslat',
     155    'Items' => array(
     156      'Address' => array('Type' => 'String', 'Caption' => 'Adresa', 'Default' => ''),
     157      'Subject' => array('Type' => 'String', 'Caption' => 'Předmět', 'Default' => ''),
     158      'Content' => array('Type' => 'Text', 'Caption' => 'Obsah', 'Default' => ''),
     159    ),
     160  ),
    151161);
    152162
Note: See TracChangeset for help on using the changeset viewer.