summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorivan <ivan>2011-03-21 00:55:12 +0000
committerivan <ivan>2011-03-21 00:55:12 +0000
commit8d534e61d74e561a15f0863a835cda4af639a9ea (patch)
treeca0f3939c9e663a41d7ca64d1e3d95411aa68057 /httemplate/edit/elements/edit.html
parent88fdb01339ae2b598b29c8033f31a50d46e44cad (diff)
residential prospects, RT#7111
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r--httemplate/edit/elements/edit.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 975f8fb65..1ed75c3ef 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -379,6 +379,7 @@ Example:
% $g_row = 1 if $type eq 'tablebreak-tr-title';
% $g_row++;
% $g_row++ if $type eq 'title';
+% $g_row += scalar( @{ $f->{options} } )-1 if $type eq 'radio';
% } else {
% if ( $type eq 'columnstart' ) {
% push @g_row_stack, $g_row;