Interface Templates and Controls Visibility: interface_template.exe

The interface_template.exe utility is used to manage Parallels Plesk Panel interface templates. By using this utility, you can perform the following tasks:

Location

%plesk_cli%

Usage

interface_template <command> [<template name>][
<option_1> [<param>]
[<option_2> [<param>]]
… [<option_N> [<param>]]
]

Example

The following command hides buttons that forward users to certificate retailer's or domain registration sites:

>interface_template.exe --preferences -domain_registration true -cert_purchasing true

Commands

Command

Parameter

Description

Example

--preferences or -p

 

Updates interface preferences.

To enable hiding all unavailable buttons in Parallels Plesk Panel for interface template InterfaceTemplate:

>interface_template.exe -p -hide_disabled true

--help or -h

 

Displays help on the use of the utility.

To view help on the use of the utility:

>interface_template.exe --help

or

>interface_template.exe -h

Options

Option

Parameter

Description

Example

-hide_disabled

true|false

Enables/Disables hiding all buttons in Plesk that are displayed as unavailable.

To enable hiding all unavailable buttons in Plesk for interface template InterfaceTemplate:

>interface_template.exe -p -hide_disabled true

-hide_unavailable_limits

true|false

Enables/Disables hiding limit management controls that are not allowed to be managed by users.

To enable hiding limit management controls that are not allowed to be managed by users for interface template InterfaceTemplate:

>interface_template.exe -p -hide_unavailable_limits true

-hide_unavailable_permissions

true|false

Enables/Disables hiding state of user permissions which are unavailable for users.

To hide from users permissions not available to them:

>interface_template.exe -p -hide_unavailable_permissions true

-domain_registration

true|false

Enables/Disables hiding buttons forwarding to a domain registration site.

To enable hiding buttons forwarding to a domain registration site:

>interface_template.exe -p -domain_registration true

-cert_purchasing

true|false

Enables/Disables hiding buttons forwarding to a certificate retailer's site.

To enable hiding buttons forwarding to a certificate retailer's site:

>interface_template.exe -p -cert_purchasing true

-extras

true|false

Enables/Disables hiding buttons for extra services.

To enable hiding buttons for extra services:

>interface_template.exe -p -extras true

-mail_bounce

true|false

Enables/Disables hiding controls for bounce messages for non-existent mail addresses.

To enable hiding controls for bounce messages for non-existent mail addresses:

>interface_template.exe -p -mail_bounce true