Added Karma RFE: Thumbnail size can be enterred in CS

This commit is contained in:
JT Smith 2006-10-11 04:05:12 +00:00
parent b1bb5d0b58
commit 4f0d117c9f
6 changed files with 62 additions and 3 deletions

View file

@ -339,6 +339,20 @@ sub definition {
label=>$i18n->get('approval workflow'),
hoverHelp=>$i18n->get('approval workflow description'),
},
thumbnailSize => {
fieldType => "integer",
defaultValue => 0,
tab => "display",
label => $i18n->get("thumbnail size"),
hoverHelp => $i18n->get("thumbnail size help")
},
maxImageSize => {
fieldType => "integer",
defaultValue => 0,
tab => "display",
label => $i18n->get("max image size"),
hoverHelp => $i18n->get("max image size help")
},
mailServer=>{
fieldType=>"text",
defaultValue=>undef,