Ignore:
Timestamp:
Jan 19, 2012, 9:43:36 PM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Různé knihovny pro zpracování HTML kódu, tabulek, stránkování, zasílání emailů, aj.
  • Přidáno: Kód zpracování fronty emailů přesunut z Global do modulu EmailQueue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Member/Member.php

    r372 r373  
    11<?php
    22
    3 class MemberOptionsView extends View
     3class MemberOptionsView extends ViewForm
    44{
    55  function __construct($Database)
     
    1111    $this->AddItemString('AddressStreet', 'Ulice', '');
    1212    $this->AddItemString('AddressTown', 'Město', '');
    13     $this->AddItemString('PSC', 'PSČ', '');
     13    $this->AddItemString('AddressPSC', 'PSČ', '');
    1414    $this->AddItemString('IC', 'IČ', '');
    1515    $this->AddItemString('DIC', 'DIČ', '');
Note: See TracChangeset for help on using the changeset viewer.