Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove "No reports" & "No Folders" from ePortfolio

Status
Not open for further replies.

gillonia

MIS
Sep 17, 2002
50
GB
Enterprise V9

Apologies if this seems a simple question but this is new to me.

Is there an easy way to remove the titles "No reports" & "No Folders" from ePortfolio when browsing through the directory structure?

Thnx for your help
 
Easiest way is go to available.csp and search for those strings. The strings are values assigned to variables. Change the assigned value to a space.

Code:
var L_NO_SUBCATEGORIES = " "; // was "No folders";
 
Hi,

Why don't you just deny access to the folder??


Nuffsaid.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top