You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment #2 originally posted by Omertron on 2012-08-30T20:34:15.000Z:
Modified files attached with notes at the _readme.txt.
p.s. you may find interesting something at the Issue 2468: Default skin look and feel refresh / extra
Original issue 2467 created by Omertron on 2012-08-30T12:28:23.000Z:
I modified a little bit default skins as following to get it happend, will be glad to share detais if it will be useful feature for default package:
a) Categories.xsl:
...
<xsl:variable name="eav-categories-delimiters-filter">Cast Director Writer Person</xsl:variable>
...
<xsl:for-each select="index">
<xsl:if test="contains($eav-categories-delimiters-filter,../@name) and ((position=1) or (substring(@name,1,1) != substring(preceding-sibling::index[1]/@name,1,1)))"><span class="eav_title"><xsl:value-of select="substring(@name,1,1)" /></span><span class="eav_delimiter"> | </span></xsl:if>
..
b) suitable update for people.xsl
The text was updated successfully, but these errors were encountered: