didn't want to revert that, though
authorivan <ivan>
Mon, 26 Oct 2009 23:20:27 +0000 (23:20 +0000)
committerivan <ivan>
Mon, 26 Oct 2009 23:20:27 +0000 (23:20 +0000)
httemplate/elements/tr-select-pkg_class.html

index 2dc9ae7..28ed5d6 100644 (file)
@@ -1,6 +1,6 @@
 % if ( scalar(@{ $opt{'pkg_class'} }) == 0 ) { 
 
-  <INPUT TYPE="hidden" NAME="<% $opt{'field'} || 'classnum' %>" VALUE="">
+  <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'classnum' %>" VALUE="">
 
 % } else {