change asset www_add and www_edit into templates

This commit is contained in:
Doug Bell 2011-04-13 16:52:07 -05:00
parent 9489283960
commit ad3231af73
5 changed files with 37 additions and 49 deletions

View file

@ -248,6 +248,15 @@ sub definition {
namespace=>"AdminConsole",
defaultValue=>$setting->get("AdminConsoleTemplate")
});
push @fields, {
tab => 'ui',
fieldType => 'template',
name => 'templateIdAssetEdit',
label => $i18n->get('templateIdAssetEdit label'),
hoverHelp => $i18n->get('templateIdAssetEdit description'),
namespace => 'Asset/Edit',
defaultValue => $setting->get('templateIdAssetEdit') || "yKl2HX76TSuv42vmprFbXQ",
};
push(@fields, {
tab => "ui",
fieldType => "yesNo",