change modal window alert on enterprise version
(cherry picked from commit 80d9ce1ae0
)
This commit is contained in:
parent
8484531080
commit
9e5f383099
|
@ -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()."
|
||||
|
||||
|
|
Loading…
Reference in New Issue