= 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")) ?>
= $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() ?>