Key: ShowCloseWaitingPage

From Catglobe Wiki
Revision as of 11:35, 7 February 2012 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol>



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"/>