Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
include ("_gen/widget.gen.adresse_typ.php");
|
||||
|
||||
class WidgetAdresse_typ extends WidgetGenAdresse_typ
|
||||
{
|
||||
private $app;
|
||||
function __construct($app,$parsetarget)
|
||||
{
|
||||
$this->app = $app;
|
||||
$this->parsetarget = $parsetarget;
|
||||
parent::__construct($app,$parsetarget);
|
||||
$this->ExtendsForm();
|
||||
}
|
||||
|
||||
function ExtendsForm()
|
||||
{
|
||||
$this->app->YUI->AutoComplete("projekt","projektname",1);
|
||||
$this->form->ReplaceFunction("projekt",$this,"ReplaceProjekt");
|
||||
}
|
||||
|
||||
function ReplaceProjekt($db,$value,$fromform)
|
||||
{
|
||||
return $this->app->erp->ReplaceProjekt($db,$value,$fromform);
|
||||
}
|
||||
|
||||
public function Table()
|
||||
{
|
||||
$this->app->YUI->TableSearch('INHALT',"adresse_typlist");
|
||||
$this->app->Tpl->Parse($this->parsetarget,"rahmen70.tpl");
|
||||
|
||||
}
|
||||
|
||||
public function Search()
|
||||
{
|
||||
//$this->app->Tpl->Set($this->parsetarget,"suchmaske");
|
||||
//$this->app->Table(
|
||||
//$table = new OrderTable("veranstalter");
|
||||
//$table->Heading(array('Name','Homepage','Telefon'));
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user