fixed some problems with the new asset manager. restored functionality to search with the hope of making the asset data table an API we can use in all the places we display tables of assets

This commit is contained in:
Doug Bell 2008-06-12 08:58:51 +00:00
parent f786ad7ce4
commit 36bea30cd6
6 changed files with 229 additions and 148 deletions

View file

@ -295,6 +295,22 @@ our $HELP = {
name => 'isAlbumThumbnail',
description => 'helpvar isAlbumThumbnail',
},
{
name => 'form_promote',
description => 'helpvar form_promote',
},
{
name => 'form_demote',
description => 'helpvar form_demote',
},
{
name => 'form_synopsis',
description => 'helpvar form_synopsis',
},
{
name => 'form_delete',
description => 'helpvar form_delete',
},
],
},
],