From 5b507bd1cb845ef44a49f84d4f0ae20ec80118d5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 14 Jun 2015 14:56:51 -0700 Subject: UI spring cleaning: customer edit --- httemplate/edit/elements/edit.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/elements') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 7b02994d1..c6d45531e 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -7,7 +7,7 @@ Example: # (preferred, will be pluralized automatically) 'name' => #name for the record # (deprecated, will be pluralized simplistically) - 'table' => + 'table' => #database table #? 'primary_key' => #required when the dbdef doesn't know...??? 'labels' => { @@ -135,6 +135,8 @@ Example: 'form_init' => '', #after html_init, error and the opening
, but #before any other form contents + 'html_table_class' => '', #HTML 'html_table_bottom' => '', @@ -270,7 +272,11 @@ Example: % } % my $tablenum = $opt{'tablenum'} || 0; -
+
+> % my $g_row = 0; % my @g_row_stack = (); -- cgit v1.2.1