added a user form field type

This commit is contained in:
JT Smith 2006-04-23 23:50:40 +00:00
parent d71171cc26
commit dc1a0c7703
7 changed files with 173 additions and 37 deletions

View file

@ -576,8 +576,7 @@ sub www_editListing {
-label=>$i18n->get('description'),
);
if ($self->canEdit) {
$f->selectBox(
options=>$self->session->db->buildHashRef("select userId,username from users order by username"),
$f->user(
name=>"maintainerId",
value=>$listing->{maintainerId},
label=>$i18n->get('listing maintainer'),