
[Solved] shows icon seen in VideoBrowse
- Alex Ivanovich
- Posts: 293
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
[Solved] shows icon seen in VideoBrowse
can see an icon,"seen" in VideoBrowse "contents" , if the "viewhistory" field and enabled 

- Attachments
-
- Screen Capture #002.png (118.81 KiB) Viewed 460 times
-
- Screen Capture #003.png (94.26 KiB) Viewed 460 times
Last edited by Alex Ivanovich on Sun Feb 05, 2017 8:29 am, edited 1 time in total.
Re: shows icon seen in VideoBrowse
Will this work?
Code: Select all
<xsl:if test="lastviewed!=''">
<img>seen.jpg</img>
</xsl:if>
Cheers,
Dave
Dave
- Alex Ivanovich
- Posts: 293
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Re: shows icon seen in VideoBrowse
it worksLotsOCds wrote:Will this work?Code: Select all
<xsl:if test="lastviewed!=''"> <img>seen.jpg</img> </xsl:if>

I also changed this code
Code: Select all
<img>seen.jpg</img>
Code: Select all
<img src="seen.gif"/>

- Attachments
-
- Screen Capture #004.png (119.98 KiB) Viewed 451 times
Re: shows icon seen in VideoBrowse
You are correct!Alex Ivanovich wrote: I also changed this codewith thisCode: Select all
<img>seen.jpg</img>
Code: Select all
<img src="seen.gif"/>
Cheers,
Dave
Dave