[x]

Site Alert(s):

  • Server maintenance Saturday Nov 22, 2008, 12:00 PM - 3:00 PM. The Knowledge Center will be unavailable during this time.
Rate this Article:
You must be signed in to rate again
Article Feedback Print View
Alternate Languages: N/A

Web Interface 4.5 Fails to Show Folder Names in Advanced Access Control

Document ID: CTX111861   /   Created On: Dec 4, 2006   /   Updated On: Apr 11, 2008
Average Rating: 3

Symptoms

When integrated into the Access Gateway Advanced Edition navigation page, Web Interface 4.5 sites fail to display Program Neighborhood folder names.

Cause

This issue is caused by browser interpretation of a white space style attribute, given that by default there is always some white space after the folder name in the HTML.

Resolution

For Web Interface 4.5:

1. On the Web Interface 4.5 server, locate the applist.inc file within the <siteroot>\app_data\site\include folder. For example:

C:\Inetpub\wwwroot\Citrix\AccessPlatform\app_data\site\include\applist.inc


2. Replace the file with the copy attached to this article.

-Or-

Make the following changes manually:

    1. Edit the applist.inc file using a text editor and find lines 68 and 69 of the file:

              <%=Utilities.htmlEncode(folders[i].getDisplayName())%>
      <%


    2. Replace these two lines with a combined single line as shown below:

              <%=Utilities.htmlEncode(folders[i].getDisplayName())%><%


    3. Find line 75 (74 once you combine the two other lines) as shown below:

      %>                 </a>


    4. Remove the white space in the middle of the line. You should end up with the following:

      %></a>


    5. Save the applist.inc file. The changes take effect immediately.

For Web Interface 4.5.1:

1. On the Web Interface 4.5.1 server, locate the style.inc file within the <siteroot>\app_data\site\include folder. For example:

C:\Inetpub\wwwroot\Citrix\AccessPlatform\app_data\site\include\style.inc

2. In the style.inc file, locate the following lines:

table#appLinks td
{
padding: <%=( bUseNavUIStyle ? "2px" : "10px 15px 10px 15px" )%>;
vertical-align: top;

}

3. Add a white-space: nowrap; line as shown below in bold:

table#appLinks td
{
padding: <%=( bUseNavUIStyle ? "2px" : "10px 15px 10px 15px" )%>;
vertical-align: top;
white-space: nowrap;

}

4. Save the style.inc file. The changes take effect immediately.

More Information

These steps must be repeated if you move or repair the Web Interface site using the Access Management Console.


Search
Knowledge Center
XenApp
XenApp Plugins (Clients)
XenServer
XenDesktop
NetScaler Application Delivery
Access Gateway
EdgeSight
Provisioning Server
WANScaler
Password Manager
Does it work with Citrix? Verify it - introducing the new Citrix Ready Community Verified