adding autocomplete from backend source into add show page.

This commit is contained in:
naomiaro 2011-01-25 23:14:35 -05:00
parent c109fb5f01
commit a607951ed9
4 changed files with 37 additions and 27 deletions

View file

@ -15,7 +15,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
$hosts = User::getHosts();
foreach ($hosts as $host) {
$options[$host['id']] = $host['login'];
$options[$host['value']] = $host['label'];
}
//Add hosts selection