<
From version < 4.3 >
edited by Administrator
on 2018/04/20 09:51
To version < 4.1 >
edited by Administrator
on 2018/04/19 10:35
>
Change comment: Install extension [com.xwiki.store:application-store-ui-1.7.1]

Summary

Details

Page properties
Content
... ... @@ -149,9 +149,8 @@
149 149   #set ($currentLicenseDetailsDocument = $xwiki.getDocument($results[0]))
150 150   #set ($oldLicenseDetails = $licenseDetails)
151 151   #readLicenseDetailsFromDocument($currentLicenseDetailsDocument)
152 - ## Check if the best license is paid and still active.
153 - #if ($licenseDetails.type == 'paid' && $licenseDetails.expirationDate
154 - && $licenseDetails.expirationDate.time > $datetool.date.time)
152 + ## Check if the best license is still active.
153 + #if ($licenseDetails.expirationDate && $licenseDetails.expirationDate.time > $datetool.date.time)
155 155   #set ($currentLicenseDetails = $licenseDetails)
156 156   #end
157 157   #set ($licenseDetails = $oldLicenseDetails)
... ... @@ -297,7 +297,7 @@
297 297   #accessPurchaseOrderForm($licenseDetails)
298 298  #else
299 299   <h2>Options</h2>
300 - <p>The price is per year and varies depending on the support level and the number of users.</p>
299 + <p>The price varies depending on the support level and the number of users.</p>
301 301   #displayPriceMatrix($priceMatrix $minUserCount $NULL true)
302 302   <h2>Benefits</h2>
303 303   #benefits
XWiki SAS Copyright © 2024