exposed a form variable for Gallery Album Others Can Add asset property

checkin missing WebGUI::User method
This commit is contained in:
Doug Bell 2008-07-29 17:11:13 +00:00
parent 26d353e7e6
commit afea092a97
4 changed files with 44 additions and 0 deletions

View file

@ -550,6 +550,12 @@ our $I18N = {
context => q{Description of template variable},
},
'editForm othersCanAdd label' => {
message => q{Others Can Add},
lastUpdated => 0,
context => q{Description of asset property to allow people besides the owner to add files to the album},
},
};
1;