mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
change modal window alert on enterprise version
This commit is contained in:
parent
ed357a6151
commit
80d9ce1ae0
@ -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…
x
Reference in New Issue
Block a user