change modal window alert on enterprise version

(cherry picked from commit 80d9ce1ae0)
This commit is contained in:
enriquecd 2016-10-03 15:49:34 +02:00
parent 8484531080
commit 9e5f383099
1 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,16 @@
echo "
<div class='modalheader'>
<span class='modalheadertext'>Community version</span>
<span class='modalheadertext'>";
if(!enterprise_installed()){
echo "Community version";
}
else{
echo "Enterprise version";
}
echo "</span>
<img class='modalclosex cerrar' src='".$config['homeurl']."/images/icono_cerrar.png'>
</div>".get_pandora_error_for_header()."