forward porting asset export i18n and hoverhelp
This commit is contained in:
parent
47f62faeee
commit
e96b2bbdb3
2 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue