Committer: pkornilov
LJSV-1189: "Insert Image" button in RTE redirects to a Photobucket login page.U trunk/htdocs/imgupload.bml U trunk/htdocs/imguploadrte.bml
Modified: trunk/htdocs/imgupload.bml =================================================================== --- trunk/htdocs/imgupload.bml 2010-09-03 08:36:28 UTC (rev 17277) +++ trunk/htdocs/imgupload.bml 2010-09-03 08:56:18 UTC (rev 17278) @@ -85,7 +85,9 @@ $ret .= "<div id='close'><a href='#close' onclick='onCancel();return false;'>close</a></div>"; # content - $ret .= "<div class='insobjContent' id='img_iframe_holder' style='display: none; margin: 0px 0px 0px 0px;'></div><div id='img_fromwhere' class='insobjContent'>"; + $ret .= "<div class='insobjContent' id='img_iframe_holder' style='display: none; margin: 0px 0px 0px 0px;'> + TODO ML: Service temporary unavailable. + </div><div id='img_fromwhere' class='insobjContent'>"; $ret .= "<p class='wintitle' id='wintitle'></p>"; Modified: trunk/htdocs/imguploadrte.bml =================================================================== --- trunk/htdocs/imguploadrte.bml 2010-09-03 08:36:28 UTC (rev 17277) +++ trunk/htdocs/imguploadrte.bml 2010-09-03 08:56:18 UTC (rev 17278) @@ -260,8 +260,8 @@ var inRTE = true; var browser = new BrowserDetectLite(); if (browser.isSafari) cb_url = ''; - - document.write('<iframe name="jwidget" id="jwidget" src="http://photobucket.com/svc/jwidget.php?width=360&height=400&largeThumb=true&pbaffsite='+pb_affsite_id+'&bg=%23F7F7F7&border=false&bordercolor=%23000000'+cb_url+'&linkType=url&textcolor=%23000000&linkcolor=%230000FF&media=image&btntxt=Paste&dimensions=false&promo=false" bgcolor="transparent" width="99%" height="440" frameborder="0" scrolling="no"></iframe>'); + document.write('TODO ML: Service temporary unavailable.'); + //document.write('<iframe name="jwidget" id="jwidget" src="http://photobucket.com/svc/jwidget.php?width=360&height=400&largeThumb=true&pbaffsite='+pb_affsite_id+'&bg=%23F7F7F7&border=false&bordercolor=%23000000'+cb_url+'&linkType=url&textcolor=%23000000&linkcolor=%230000FF&media=image&btntxt=Paste&dimensions=false&promo=false" bgcolor="transparent" width="99%" height="440" frameborder="0" scrolling="no"></iframe>'); </script> </div> };