Key: ShowCloseWaitingPage

From Catglobe Wiki
Revision as of 10:57, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Key: ShowCloseWaitingPage

Syntax

<add key="ShowCloseWaitingPage" value="[TRUE/FALSE]"/>

[TRUE/FALSE]: Either insert "true" or "false" into value

Purpose

This key is used for determining whether the Close Waiting item is shown in the Tools menu. can be “true” or “false”.

If is “true”, Close Waiting item will be shown. Otherwise, it’ll be hidden.

This key is optional and its default value is false.

Primarily used for test sites. Recommended value is thus "False".

Example of key

<add key="ShowCloseWaitingPage" value="false"/>