forward porting asset export i18n and hoverhelp

This commit is contained in:
Colin Kuskie 2008-11-20 20:51:03 +00:00
parent 47f62faeee
commit e96b2bbdb3
2 changed files with 14 additions and 2 deletions

View file

@ -823,10 +823,12 @@ sub www_export {
-name => "index",
-value => "index.html"
);
$f->text(
-label => $i18n->get("Export site root URL"),
-name => 'exportUrl',
-value => '',
-value => $session->asset->getUrl,
-hoverHelp => $i18n->get("Export site root URL description"),
);
# TODO: maybe add copy options to these boxes alongside symlink