app = $app; $this->parsetarget = $parsetarget; parent::__construct($app,$parsetarget); $this->ExtendsForm(); } function ExtendsForm() { $selcharsets = array('UTF8'=>'UTF-8','ISO-8859-1'=>'ISO-8859-1 (Windows)','CP850'=>'CP850'); $sel = ''; $this->app->Tpl->Set('SELCHARSET',$sel); $this->app->Tpl->Add('JAVASCRIPT',' $(document).ready(function() { $("#selcharset").on("change",function(){ $("#charset").val($("#selcharset").val()); }); }); '); if($this->app->erp->ModulVorhanden('provisionenartikelvertreter')) { $this->app->Tpl->Add('ARTIKELWEITEREFELDER','
  • provision1 (in %)
  • provisiontyp1 (ek, vk, erloes, leer)
  • provision2 (in %)
  • provisiontyp2 (ek, vk, erloes, leer)
  • '); //
  • provisiongruppe1 (Gruppen id, Name oder Bezeichnung)
  • //
  • provisiongruppe2 (Gruppen id, Name oder Bezeichnung)
  • } } public function Table() { //$table->Query("SELECT nummer,beschreibung, id FROM importvorlage"); $table = new EasyTable($this->app); $this->app->Tpl->Set('INHALT',""); $this->app->YUI->TableSearch($this->parsetarget,"importvorlage"); } public function Search() { // $this->app->Tpl->Set($this->parsetarget,"suchmaske"); //$this->app->Table( //$table = new OrderTable("veranstalter"); //$table->Heading(array('Name','Homepage','Telefon')); } } ?>