From: <die...@us...> - 2010-02-01 13:42:02
|
Revision: 1733 http://openutils.svn.sourceforge.net/openutils/?rev=1733&view=rev Author: diego_schivo Date: 2010-02-01 13:41:55 +0000 (Mon, 01 Feb 2010) Log Message: ----------- MEDIA-53 fix typo Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/media.tag trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/player.tag Modified: trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/media.tag =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/media.tag 2010-02-01 13:34:35 UTC (rev 1732) +++ trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/media.tag 2010-02-01 13:41:55 UTC (rev 1733) @@ -110,7 +110,7 @@ </c:if> </c:when> <c:when test="${media.type eq 'video' or media.type eq 'audio' }"> - <media:player share="${share}" item="${item}" width="${width}" height="${height}" autoPlay="${autoPlay}" loop="${loop}" thumbnail="${thumbnail}" noPlayIcon="${noPlayIcon}" controlBa="${controlBar}" skin="${skin}"/> + <media:player share="${share}" item="${item}" width="${width}" height="${height}" autoPlay="${autoPlay}" loop="${loop}" thumbnail="${thumbnail}" noPlayIcon="${noPlayIcon}" controlBar="${controlBar}" skin="${skin}"/> </c:when> <c:when test="${media.type eq 'youtube'}"> <c:set var="url" value="${media:url(mediaNode)}" /> Modified: trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/player.tag =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/player.tag 2010-02-01 13:34:35 UTC (rev 1732) +++ trunk/openutils-mgnlmedia/src/main/resources/META-INF/tags/media/player.tag 2010-02-01 13:41:55 UTC (rev 1733) @@ -12,7 +12,7 @@ <jsp:directive.attribute name="noPlayIcon" required="false" rtexprvalue="true" type="java.lang.Boolean" description="hide player icons"/> <jsp:directive.attribute name="skin" required="false" rtexprvalue="true" description="set player skin"/> <jsp:directive.attribute name="thumbnail" required="false" rtexprvalue="true" type="java.lang.Boolean" description="if set to true the preview of the player shows the thumbnail image"/> - <jsp:directive.attribute name="controlBa" required="false" rtexprvalue="true" type="java.lang.String" description="defines controlbar position. Possible values are: 'none' (for hiding), 'over', 'bottom', 'top'. If not set, this value will be 'bottom' by default."/> + <jsp:directive.attribute name="controlBar" required="false" rtexprvalue="true" type="java.lang.String" description="defines controlbar position. Possible values are: 'none' (for hiding), 'over', 'bottom', 'top'. If not set, this value will be 'bottom' by default."/> <jsp:directive.attribute name="share" required="false" rtexprvalue="true" type="java.lang.Boolean" description="if set to true the pluging share-1 is showen"/> <c:set value="${media:node(item)}" var="mediaNode" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |