Changes for page Download Version

Last modified by Eduard Moraru on 2018/06/21

<
From version < 4.16 >
edited by Eduard Moraru
on 2017/06/21
To version < 4.20 >
edited by Eduard Moraru
on 2017/06/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,8 +14,7 @@
14 14   #end
15 15   {{include reference="$versionDataPage" /}}
16 16  #end
17 -{{/velocity}}
18 -{{velocity}}
17 +{{/velocity}}{{velocity}}
19 19  ## ################################################################
20 20  ## Generate URL to OW2 XWiki files that will be used by Main.Download.DownloadForm page
21 21  ## ################################################################
... ... @@ -60,7 +60,9 @@
60 60   <p class='list-group-item-text noitems'>$distibution.get(3)</p>
61 61   <div class='buttons'>
62 62   #downloadurl($distibution.get(0), $projectVersion)
63 - (% class='btn btn-xs btn-link' %)[[Installation Notes>>$distibution.get(4)]](%%)
62 + #if ($stringtool.isNotBlank($distibution.get(4)))
63 + (% class='btn btn-xs btn-link' %)[[Installation Notes>>$distibution.get(4)]](%%)
64 + #end
64 64   </div>
65 65   </div>
66 66   #end

Get Connected