SF Feature #356 - HTMLTree icons formatting

This commit is contained in:
Andy Beefeater
2013-03-19 12:44:45 +11:00
committed by Deon George
parent 0011184a3f
commit e45e71fd08
3 changed files with 13 additions and 0 deletions

View File

@@ -173,6 +173,10 @@ $config->custom->commands['script'] = array(
// $config->custom->appearance['tree_width'] = null;
# $config->custom->appearance['tree_width'] = 250;
/* Number of tree command icons to show, 0 = show all icons on 1 row. */
// $config->custom->appearance['tree_icons'] = 0;
# $config->custom->appearance['tree_icons'] = 4;
/* Confirm create and update operations, allowing you to review the changes
and optionally skip attributes during the create/update operation. */
// $config->custom->confirm['create'] = true;