= sprintf(t("Add Photos to '%s'"), $album_title) ?>
  = t("Photos will be added to album:") ?>
  
     foreach ($parents as $parent): ?>
    - = $parent->title ?>endforeach ?>
- = $album_title ?>
  = form::open($action, array("method" => "post"), $hidden) ?>
  
    = $tree ?>
  
  
    = form::submit(array("id" => "gServerAddButton", "name" => "add", "disabled" => true, "class" => "submit"), t("Add")) ?>
  
  = form::close() ?>