uportal 3.1.1 subtab names vs. portlet.xml display names

3 messages Options
Embed this post
Permalink
Curtis Garman

uportal 3.1.1 subtab names vs. portlet.xml display names

Reply Threaded More More options
Print post
Permalink
Why is it that the subtabs in uportal 3.1.1 don't display the "display
name" as specified in the portlet.xml? It would seem to me that they
should...especially because you may have multiple display names set
for localization. Am I missing something?

--
Curtis Garman
Web Programmer
Heartland Community College

---
You are currently subscribed to [hidden email] as: [hidden email]
To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user
Eric Dalquist

Re: uportal 3.1.1 subtab names vs. portlet.xml display names

Reply Threaded More More options
Print post
Permalink
This looks like a bug in the XSL. It is using the name attribute of the
channel. If you're comfortable digging in the XSL you can find the
places like:

<span class="portal-subnav-label"><xsl:value-of select="@name"/></span>
And replace it with:
<span class="portal-subnav-label">UP:CHANNEL_TITLE-{<xsl:value-of
select="@ID" />}</span>

-Eric


Curtis Garman wrote:
> Why is it that the subtabs in uportal 3.1.1 don't display the "display
> name" as specified in the portlet.xml? It would seem to me that they
> should...especially because you may have multiple display names set
> for localization. Am I missing something?
>
>  


smime.p7s (4K) Download Attachment
Curtis Garman

Re: uportal 3.1.1 subtab names vs. portlet.xml display names

Reply Threaded More More options
Print post
Permalink
ok...I'll play with it...thanks Eric...should I go ahead and open a JIRA?

On Wed, Oct 14, 2009 at 1:24 PM, Eric Dalquist
<[hidden email]> wrote:

> This looks like a bug in the XSL. It is using the name attribute of the
> channel. If you're comfortable digging in the XSL you can find the places
> like:
>
> <span class="portal-subnav-label"><xsl:value-of select="@name"/></span>
> And replace it with:
> <span class="portal-subnav-label">UP:CHANNEL_TITLE-{<xsl:value-of
> select="@ID" />}</span>
>
> -Eric
>
>
> Curtis Garman wrote:
>>
>> Why is it that the subtabs in uportal 3.1.1 don't display the "display
>> name" as specified in the portlet.xml? It would seem to me that they
>> should...especially because you may have multiple display names set
>> for localization. Am I missing something?
>>
>>
>



--
Curtis Garman
Web Programmer
Heartland Community College

---
You are currently subscribed to [hidden email] as: [hidden email]
To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-user