Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ShowRemoveToTrashCheck

Summary

Sets whether the "Move to trash" checkbox is displayed or not.

Usage

 

ShowRemoveToTrashCheck=true|false

Description

This setting controls the visibility of the "Move to trash" checkbox in the removal confirmation dialog. The default value of this setting is "true", which means that the "Move to trash" checkbox will be displayed.

The removal confirmation dialog is shown when objects are being removed and only if the dialog is enabled (default behavior). When the dialog is not shown (or if the "Move to trash" checkbox is hidden), it is the DefaultRemoveAction" directive that controls whether objects should be moved to the trash or permanently deleted.

Examples

Example 1

 

HideRemoveConfirmation=false
ShowRemoveToTrashCheck=false


With this configuration, the system will always ask for confirmation when objects are being removed by users. However, there will be no "Move to trash" checkbox in the removal confirmation dialog. (You can use the "DefaultRemoveAction" directive to control whether objects should be moved to trash or permanently deleted.)

Julia Shymova (26/04/2007 2:28 pm)

Balazs Halasy (29/04/2007 2:42 pm)

Julia Shymova, Balazs Halasy


Comments

There are no comments.