Committer: skomarov
LJSUP-6410: shop/renameaccount.bml shows renaming one username when you're really renaming another oneU trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl =================================================================== --- trunk/cgi-bin/weblib.pl 2010-08-19 05:56:41 UTC (rev 17155) +++ trunk/cgi-bin/weblib.pl 2010-08-19 06:30:01 UTC (rev 17156) @@ -190,7 +190,7 @@ 'class' => 'hideable', }, map { $_, $_ } @list) . " "; - $ret .= LJ::html_submit(undef, $opts->{'button'} || $BML::ML{'web.authas.btn'}); + $ret .= $opts->{'button_tag'} . LJ::html_submit(undef, $opts->{'button'} || $BML::ML{'web.authas.btn'}) . $opts->{'button_close_tag'}; return $ret; }