Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -929,9 +929,10 @@ |
930 | 930 | } else { |
931 | 931 | $iframeAttribs['src'] = $this->getCCPartnerUrl(); |
932 | 932 | } |
| 933 | + $wrapperStyle = ($this->getVar('_LicenseCode') == 'cc-choose') ? '' : 'display: none'; |
933 | 934 | |
934 | 935 | return |
935 | | - "<div class=\"config-cc-wrapper\" id=\"config-cc-wrapper\" style=\"display: none;\">\n" . |
| 936 | + "<div class=\"config-cc-wrapper\" id=\"config-cc-wrapper\" style=\"$wrapperStyle\">\n" . |
936 | 937 | Html::element( 'iframe', $iframeAttribs, '', false /* not short */ ) . |
937 | 938 | "</div>\n"; |
938 | 939 | } |