I'm not sure if we'll add this in, since with bulk transfers you can only do one TLD type at a time, and it only currently works for .com/.net/.org anyway.
But we'll make sure this gets integrated into enhancements for this feature. Charles Daminato OpenSRS Product Manager Tucows Inc. - [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Gregory Neil Shapiro > Sent: December 31, 2001 6:27 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: 2.4.6: bulk orders vs reg_period_hints template > > > This patch allows bulk orders to use the new reg_period_hints template: > > --- cgi-bin/reg_system.cgi 31 Dec 2001 23:01:31 -0000 1.12 > +++ cgi-bin/reg_system.cgi 31 Dec 2001 23:20:09 -0000 > @@ -1617,7 +1617,9 @@ > " > } elsif ($in{reg_type} eq 'transfer') { > $htmlForm = "$path_templates/bulk_transfer.html"; > - } > + } else { > + $HTML{reg_period_hints} = > get_content("$path_templates/reg_period_hints.html"); > + } > } else { > @domains = split /\0/, $in{domain}; > foreach $domain (@domains) { > > --- templates/reg_system/bulk_order.html 24 Nov 2001 > 00:37:15 -0000 1.7 > +++ templates/reg_system/bulk_order.html 31 Dec 2001 23:20:10 -0000 > @@ -45,8 +45,7 @@ > <TD><select name=period> > {{PERIOD_LIST}} > </select> > - <i>(2 years for .uk)</i><br> > - <i>(min 2 years for .info and .biz)</i><br> > + {{reg_period_hints}} > </TD> > </TR> > {{AUTO_RENEW}}
