Author: andre
Date: 2009-11-24 15:36:14 +0100 (Tue, 24 Nov 2009)
New Revision: 39905

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
Log:
added a class onto warning

Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx        
2009-11-24 14:05:38 UTC (rev 39904)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx        
2009-11-24 14:36:14 UTC (rev 39905)
@@ -52,7 +52,7 @@
       <audio controls="controls">
         <img src="${poster}" alt="audio" width="${w}" height="${h}" />
         <mm:write referid="mediaurls" escape="none" />
-        <p>
+        <p class="oiplayer-warn">
           You need a browser that understands the html5 audio tag to play this 
media item.
         </p>
       </audio>

Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2009-11-24 14:05:38 UTC (rev 39904)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2009-11-24 14:36:14 UTC (rev 39905)
@@ -55,7 +55,7 @@
              height="${h}"
              poster="${poster}">
         <mm:write referid="mediaurls" escape="none" />
-        <p>
+        <p class="oiplayer-warn">
           You need a browser that understands the html5 video tag to play this 
media item.
         </p>
       </video>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to