templates.greenpepper.configuration.registration.registrationPane.vm Maven / Gradle / Ivy
The newest version!
#if($action.readonly)#end
$action.getText('greenpepper.registration.title')
#if($action.isServerReady && $action.licenseValid)
#if(!$action.editMode && !$action.registered)($action.getText('greenpepper.registration.register'))#end
#if($action.registered && !$action.editMode)($action.getText('greenpepper.registration.edit'))#end
#end
#if (!$action.actionErrors.isEmpty() && !$errorDisplayed)
#set($errorDisplayed = true)
#foreach($error in $action.actionErrors)
$action.getText($error)
#end
#end
#if($action.isServerReady && $action.licenseValid)
$action.getText('greenpepper.registration.desc')
#end
#if($action.isServerReady && $action.licenseValid)
#if(!$action.editMode)
#parse('templates/greenpepper/configuration/registration/registration.vm')
#else
#parse('templates/greenpepper/configuration/registration/registrationEdit.vm')
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy