From 67b56f17cc51d10394a986fb3d105213b097ee79 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 30 Apr 2015 04:01:21 -0700 Subject: service dependencies: part_pkg_restrict / part_pkg_restrict_soft, RT#33685 --- httemplate/edit/elements/edit.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'httemplate/edit/elements') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 5a7920b6f..76df82064 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -132,6 +132,9 @@ Example: 'html_init' => '', #after the header/menubar + 'form_init' => '', #after html_init, error and the opening
, but + #before any other form contents + #string or coderef of additional HTML to add before 'html_table_bottom' => '', @@ -244,6 +247,14 @@ Example: + <% defined($opt{'form_init'}) + ? ( ref($opt{'form_init'}) + ? &{$opt{'form_init'}}() + : $opt{'form_init'} + ) + : '' + %> + % unless ( $opt{'no_pkey_display'} ) { -- cgit v1.2.1