mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +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 = 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
Block a user