Hi Carol,
I received the following from my support org a couple of months ago. I have
implemented this solution on my system so if you run into problems, I may
be able to help.
Hope this is helpful.
Larry
Knowledge Article ID: KA328092
Published date: 10/09/2011
Version: 2.0
Status: Published
Updated: 10/09/2011
Problem
In Mid-tier 7.1 - how do I remove the Preferences button from the results
list? How to disable the Set Refresh Interval selection?
Solution
Note: This is an unsupported customization. It will need to be repeated
if you patch or upgrade your installation.
If you just want to remove the Set Refresh Interval from the Preferences
menu,
1. Locate the clientcore.js file. This will be located under the
<midtier_install>\resources\<browser>\javascript directory. Each browser
type has a unique clientcore.js file.
2. Make a backup copy of the file.
3. Edit the file and locate the line:
menuDef.push({l:getLocalizedMessage("Set Refresh
Interval").JScriptEncode(), v:"this.setInterval()",s:1});
Either delete this line or comment it out.
4. Save the file.
5. Restart the webserver.
6. In the browser, clear the browser cache so that a new copy of the
Clientcore.js file is loaded to the browser cache.
To remove the Preferences button from the results lists, you will need to
do the following:
1. Locate the clientcore.js file. This will be located under the
<midtier_install>\resources\<browser>\javascript directory. Each browser
type has a unique clientcore.js file.
2. Make a backup copy of the file.
3. Edit the file and locate the line:
n.setAttribute("arrefstr",getLocalizedMessage("Preferences"));
Either delete this line or comment it out.
4. Save the file.
5. Restart the webserver.
6. In the browser, clear the browser cache so that a new copy of the
Clientcore.js file is loaded to the browser cache.
On Tue, Mar 19, 2013 at 10:27 AM, Carol Carnevali <
[email protected]> wrote:
> Hi,
>
> I need to know how to disable, preferably globally, the 'Set Refresh
> Interval' option on Tables and on the Results List. I've found that I can
> do it if I remove the 'Preferences' option altogether, but I'd like to keep
> the Preferences and just remove that option. Does anyone know how?
>
> Thanks!
> Carol
>
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"