Citrix

 

Register / Login Home    Forums    Presentation Server 4.0    Latest Posts    Latest News    PSP

 Citrix Site Navigation

 Citrix Home

 Citrix Forums

 Citrix Latest Posts

 Citrix Latest Citrix News

 Citrix Presentation Server 4.5

  Citrix Presentation Server 4.5 Guides

  Citrix PS 4.5 White Papers

  Citrix PS 4.5 Hotfixes

  Citrix PS 4.5 My Experiences

 Citrix Presentation Server 4

  Citrix Installing / Configuring

  Citrix Citrix Guides

  Citrix Citrix Tips

  Citrix Citrix White Papers

  Citrix Hotfixes

  Citrix My Personal Experiences

 Citrix Misc

  Citrix Citrix Web Interface

  Citrix Pre Presentation Server 4.0

  Citrix Citrix Security Bulletins

  Citrix Citrix Client
  Citrix Citrix cca
  Citrix Citrix Printing

  Citrix ICA File

  Citrix Citrix RSS Feeds

  Citrix Contact Us

  Citrix Signup Citrix Newsletter

 

 
 Citrix Site Partners

  Citrix Citrix

  Citrix PSP
  Citrix Xbox

  Citrix Flex Developers

  Citrix Travel In Europe
  Citrix Online Hotel Reservations
  Citrix News of software
  Citrix Resources
  Citrix Linkdiy
  Citrix Web Site Development
  Citrix Fix computer problem
  Citrix Fix slow computer
  Citrix Stop Snoring

  Citrix Perfumes


Welcome to Citrix Guide. I hope you find our citrix articles useful

 

 How to Remove the "Up" and "Home" Buttons Within Web Interface
 Citrix Guide Forums > Technical Library > Web Interface > Citrix Web InterFace 4.5
  #1 (permalink)  
Old 09-02-2007, 12:33 PM  How to Remove the "Up" and "Home" Buttons Within Web Interface

citrix citrix is offline

Administrator

 
Join Date: May 2006
Posts: 305

Submit Article To > Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl

How to Remove the "Up" and "Home" Buttons Within Web Interface

Summary
This article describes how to remove the Up and Home buttons within Web Interface.
Background
Administrators may wish to restrict users’ access to their assigned folders within the Web Interface page.
Procedure
Important! Make modifications at the source code level at your own risk. Such modifications can cause serious problems that may require you to reinstall Web Interface.
1. Open the applistView.cs file in the \Inetpub\wwwroot\Citrix\MetaFrame\site\serverscrip ts\ directory with a text editor.
2. Locate the following line:
  • linkCssClass = "appLinksSmall";
3. Replace the following lines:
  • linkCssClass = "appLinksSmall";
    topHref = PAGE_APPLIST + "?NFuse_currentFolder=";
    topGif = "../media/top.gif";
    topAltText = "Top";
    upHref = PAGE_APPLIST + "?NFuse_currentFolder=" + Utilities.urlEncode(viewControl.getParentFolder()) ;
    upGif = "../media/up.gif";
    upAltText = "Up";

    With the lines listed below:

    linkCssClass = "appLinksSmallOff";
    topHref = null;
    topGif = "../media/top_off.gif";
    topAltText = "TopDisabled";
    topHref = null;
    upGif = "../media/up_off.gif";
    upAltText = "UpDisabled";
4. Save the changes and restart Internet Information Services (IIS).
More Information
CTX107175 – How to Set a Folder as Default In Web Interface 4.0

CTX113874 - How to Remove the "Up" and "Home" Buttons Within Web Interface
__________________
PSP
>> How to Remove the "Up" and "Home" Buttons Within Web Interface Reply With Quote
Reply

How to Remove the "Up" and "Home" Buttons Within Web Interface « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:09 PM.


Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8


Citrixguide.com is not endorsed by or affiliated with Citrix Systems, Inc. or any of it’s subsidiaries. Installing/Configuring Citrix ::
Citrix Guides :: Citrix Tips/Advanced Concepts :: Citrix White Papers :: Citrix Hotfixes :: Citrix My Experiences :: Citrix Forums