summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-25 16:33:26 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-25 16:33:26 -0700
commit1b961dca9ac3d9904991926c73121b8e7a45a451 (patch)
tree4648800b8b5996fc026325653485b9a1d85e5fbd /httemplate/edit/elements/edit.html
parent90d1022ea578c2aba32d4fa55a503247310eb228 (diff)
improve performance of package add/edit (don't pull up pricing info in add-on/supplemental package dropdowns), RT#24000
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r--httemplate/edit/elements/edit.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 938d3a5b0..c64442506 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -317,6 +317,9 @@ Example:
% 'disabled' => $f->{'disabled'},
% 'fixed' => $f->{'fixed'},
%
+% #umm. for select-agent_types at least
+% 'label_callback'=> $f->{'label_callback'},
+%
% #any?
% 'colspan' => $f->{'colspan'},
% 'required' => $f->{'required'},