assign("Repositories" , DAK::get_repositories($this->config)); $smarty->assign("selected_Repository" , $this->selected_Repository); return($smarty->fetch (get_template_path('dak_queue.tpl', TRUE, dirname(__FILE__)))); } public function save_object() { plugin::save_object(); foreach($this->attributes as $attr){ if(isset($_POST[$attr])){ $this->$attr = get_post($attr); } } } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>