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