Bugfix exportvorlage
This commit is contained in:
parent
cd647bd6ba
commit
4806da4e5b
|
|
@ -21,7 +21,7 @@ class WidgetExportvorlage extends WidgetGenExportvorlage
|
|||
{
|
||||
//$table->Query("SELECT nummer,beschreibung, id FROM exportvorlage");
|
||||
$table = new EasyTable($this->app);
|
||||
$this->app->Tpl->Set(INHALT,"");
|
||||
$this->app->Tpl->Set('INHALT',"");
|
||||
$this->app->YUI->TableSearch($this->parsetarget,"exportvorlage");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue