templates.greenpepper.configuration.licensePane.vm Maven / Gradle / Ivy
The newest version!
$action.getText('greenpepper.server.license.title')
#if (!$action.actionErrors.isEmpty() && !$errorDisplayed)
#set($errorDisplayed = true)
#foreach($error in $action.actionErrors)
$action.getText($error)
#end
#end
#if($action.isServerReady)
$action.getText('greenpepper.configuration.version')
$action.license.version ($greenPepper.versionDate)
#if($action.license.hasHolderName())
$action.getText('greenpepper.configuration.license.organisation')
$action.license.holderName
#end
#if($action.license.hasNotBefore())
$action.getText('greenpepper.configuration.license.datepurchased')
$action.license.notBefore
#end
#if($action.license.hasMaxUsers())
$action.getText('greenpepper.configuration.licenseusers')
$action.license.maxUsers
#end
#if($action.license.hasLicenseType())
$action.getText('greenpepper.configuration.license.licensetype')
$action.license.licenseType
#end
#if($action.license.hasNoSupportAfter())
$action.getText('greenpepper.configuration.license.supportperiod')
$action.license.noSupportAfter
#end
$action.getText($action.license.info)
$action.getText('greenpepper.configuration.license.updatelicense')
$action.getText('greenpepper.configuration.licenseupload')
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy