[Checkins] SVN: z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js flash player detection implemented

Manfred Schwendinger manfred.schwendiger at lovelysystems.com
Thu Oct 5 16:21:25 EDT 2006


Log message for revision 70549:
  flash player detection implemented

Changed:
  U   z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js

-=-
Modified: z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js
===================================================================
--- z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js	2006-10-05 20:19:50 UTC (rev 70548)
+++ z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js	2006-10-05 20:21:25 UTC (rev 70549)
@@ -62,7 +62,7 @@
     var success = so.write("flashuploadtarget");
     if (!success){
         // flash plugin missing or too old
-        var error_msg = "<div class=\"error\">Flash Player detection failed. ";
+        var error_msg = "<div class=\"flash-detection-error\">Flash Player detection failed. ";
         error_msg += "Please install the Flash Player Plugin. You can install the plugin ";
         error_msg += "<a href=\"http://www.adobe.com/go/getflashplayer\">here</a> for free.</div>";
         document.getElementById("flashuploadtarget").innerHTML = error_msg;



More information about the Checkins mailing list