mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
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->Query("SELECT nummer,beschreibung, id FROM exportvorlage");
|
||||||
$table = new EasyTable($this->app);
|
$table = new EasyTable($this->app);
|
||||||
$this->app->Tpl->Set(INHALT,"");
|
$this->app->Tpl->Set('INHALT',"");
|
||||||
$this->app->YUI->TableSearch($this->parsetarget,"exportvorlage");
|
$this->app->YUI->TableSearch($this->parsetarget,"exportvorlage");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user