Strict Standards: Declaration of action_plugin_searchtext::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /lib/plugins/searchtext/action.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /lib/plugins/searchtext/action.php:14) in /inc/auth.php on line 313

Warning: Cannot modify header information - headers already sent by (output started at /lib/plugins/searchtext/action.php:14) in /inc/actions.php on line 544

Warning: Cannot modify header information - headers already sent by (output started at /lib/plugins/searchtext/action.php:14) in /inc/actions.php on line 544
style-graficzne:variables-basketaddress

Zmienne /scripts/basket/index.tpl

  $promos = array(
      array(
          'desc' => "...", //opis słowny promocji z ciągiem "%d" na ilość procentów
          'val' => ..., //procent zniżki
          'price' => ..., //wartość kwotowa zniżki
          'float' => ..., //wartość w formacie liczbowym
      ),
      ...
  );

Wszystkie trzy tabele pól <input> mają strukturę:

  $tableX = array(
      'mail' => array( 
          'name' => 'mail', //nazwa (name="") pola
          'obligatory' => true, //bool, czy obowiązkowe
          'label' => "E-mail", //opis słowny pola
          'type' => 'text', //text, passwor lub select
          'value' => "", //wartość
          'hint' => "wpisz swój adres", //komentarz do pola
          'list' => array(), //tylko dla type == select, tablica asocjacyjna wartości do wyboru
      ),
      ....
  );