diff --git a/tools/module_creator/module_creator_php_template.txt b/tools/module_creator/module_creator_php_template.txt index b5548497..693723a0 100644 --- a/tools/module_creator/module_creator_php_template.txt +++ b/tools/module_creator/module_creator_php_template.txt @@ -45,6 +45,7 @@ class PLACEHOLDER_MODULECLASSNAME { $dropnbox = "PLACEHOLDER_DROPNBOX"; // $moreinfo = true; // Allow drop down details +// $moreinfoaction = "lieferschein"; // specify suffix for minidetail-URL to allow different minidetails // $menucol = 11; // Set id col for moredata/menu $menu = "
" . "Conf->WFconf['defaulttheme']}/images/edit.svg\" border=\"0\"> " . "Conf->WFconf['defaulttheme']}/images/delete.svg\" border=\"0\">" . "
"; @@ -191,14 +192,4 @@ class PLACEHOLDER_MODULECLASSNAME { return $input; } - - /* - * Set all fields in the page corresponding to $input - */ - function SetInput($input) { - // $this->app->Tpl->Set('EMAIL', $input['email']); - - PLACEHOLDER_SET_INPUT - } - -} + } diff --git a/www/themes/new/images/delivery.png b/www/themes/new/images/delivery.png new file mode 100644 index 00000000..2af285c0 Binary files /dev/null and b/www/themes/new/images/delivery.png differ diff --git a/www/themes/new/images/delivery_ok.png b/www/themes/new/images/delivery_ok.png new file mode 100644 index 00000000..8744bb77 Binary files /dev/null and b/www/themes/new/images/delivery_ok.png differ