diff options
| author | Mark Wells <mark@freeside.biz> | 2016-03-10 01:20:21 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-03-10 01:20:49 -0800 |
| commit | 5a9a411b980edea1b0f9690fc92e3b93574ee974 (patch) | |
| tree | ef7133da8ea9bf680c6b9a5913dba44cff6191a5 /httemplate/edit/elements/edit.html | |
| parent | efad6767531821f6796e193a53aed4d2981cb983 (diff) | |
add svc_fiber circuit id field, OLT sites, and other improvements, #35260
Diffstat (limited to 'httemplate/edit/elements/edit.html')
| -rw-r--r-- | httemplate/edit/elements/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index c6d45531e..bbc9797dc 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -362,7 +362,7 @@ Example: % $include_common{$_} = $f->{$_} foreach grep exists($f->{$_}), % qw( js_only html_only select_only layers_only cell_style ),#selectlayers,? % qw( empty_label ), # select-* -% qw( value_col compare_sub order_by ), # select-table +% qw( value_col compare_sub order_by addl_from ), # select-table % qw( table name_col ), #(select,checkboxes)-table % qw( target_table link_table ), #checkboxes-table % qw( hashref agent_virt agent_null agent_null_right ),#*-table |
