2011-12-15 Sergio Martin <sergio.martin@artica.es>
* godmode/setup/setup.php: Fixed bad use of __() function git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5262 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bf90a26560
commit
93b15ef0a7
|
@ -1,3 +1,7 @@
|
|||
2011-12-15 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/setup/setup.php: Fixed bad use of __() function
|
||||
|
||||
2011-12-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_events.php
|
||||
|
|
|
@ -219,7 +219,7 @@ $(document).ready (function () {
|
|||
$("#radiobtn0011").click(function(){
|
||||
flag = $("#radiobtn0011").is(':checked');
|
||||
if (flag == true){
|
||||
<?php echo __("if (! confirm ('" . __('If Enterprise ACL System is enabled without rules you will lose access to Pandora FMS Console (even admin). Do you want to continue?') . "')) return false", true); ?>
|
||||
<?php echo "if (! confirm ('" . __('If Enterprise ACL System is enabled without rules you will lose access to Pandora FMS Console (even admin). Do you want to continue?') . "')) return false" ?>
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue