the download_action was renamed to download_zip_action
This commit is contained in:
parent
f6d60962bc
commit
75c932f659
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ function activatelink_macro(param) {
|
||||||
function downloadlink_macro(param) {
|
function downloadlink_macro(param) {
|
||||||
if (this.parent)
|
if (this.parent)
|
||||||
return;
|
return;
|
||||||
Html.link(this.href("download"), param.text ? param.text : "download");
|
Html.link(this.href("download.zip"), param.text ? param.text : "download");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue